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
2019-09-09 13:29:31 +02:00
..
spring-boot-antlib Merge '1.5.x' into 2.0.x 2019-07-24 11:39:58 +01:00
spring-boot-autoconfigure-processor Simplify if statements 2019-08-17 06:50:32 +02:00
spring-boot-configuration-docs Polish "Escape reserved asciidoc character in generated documentation" 2019-07-31 10:17:14 +02:00
spring-boot-configuration-metadata Merge branch '2.1.x' 2019-07-24 11:42:48 +01:00
spring-boot-configuration-processor Fix binding detection of ConfigurationProperties contributed by @Bean 2019-09-09 13:29:31 +02:00
spring-boot-gradle-plugin Merge branch '2.1.x' 2019-09-09 11:16:30 +01:00
spring-boot-loader Merge branch '2.1.x' 2019-09-06 14:38:45 +01:00
spring-boot-loader-tools Use hasSize() assertion in favor of length checks 2019-08-17 06:39:41 +02:00
spring-boot-maven-plugin Use hasSize() assertion in favor of length checks 2019-08-17 06:39:41 +02:00
spring-boot-test-support Protect autoconfigure module against slow starting test containers 2019-09-04 10:15:10 +01:00
pom.xml Merge branch '2.1.x' 2019-03-19 17:11:45 +00:00