Introduce support for method validation in Spring MVC and Spring WebFlux. This requires changes first at a lower level to enhance MethodValidationInterceptor infrastructure to adapt ConstraintViolations to MessageSourceResolvable errors, further aggregated into a BindingResult for cascaded violations on Object method parameters.
For the full scope of changes on this theme, see #30645.
Introduce support for method validation in Spring MVC and Spring WebFlux. This requires changes first at a lower level to enhance
MethodValidationInterceptorinfrastructure to adaptConstraintViolations toMessageSourceResolvableerrors, further aggregated into aBindingResultfor cascaded violations on Object method parameters.For the full scope of changes on this theme, see #30645.