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

Allow Hibernate to use Spring Boot's validator #15829

Open
philwebb opened this issue Feb 1, 2019 · 3 comments
Open

Allow Hibernate to use Spring Boot's validator #15829

philwebb opened this issue Feb 1, 2019 · 3 comments
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented Feb 1, 2019

There's not much need currently, but once #3071 is fixed we might want to consider passing our validator to Hibernate using:

vendorProperties.put("javax.persistence.validation.factory", validator);
@philwebb philwebb added this to the 2.x milestone Feb 1, 2019
@philwebb philwebb added the type: enhancement A general enhancement label Feb 1, 2019
@rhamedy
Copy link
Contributor

rhamedy commented Feb 10, 2019

Even though not labeled as first-timer, I would still want to offer my help to work on this issue whenever the time is right (I assume when #7748 is merged) 👍

I have previously used HibernateValidator on multiple occasions and created annotations for custom validation and this would be a good opportunity to explore Spring Boot codebase. I might need a minimal amount of direction on where to start and then I will find my way.

@snicoll
Copy link
Member

snicoll commented Feb 11, 2019

@rhamedy thank you for the offer and we're happy to guide you once we find an issue that fits (it doesn't necessarily have to be a first timer). Let's sync again when #3071 is resolved as the outcome may change things here.

@DreamPWJ
Copy link

very much looking forward

@philwebb philwebb modified the milestones: 2.x, 3.x Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants