Skip to content

Support using JSR-303 annotations from 'jakarta.validation' package #1280

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

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

unkish
Copy link
Collaborator

@unkish unkish commented Jul 6, 2021

  • As suggested in Support jakarta.validation #1271 (comment) - added useJakartaValidation (default false) as a new configuration option
  • Using apache bval for javax.validation and hibernate-validator for jakarta.validation in integration tests
  • Unit tests are done using @Parameterized to check both cases (javax.validation and jakarta.validation) alternatives could be
    • duplicate test methods with addition of useJakartaValidation configuration option
    • duplicate test classes with addition of useJakartaValidation configuration option

@joelittlejohn joelittlejohn merged commit 1420677 into joelittlejohn:master Jul 14, 2021
@joelittlejohn joelittlejohn added this to the 1.1.2 milestone Jul 16, 2021
@joelittlejohn joelittlejohn changed the title Support usage of JSR-303 annotations from 'jakarta.validation' package Support using JSR-303 annotations from 'jakarta.validation' package Jul 20, 2021
@unkish unkish deleted the issues/1271 branch December 17, 2021 15:39
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.

2 participants