You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
Stephane Nicoll 39fed4a9d9 Fix binding detection of ConfigurationProperties contributed by @Bean
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
5 years ago
..
spring-boot-antlib Merge '1.5.x' into 2.0.x 5 years ago
spring-boot-autoconfigure-processor Simplify if statements 5 years ago
spring-boot-configuration-docs Polish "Escape reserved asciidoc character in generated documentation" 5 years ago
spring-boot-configuration-metadata Merge branch '2.1.x' 5 years ago
spring-boot-configuration-processor Fix binding detection of ConfigurationProperties contributed by @Bean 5 years ago
spring-boot-gradle-plugin Merge branch '2.1.x' 5 years ago
spring-boot-loader Merge branch '2.1.x' 5 years ago
spring-boot-loader-tools Use hasSize() assertion in favor of length checks 5 years ago
spring-boot-maven-plugin Use hasSize() assertion in favor of length checks 5 years ago
spring-boot-test-support Protect autoconfigure module against slow starting test containers 5 years ago
pom.xml