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
…data.
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.
…data.
We now check whether we could really load `@Range`, which is only available in Hibernate Validator. An arrangement in which the Validation API JAR is on the classpath but not Hibernate Validator would let us end up with the relevant instance being `null` and need a check for before being handed into code that requires the type to not be `null`.
No description provided.
The text was updated successfully, but these errors were encountered: