spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-simple
Andy Wilkinson f60f3cb38e Exclude property beans from method validation
Exclude `@ConfigurationProperties` beans from method validation so
that `@Validated` can be used on final classes without the method
validation post-processor throwing an exception.

This commit introduces a `FilteredMethodValidationPostProcessor` class
which will use `MethodValidationExcludeFilters` to exclude beans from
method validation processing. Using `@EnableConfigurationProperties`
will automatically register an appropriate filter.

Closes gh-21454
2020-10-27 15:43:00 -07:00
..
src Exclude property beans from method validation 2020-10-27 15:43:00 -07:00
build.gradle Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00