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
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
5 years ago
..
spring-boot Allow @Component on mutable @ConfigurationProperties 5 years ago
spring-boot-actuator Fix typo in javadoc 5 years ago
spring-boot-actuator-autoconfigure Fix typo 5 years ago
spring-boot-autoconfigure Tune @ConditionalOnMissingBean for interface-based back off 5 years ago
spring-boot-cli Polish "Support multiple drives when running CLI using Cygwin" 5 years ago
spring-boot-dependencies Upgrade to Junit Jupiter 5.5.2 5 years ago
spring-boot-devtools Merge branch '2.1.x' 5 years ago
spring-boot-docs Allow @Component on mutable @ConfigurationProperties 5 years ago
spring-boot-parent Upgrade to Testcontainers 1.12.0 5 years ago
spring-boot-properties-migrator Merge branch '2.1.x' 5 years ago
spring-boot-starters Add reference to Pebble Templates to 3rd party starter list 5 years ago
spring-boot-test Remove unnecessary blank lines 5 years ago
spring-boot-test-autoconfigure Use disabledWithoutDocker option for @Testcontainers 5 years ago
spring-boot-tools Fix binding detection of ConfigurationProperties contributed by @Bean 5 years ago
pom.xml