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 10f0017d69 Fix method validation in child contexts
Bean post-processors only apply to the context in which they're
registered. ValidationAutoConfiguration will only auto-configure the
MethodValidationPostProcessor if the post-processor is missing from
the current context and any of its ancestors. If an ancestor context
contains the post-processor it will not be auto-configured and the
descendant context will not have method validation configured.

This commit updates the auto-configuration to limit the search for
an existing MethodValidationPostProcessor bean to the current
context.

Fixes gh-27890
3 years ago
..
spring-boot Fix description of "logging.logback.rollingpolicy.max-history" 3 years ago
spring-boot-actuator Polish 3 years ago
spring-boot-actuator-autoconfigure Polish "Don't use markdown syntax in javadoc or error messages" 3 years ago
spring-boot-autoconfigure Fix method validation in child contexts 3 years ago
spring-boot-cli Update copyright year of changed files 3 years ago
spring-boot-dependencies Upgrade to Spring Session 2020.0.7 3 years ago
spring-boot-devtools Stabilize liveReloadOnClassPathChanged() 3 years ago
spring-boot-docs Polish "Fix description of "logging.logback.rollingpolicy.max-history"" 3 years ago
spring-boot-parent Upgrade to Testcontainers 1.16.1 3 years ago
spring-boot-properties-migrator
spring-boot-starters Restore 'javax.xml.bind:jaxb-api' exclusion 3 years ago
spring-boot-test Upgrade to Spring Java Format 0.0.29 3 years ago
spring-boot-test-autoconfigure Update copyright year of changed files 3 years ago
spring-boot-tools Harmonize line endings 3 years ago