-
Notifications
You must be signed in to change notification settings - Fork 3k
Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs #50243
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
Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs #50243
Conversation
mjurc
commented
Sep 23, 2025
- Adding Maven compile plugin configuration ensuring that the dependencies of annotation processor are managed by Quarkus to Jakarta Data docs.
* Adding Maven compile plugin configuration ensuring that the dependencies of annotation processor are managed by Quarkus to Jakarta Data docs.
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Thanks, but do you have some context @mjurc? From what I understand, the annotation processor itself would have its version managed by the Quarkus BOM. Only transitifive dependencies might not. So this would only matter if dependencies of the annotation processor diverged from what is being managed by Quarkus. Did you notice any such dependency, and if so may I ask which one? |
@yrodiere Yes, that's the way I understand it too. We've just had that happen in RHBQ with https://issues.redhat.com/browse/QUARKUS-6578. I'm not sure how possible it's with Quarkus, but I'd say there's a possibility |
Yes, @yrodiere, it does happen sometimes.
|
Right, I understand it can happen in theory, I just wanted to know which dependency caused this specific instance. Because that could be an oversight from our part. |
Though the RHBQ thing answers my question :) Thanks |
Opened https://hibernate.atlassian.net/browse/HHH-19804 to fix upstream documentation too |
@marko-bekhta you may want to fix the documentation for the Hibernate Search processor as well? |
thanks! that's good to know 🙂 |