-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Upgrade to Hibernate Validator 6.0.2.Final #9969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@spring-issuemaster travis build failure is not related to this PR, can you restart it? |
Thanks for the PR. I'm going to put this one on hold for now as there are still some decisions to be made about Hibernate Validator 6 that are being tracked by #9784. |
@rajadileepkolli Thanks again for the PR. It looks like we can proceed with the upgrade to Hibernate Validator 6 in M5. To make sure that no Hibernate Validator 5 or earlier dependencies creep in, can you please update the configuration of the enforcer plugin's banned dependencies? |
* pr/9969: Upgrade to Hibernate Validator 6.0.2.Final
That broke the build, I am looking at it |
Hibernate Validator 6 has a slightly different structure for default messages. This commit adapts our tests accordingly. See gh-9969
The build is still broken. The Glassfish deployment test is failing because it's using the Validation API from the container rather than the deployed war. There's the first app server deployment test that runs. The others may well be broken too. |
Hibernate Validator 6.0 Final comes with Bean Validation 2.0 support, this PR updates Hibernate Validator to latest version