spring-boot/spring-boot-project/spring-boot-docs
Andy Wilkinson f033016364 Allow @Component on mutable @ConfigurationProperties
Update configuration properties support to allow the `@Component`
annotation to be used on `@ConfigurationProperties` beans as long
as they are mutable.

This restores the behavior of Spring Boot 2.1 for mutable beans whilst
still allowing us to enforce the stricter rules for immutable value
object configuration properties.

Closes gh-18138
2019-09-09 23:04:50 -07:00
..
src Allow @Component on mutable @ConfigurationProperties 2019-09-09 23:04:50 -07:00
pom.xml Fix broken links for master snapshot builds 2019-09-08 08:36:28 +02:00