vert-x3 / vertx-config

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

Allow hierarchical parsing for system properties #129

Closed Traderjoe95 closed 3 years ago

Traderjoe95 commented 3 years ago

While all supported configuration file formats support hierarchical configuration, the sys config store doesn't allow parsing the system properties like that. It would be good to add a "hierarchical" option to the config store to facilitate loading just as with the properties format. This would enable better interoperability with JSON/YAML/HOCON files.

I will submit a PR with these changes shortly.