mirror of
https://github.com/lightbend/config.git
synced 2025-03-17 04:40:41 +08:00
configuration library for JVM languages using HOCON files
If we saw a ConfigSubstitution value, we would then ignore any objects after it. But in fact, the substitution might expand to an object, and then we would need to merge it with the objects after it. If we had an object and merged a substitution with it, we were previously ignoring the substitution. But in fact, the substitution might expand to an object, and we would need to merge that object in. So in both cases now we create a ConfigDelayedMerge or ConfigDelayedMergeObject object instead. As part of this, the merge() code was refactored to use a withFallback() method, which is now handy and public. |
||
---|---|---|
project | ||
src | ||
.gitignore | ||
build.sbt | ||
README.md | ||
SPEC.md | ||
TODO.txt |
Configuration library for Java.