You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1507 - Fix potential NullPointerException in Jsr303AwarePropertyMetadata.
We now check whether we could really load `@Range`, which is only available from Java Validation 2.0 and newer. Classpaths that only included a 1.x flavor of that would end up with `null` for the loaded class and have that forwarded into a method not accepting `null` values.
0 commit comments