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
Some model API classes are validated both by a @Check method and by Bean Validation annotations, e.g. org.projectnessie.api.v2.params.Merge.
@Check
org.projectnessie.api.v2.params.Merge
Having both mechanisms is redundant. It should be OK to remove the @Check methods.
For context: the @Check methods might have been introduced because bean validation was disabled in JAX-RS tests until recently, see #7193.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some model API classes are validated both by a
@Check
method and by Bean Validation annotations, e.g.org.projectnessie.api.v2.params.Merge
.Having both mechanisms is redundant. It should be OK to remove the
@Check
methods.For context: the
@Check
methods might have been introduced because bean validation was disabled in JAX-RS tests until recently, see #7193.The text was updated successfully, but these errors were encountered: