spring-boot/spring-boot-project
Phillip Webb 758df17c7d Allow placeholders to be used in imports
Allow `${..}` property placeholders to be used in `spring.config.import`
properties. Prior to this commit, placeholders were not resolved when
binding the `ConfigDataProperty` instance. Furthermore, binding happened
too early for all placeholders to be resolved correctly. The
`ConfigDataEnvironmentContributor` class now has two states for imported
contributors, `UNBOUND_IMPORT` has the initial unbound state and is
eventually replaced with a `BOUND_IMPORT`.

Closes gh-23020
2020-08-23 20:27:12 -07:00
..
spring-boot Allow placeholders to be used in imports 2020-08-23 20:27:12 -07:00
spring-boot-actuator Update copyright year of changed files 2020-08-18 15:40:05 -07:00
spring-boot-actuator-autoconfigure Merge branch '2.3.x' 2020-08-18 15:39:08 -07:00
spring-boot-autoconfigure Add configuration option for GridFsTemplate's bucket 2020-08-20 10:45:51 +02:00
spring-boot-cli Upgrade to Mockito 3.4.6 2020-08-10 15:22:03 +01:00
spring-boot-dependencies Upgrade to Kotlin Coroutines 1.3.9 2020-08-20 11:32:21 +02:00
spring-boot-devtools Add BootstrapRegistry for long lived instances 2020-08-20 21:45:02 -07:00
spring-boot-docs Merge branch '2.3.x' 2020-08-19 10:09:43 +02:00
spring-boot-parent Restrict JLine version to 2.11 to avoid breaking changes in 2.12+ 2020-06-24 11:02:23 +01:00
spring-boot-properties-migrator Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
spring-boot-starters Merge branch '2.3.x' 2020-08-12 11:40:48 +01:00
spring-boot-test Add BootstrapRegisty support for config data 2020-08-20 21:49:03 -07:00
spring-boot-test-autoconfigure Merge branch '2.3.x' 2020-08-14 17:12:53 -07:00
spring-boot-tools Merge branch '2.3.x' 2020-08-19 16:12:44 -05:00