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

Move to jakarta and Hibernate Validator 8 #282

Merged
merged 5 commits into from
Mar 12, 2023
Merged

Conversation

radovanradic
Copy link
Contributor

Wanted to move sql and data to new validation and I think this is the first thing that needs to be updated.
However, compileTestGroovy task if failing with this error

Caused by: java.lang.NoClassDefFoundError: javax.validation.Payload

Don't see where this class is referred.

@github-actions
Copy link

❌ Java CI failed: https://ge.micronaut.io/s/luja7isu2a4bs

@github-actions
Copy link

❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/u2dgcjieg2aww

@github-actions
Copy link

❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/56ul3xfja3lni

@github-actions
Copy link

❌ Java CI failed: https://ge.micronaut.io/s/kiawccqa6voj4

@graemerocher graemerocher marked this pull request as ready for review March 12, 2023 13:18
@graemerocher graemerocher changed the title Micronaut validation dependency changes Move to jakarta and Hibernate Validator 8 Mar 12, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@graemerocher graemerocher merged commit cd4af22 into master Mar 12, 2023
@graemerocher graemerocher deleted the validation-lib-update branch March 12, 2023 13:21

testAnnotationProcessor mnValidation.micronaut.validation.processor
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@radovanradic why did we add a dependency to Micronaut-validation? Should not hibernate validator be independent of micronaut-validation ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It already had dependency to micronaut validation, this was just moving to new validation library that was moved out of core 978b7b2#diff-00f11a022501c4834933545068afa17566c38f250fc67a4f28c825987d63576dL12

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.

4 participants