vertx-config icon indicating copy to clipboard operation
vertx-config copied to clipboard

Set to JsonObject.mergeIn(deep = true) for FileSet and stores

Open daltrogama opened this issue 5 years ago • 0 comments

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.

daltrogama avatar Jun 03 '19 20:06 daltrogama