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
Jakarta Validation annotations should be checked on declared fields in a Java Record.
For example, the following should report a diagnostic indicating that @AssertTrue is only valid on Boolean types.
@AssertTrue
public record TestEntity(@AssertTrue String name) {}
Jakarta Validation 3.1
Select all that apply
The text was updated successfully, but these errors were encountered:
This should be added for Jakarta EE 11
Sorry, something went wrong.
No branches or pull requests
Description:
Jakarta Validation annotations should be checked on declared fields in a Java Record.
For example, the following should report a diagnostic indicating that
@AssertTrue
is only valid on Boolean types.Specification:
Jakarta Validation 3.1
Type of language feature proposed:
Select all that apply
The text was updated successfully, but these errors were encountered: