vertx-config
vertx-config copied to clipboard
Set to JsonObject.mergeIn(deep = true) for FileSet and stores
When loading some configuration from directories with multiple files that need to be merged, the actual code only does the merge operation in the first level of the config tree, causing some unwanted side effects.
This pull request turns recursive all multi-file config merge process in 3.7 branch.