spring-boot/spring-boot-project
Andy Wilkinson 85b1511085 Make configuration properties binding always uses current environment
Previously, configuration properties binding would only see changes to
the environment if there was no PropertySourcesPlaceholderConfigurer
in the context. This happened because
PropertySourcesPlaceholderConfigurer wrapped the Environment in a
PropertySource, effectively hiding it from the change tracking
performed by SpringConfigurationPropertySources.

This commit updates ConfigurationPropertiesBindingPostProcessor so
that it ignores the environment property source contained by
PropertySourcesPlaceholderConfigurer and uses a composite of
the PropertySourcesPlaceholderConfigurer's other property sources and
the Environment's PropertySources instead.
2017-10-27 21:29:09 +01:00
..
spring-boot Make configuration properties binding always uses current environment 2017-10-27 21:29:09 +01:00
spring-boot-actuator Fix checkstyle violation 2017-10-26 15:56:01 +02:00
spring-boot-actuator-autoconfigure Initialize only an embedded datasource by default 2017-10-27 09:50:37 +02:00
spring-boot-autoconfigure Make use of Batch's new API for accessing job parameters 2017-10-27 14:53:25 +02:00
spring-boot-cli Polish “Remove explicit type arguments” 2017-10-24 14:44:26 +01:00
spring-boot-dependencies Upgrade to Spring Data Kay SR1 2017-10-27 19:57:15 +01:00
spring-boot-devtools Polish “Remove explicit type arguments” 2017-10-24 14:44:26 +01:00
spring-boot-docs Align with new name for Spring Cloud Connectors' core module 2017-10-27 17:17:39 +01:00
spring-boot-parent Polish "Add runApplication() Kotlin top level function" 2017-10-27 14:22:15 +02:00
spring-boot-starters Polish "Add runApplication() Kotlin top level function" 2017-10-27 14:22:15 +02:00
spring-boot-test Remove explicit type arguments 2017-10-24 14:44:20 +01:00
spring-boot-test-autoconfigure Adapt to password encoder changes in Spring Security 2017-10-24 21:50:19 +01:00
spring-boot-tools Test the Gradle plugin against Gradle 4.3-rc-4 2017-10-27 20:30:50 +01:00
pom.xml Re-order modules so that spring--boot-cli is later 2017-10-05 18:17:25 -07:00