Perform checks for bean validation constraints in HandlerMethod only when needed #32007
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Method validation is not needed for all types of controller methods. We should make the initialization of the
shouldValidate
flags inHandlerMethod
more explicit rather than performed for every instances created.The text was updated successfully, but these errors were encountered: