-
Notifications
You must be signed in to change notification settings - Fork 12
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 ConnectionFactoryWrapperBuildItem in Quarkus #148
Comments
@zhfeng are you already implementing this issue here? |
@turing85 yeah, I'm working on it and please assign to me. |
@zhfeng eager to see your implementation. I just tried it myself, but for quarkus |
@turing85 Hmm, |
OK, I see and I can understand it is not there because |
@turing85 is there any other issue when you tried? |
@zhfeng yes. The new build item is only accessible in the |
@turing85 no problem and I just raise a PR for discussing. I can not catch your idea about "only transform this at the last moment" which mean only have it within quarkus 3 support? |
@zhfeng so my idea was to basically keep everything "as-is", and just add a |
@turing85 I confused about your idea. It seems that we only need to consume |
@zhfeng OOOOOH! Okay. That was the reason I was unable to find a stage that produces the |
Sorry, @zhfeng, I missed that comment of yours.
I am not sure I agree. Are there other extensions that are not loaded by default? It is "just a bom", its purpose is to provide dependent module versions, it should be in there. We would never want a version of that extension that differs from the quarkus version. |
I opened PRs in quarkus to add it to the bom: |
Thanks for raising these PRs! |
@turing85 It looks like we only need to add |
We need to use
ConnectionFactoryWrapperBuildItem
instead ofArtemisJmsWrapperBuildItem
since quarkusio/quarkus#29753 get merged.And I also create
The text was updated successfully, but these errors were encountered: