Skip to content
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

Compatibility with Hibernate Validator 6.0 GA [SPR-15808] #20363

Closed
spring-projects-issues opened this issue Jul 23, 2017 · 1 comment
Closed
Assignees
Labels
type: task A general task
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 23, 2017

Kedar Joshi opened SPR-15808 and commented

Hibernate Validator 6.0 CR3 was released few days back and it should go GA very soon, considering only 4 issues are yet to be fixed.

Now should be a good time to assess its compatibility with the upcoming spring version.


Reference URL: https://hibernate.atlassian.net/browse/HV-1420?filter=-4&jql=fixVersion%20%3D%206.0.0.Final%20order%20by%20created%20DESC

Issue Links:

Referenced from: commits de09f8c, b122bc6

@spring-projects-issues
Copy link
Collaborator Author

spring-projects-issues commented Jul 23, 2017

Juergen Hoeller commented

This has been largely addressed through #18061 already, with Hibernate Validator 6.0 as the reference implementation for Bean Validation 2.0. Good point nevertheless, we should double-check runtime compatibility with HV 6.0 GA once it is out, assumably for out 5.0 RC4 release.

There are no known problems for common use cases at this point. As a limitation due to Bean Validation 1.1 compatibility, note that Spring's LocalValidatorFactoryBean bootstrap decorator does not support the getClockProvider() method for direct API calls; it only supports those on unwrapped ValidatorFactory instances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants