spring-framework/spring-webflux
Christoph Dreis e7cbe23771 Avoid exceptions when evaluating validation hints
Prior to this commit, evaluating validation hints for
@javax.validation.Valid caused exceptions being raised when getting the
value of this annotation, which does not exist. Bypassing
AnnotationUtils.getValue() in those cases can improve performance by
avoiding the cost incurred by raising exceptions.

See gh-26787
2021-04-22 11:19:30 +02:00
..
src Avoid exceptions when evaluating validation hints 2021-04-22 11:19:30 +02:00
spring-webflux.gradle Upgrade to Netty 4.1.53 and Tomcat 9.0.39 2020-10-16 12:20:15 +02:00