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
As per JSR 303 the javax.validation has been replaced in favor of jakarta.validation.
javax.validation
jakarta.validation
Consistency with the current standard
No response
<dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>...</version> </dependency>
with the jakarta substitute:
<dependency> <groupId>jakarta.validation</groupId> <artifactId>jakarta.validation-api</artifactId> <version>...</version> </dependency>
javax.
jakarta.
Yes
None
The text was updated successfully, but these errors were encountered:
Pakisan
No branches or pull requests
Why do we need this improvement?
As per JSR 303 the
javax.validation
has been replaced in favor ofjakarta.validation
.How will this change help?
Consistency with the current standard
Screenshots
No response
How could it be implemented/designed?
with the jakarta substitute:
javax.
class imports with thejakarta.
prefix🚧 Breaking changes
Yes
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
None
The text was updated successfully, but these errors were encountered: