This pull request adds minor fix, to the validation introduced here: https://github.com/spring-projects/spring-framework/commit/d86bf8b2056429edf5494456cffcb2b243331c49 when resolving issue https://github.com/spring-projects/spring-framework/issues/33434 It seems that in the initial fix for spring-webmvc was created correctly, but for spring-webflux validation method was used incorrectly
Comment From: rstoyanchev
Those method are now re-used, see #33574.