-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
❌ Java CI failed: https://ge.micronaut.io/s/luja7isu2a4bs |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/u2dgcjieg2aww |
❌ GraalVM CE CI 17 latest failed: https://ge.micronaut.io/s/56ul3xfja3lni |
❌ Java CI failed: https://ge.micronaut.io/s/kiawccqa6voj4 |
Kudos, SonarCloud Quality Gate passed! |
|
||
testAnnotationProcessor mnValidation.micronaut.validation.processor |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
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 errorDon't see where this class is referred.