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 `ConstraintViolation`s 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.