Spring-boot: Allow Hibernate to use Spring Boot's validator

Created on 1 Feb 2019  路  3Comments  路  Source: spring-projects/spring-boot

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);
enhancement

All 3 comments

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.

@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.

very much looking forward

Was this page helpful?
0 / 5 - 0 ratings