• Phillip Webb's avatar
    Don't mix collection values from different sources · 86d5c192
    Phillip Webb authored
    Update PropertySourcesPropertyValues so that collection values are only
    added from a single PropertySource. Prior to this commit, given the
    following:
    
        PropertySource-A
         list[0]=x
    
        PropertySource-B
         list[0]=y
         list[1]=z
    
    PropertySourcesPropertyValues would take `x` from A and `z` from B,
    resulting in a binding of `[x,z]`. The updated code now returns the
    more logical `[x]`.
    
    Fixes gh-2611
    86d5c192
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...