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
Phillip Webb 2e90b71c30 Do not attempt constructor binding for items with an existing value
Update `DefaultBindConstructorProvider` so that it no longer detects
constructors when the `Bindable` has an existing value. This update
allows us change `ConfigurationPropertiesBindingPostProcessor` and
related classes so that all instances created from `@Bean` methods
are treated as `JAVA_BEAN` bindings and will not be accidentally
re-created using constructor binding.

Fixes gh-33710
2 years ago
..
spring-boot Do not attempt constructor binding for items with an existing value 2 years ago
spring-boot-actuator Update copyright year of changed files 2 years ago
spring-boot-actuator-autoconfigure Update copyright year of changed files 2 years ago
spring-boot-autoconfigure Update copyright year of changed files 2 years ago
spring-boot-dependencies Upgrade to Undertow 2.3.2.Final 2 years ago
spring-boot-devtools Update copyright year of changed files 2 years ago
spring-boot-docs Merge branch '2.7.x' 2 years ago
spring-boot-parent Allow spring properties to be used in logback <if> blocks 2 years ago
spring-boot-starters Make sure the 'native' profile can be used in a multi-modules project 2 years ago
spring-boot-test Update copyright year of changed files 2 years ago
spring-boot-test-autoconfigure Update copyright year of changed files 2 years ago
spring-boot-tools Fix Homebrew formula's install --head support 2 years ago