• Stephane Nicoll's avatar
    Fix binding detection of ConfigurationProperties contributed by @Bean · 39fed4a9
    Stephane Nicoll authored
    This commit makes sure that a ConfigurationProperties type contributed
    by a `@Bean` factory method uses properties binding regardless of the
    presence of a matching constructor.
    
    `@Bean` method makes sure the user is in control and will be responsible
    of creating the instance. As a result, binding of properties will not
    happen there and therefore can only happen with regular JavaBean
    accessors.
    
    Closes gh-18184
    39fed4a9
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml 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...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...