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.
10f0017d69
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 | 3 years ago | |
spring-boot-actuator | 3 years ago | |
spring-boot-actuator-autoconfigure | 3 years ago | |
spring-boot-autoconfigure | 3 years ago | |
spring-boot-cli | 3 years ago | |
spring-boot-dependencies | 3 years ago | |
spring-boot-devtools | 3 years ago | |
spring-boot-docs | 3 years ago | |
spring-boot-parent | 3 years ago | |
spring-boot-properties-migrator | ||
spring-boot-starters | 3 years ago | |
spring-boot-test | 3 years ago | |
spring-boot-test-autoconfigure | 3 years ago | |
spring-boot-tools | 3 years ago |