• Phillip Webb's avatar
    Allow placeholders to be used in imports · 758df17c
    Phillip Webb authored
    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
    758df17c
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...