spring-boot/spring-boot
Dave Syer edb493044a Fix ordering problem in PropertySourcesPropertyValues
This affected @ConfigurationProperties binding whenever there
were multiple PropertySources (from any source) in the
Environment and mor ethan one carried a value for a particular
key. The rules for override are clear in Environment.getProperty()
but they were being violated by the PropertySourcesPropertyValues.

Fixes gh-916
2014-05-24 08:33:14 +01:00
..
src Fix ordering problem in PropertySourcesPropertyValues 2014-05-24 08:33:14 +01:00
pom.xml Remove exclude filtering from test-jars 2014-05-02 21:56:24 +01:00