vert-x3 / vertx-config

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

fix HierarchicalPropertiesReader ignore raw-data #134

Closed tifoha closed 3 years ago

tifoha commented 3 years ago

HierarchicalPropertiesReader ingore "raw-data" parameter

Motivation:

When I set up "raw-data" to true HierarchicalPropertiesReader ignore it. This commit should fix that bug

Conformance:

Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

tifoha commented 3 years ago

I signed eca. What next?

Traderjoe95 commented 3 years ago

For reference, this problem is also fixed in #132, which removes HierarchicalPropertyReader and unifies parsing between system properties and properties files