-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add support for YAML formatted config file #32
Comments
Also consider TypeSafe conf library [0]. It doesn't support YAML but HOCON is kind to human being too and it also support plain JSON, properties files and more like Inheritance. |
Thanks, that looks ideal for keeping backwards compatibility with existing config files. |
I would really like to support "side car" files for not just config, but for meta-data. I think that would make the content cleaner, and keep out foreign syntax. I will create a separate issue for that. |
Doesn't groovy support reading YAML out of the box? If so, we wouldn't need to add any dependencies and it should be a simple fix to add it to the list of support config parsers. |
An illustration on how it works in Awestruct (= dead project that we want to replace by JBake or Jekyll), which I created for the other image: Source code: https://github.com/kiegroup/optaplanner-website |
So more complex data structures can be used.
No specific use cases as yet, will be done once requirement exists.
Research:
http://www.yaml.org/
http://stackoverflow.com/questions/450399/which-java-yaml-library-should-i-use
https://code.google.com/p/snakeyaml/
The text was updated successfully, but these errors were encountered: