You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why are you depending on hibernate-validator? Now you pull in a whole implementation of javax.validation and make it hard for others that want to use a newer implementation of hibernate-validator. Why not compile against the validation API and instruct users to pull in hibernate-validator themself?
The text was updated successfully, but these errors were encountered:
@ruurd you can just include your own version of hibernate-validator in your pom.xml and our version won't be used. It's a runtime dependency in our case. Or I didn't understand the problem?
Why are you depending on hibernate-validator? Now you pull in a whole implementation of javax.validation and make it hard for others that want to use a newer implementation of hibernate-validator. Why not compile against the validation API and instruct users to pull in hibernate-validator themself?
The text was updated successfully, but these errors were encountered: