Hi, I’m trying to combine two child lists in two configurations and was 
expecting them to be combined into one longer list, but one seems to be taking 
precedence over the other.  Is there a way to merge child lists?

Here’s the unit test:
https://github.com/m410/commons-configuration-yaml/blob/master/src/test/java/org/m410/config/YamlCompositeConfigurationTest.java
 
<https://github.com/m410/commons-configuration-yaml/blob/master/src/test/java/org/m410/config/YamlCompositeConfigurationTest.java>
line 48 fails

here’s the two configurations:
https://github.com/m410/commons-configuration-yaml/tree/master/src/test/resource
 
<https://github.com/m410/commons-configuration-yaml/tree/master/src/test/resource>

thx

Reply via email to