FrankChen021 commented on PR #19778: URL: https://github.com/apache/druid/pull/19778#issuecomment-5113501950
Closing as `SKIPPED_COMPLEX_COMPATIBILITY`. The [strict-compilation failure](https://github.com/apache/druid/actions/runs/30409378600/job/90441901226) shows widespread missing `javax.validation` packages and symbols after the 2.0.2 → 3.1.1 bump. Current `master` still contains 132 Java files importing `javax.validation`, while Jakarta Validation 3.1 uses the `jakarta.validation` namespace. This therefore requires a repository-wide namespace/provider migration and compatibility validation, not a one-line dependency update. The branch is left unchanged. Specification: https://jakarta.ee/specifications/bean-validation/3.1/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
