I am using Spring 4. My form contains the following variables:
@NotNull
@Email
private String email;
@NotNull
private String firstName;
@NotNull
private Stri
I'm not sure whether you have found ways to fix this. I am facing the same issue as well. and I managed to solve it. The problem with my setting is totally manual and I'm doing big mistake by placing the whole hibernate-validator-5.1.3.Final-dist.zip inside lib folder.
So what I did is I get this 6 files inside "hibernate-validator-5.1.3.Final-dist.zip" in dist folder and place this with web app lib.
This fixed my issue.