vert-x3 / vertx-config

Vert.x Configuration Service
Apache License 2.0
54 stars 64 forks source link

TOML Support #49

Open LyndonArmitage opened 6 years ago

LyndonArmitage commented 6 years ago

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.

cescoffier commented 6 years ago

Oh yes, definitely welcome!

rgmz commented 6 years ago

I'd also love to see support for TOML, if you are still interested. :smiley:

LyndonArmitage commented 6 years ago

Apologies for leaving this message then disappearing. I shall work on a pull request as soon as I get a chance, hopefully some time this week.

vietj commented 6 years ago

thanks @LyndonArmitage that would be great

LyndonArmitage commented 6 years ago

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.