• C
    Avoid exceptions when evaluating validation hints · e7cbe237
    Christoph Dreis 提交于
    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
    e7cbe237
ModelAttributeMethodArgumentResolver.java 10.5 KB