Closed eutkin closed 6 years ago
Looks great, can you drop a line in the documentation?
What documentation?
anyone?
Sorry missed your message. The documentation for this PR need to be written in src/main/asciidoc/index.adoc
. It should just explain how it works and give a simple example.
Can you also rename the PR? master
is a bit vague.
@eutkin did you sign the Eclipse CLA?
nope
@eutkin You can sign it there: https://www.eclipse.org/legal/ECA.php.
done
The CI complains about not finding the implementation
java.util.ServiceConfigurationError: io.vertx.config.spi.ConfigProcessor: Provider io.vertx.config.impl.spi.HierarchicalPropertiesStoreProcessor not found
.
Can you investigate?
done
And merged!
Thanks again for your hard work!
thank you
The standard implementation of the configuration through properties does not display structures. I.e:
It will be transformed
But there are cases when it is important for us to correctly display the structure, and not the "flat" properties:
This StoreProcessor allows you to convert
.properties
to a json object in the same way that Spring Boot converts.properties
to java objects.Example: