-
Notifications
You must be signed in to change notification settings - Fork 64
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
TOML Support #49
Comments
Oh yes, definitely welcome! |
I'd also love to see support for TOML, if you are still interested. 😃 |
Apologies for leaving this message then disappearing. |
thanks @LyndonArmitage that would be great |
LyndonArmitage
pushed a commit
to LyndonArmitage/vertx-config
that referenced
this issue
Sep 24, 2018
Addresses vert-x3#49 Using toml4j adds TOML support. Note: I have used Jetbrains annotations in this commit, if that is not desired I can remove them and stick with standard Java 8 methods of ensuring method contracts when it comes to null values.
Open
Added PR. See #57 Need to be aware of what version(s) of the TOML Spec we add support for. Apologies for the lengthy delay. |
LyndonArmitage
pushed a commit
to LyndonArmitage/vertx-config
that referenced
this issue
Sep 25, 2018
Change requested for vert-x3#49 by Clement Escoffier Makes sense as do not gain a whole lot by having them present and they add another dependency to the project.
LyndonArmitage
pushed a commit
to LyndonArmitage/vertx-config
that referenced
this issue
Sep 25, 2018
Change requested for vert-x3#49 by Clement Escoffier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've written a small library to add support for the TOML configuration format here using the toml4j library. Is there any interest in creating a pull request and adding this support to this project? It should only take a small amount of effort to add although I am unsure on how to test the code generation side of things.
The text was updated successfully, but these errors were encountered: