-
Andy Wilkinson authored
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
f60f3cb3
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
main | ||
test/java/smoketest/simple |