Skip to content
New issue

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

Filter out jakarta @Valid annotations #195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

elyse-yao
Copy link

This modifies the record processor to filter out @Valid annotations from both javax/jakarta, which fixes #189. I also added tests for both.

Note: this doesn't add support for validation using Jakarta, since that would require bumping the Hibernator version and changes to the validator/additional validators to preserve support for both validation APIs.

Although validation using the Jakarta validation API is not yet supported (it would require a Hibernator version bump and likely migration away from javax validation), this adds a dependency on it to test filtering out Jakarta @Valid annotations.
@elyse-yao elyse-yao marked this pull request as draft November 14, 2024 21:47
@elyse-yao elyse-yao marked this pull request as ready for review November 14, 2024 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSR303 @Valid is not getting filtered out
1 participant