• Stephane Nicoll's avatar
    Harmonize ConfigurationProperties bean name · ebffa493
    Stephane Nicoll authored
    When `@EnableConfigurationProperties` is defined, Spring Boot
    automatically registers a bean in the context for each class specified
    on the annotation. Previously, the name of the bean only included the
    prefix which leads to conflict if two different classes use the same
    prefix.
    
    This commit changes the bean name structure to be <prefix>-<fqn> where
    prefix is the prefix used on the annotation and <fqn> the fully qualified
    name of the target class.
    
    Closes gh-4395
    ebffa493
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs 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-devtools 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...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...