Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding yaml support for zilla config #150

Merged
merged 10 commits into from
Jan 28, 2023
Merged

Conversation

ankitk-me
Copy link
Contributor

fix #144

@jfallows jfallows marked this pull request as draft January 20, 2023 22:07
@ankitk-me ankitk-me marked this pull request as ready for review January 23, 2023 17:16
@ankitk-me ankitk-me self-assigned this Jan 23, 2023
@ankitk-me ankitk-me requested a review from jfallows January 23, 2023 17:17
System.out.println("warning: zilla.json is deprecated, migrate to zilla.yaml");
configURL = Paths.get("zilla.json").toUri();
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this check will be easier to process when I merge the docker image layout changes.

Copy link
Contributor

@jfallows jfallows left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please double check that deprecation warning is actually emitted when using zilla.json instead of zilla.yaml.

@jfallows jfallows merged commit 2c4f166 into aklivity:develop Jan 28, 2023
@ankitk-me ankitk-me deleted the yamlSupport branch January 30, 2023 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support YAML syntax for Zilla configuration
2 participants