We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use your library in my Spring Boot 2.0 project which includes hibernate-validator 6.0.7.Final.
6.0.7.Final
Unfortunately, version 2.2.0 of validator-collection seems not to be compatible:
2.2.0
Caused by: java.lang.NoSuchMethodException: org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl.<init>(org.hibernate.validator.internal.metadata.core.ConstraintHelper, java.lang.reflect.Member, java.lang.annotation.Annotation, java.lang.annotation.ElementType) at java.lang.Class.getConstructor0(Class.java:3082) ~[na:1.8.0_121] at java.lang.Class.getConstructor(Class.java:1825) ~[na:1.8.0_121] at cz.jirutka.validator.collection.internal.ConstraintDescriptorFactory.<init>(ConstraintDescriptorFactory.java:56) ~[validator-collection-2.2.0.jar:2.2.0]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use your library in my Spring Boot 2.0 project which includes hibernate-validator
6.0.7.Final
.Unfortunately, version
2.2.0
of validator-collection seems not to be compatible:The text was updated successfully, but these errors were encountered: