-
Notifications
You must be signed in to change notification settings - Fork 249
Migrated javax.transaction to jakarta.transaction #492
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
base: master
Are you sure you want to change the base?
Conversation
|
Any news here? |
|
Hello @czpilar |
83adfa0 to
d45bcce
Compare
|
Hello @czpilar |
|
Hi @garydgregory, I know it does not compile on Java 8. This is because narayana-jta and geronimo-transaction do not have Jakarta versions compiled with Java 8, only with Java 11. |
6b6a71c to
2437055
Compare
|
Hello @czpilar |
|
Hi @garydgregory, I was able to fix the issue with The latest So I am not sure how to solve this. |
|
Hello @czpilar |
|
Hi @garydgregory, One solution would be to remove:
Then, once |
|
Hello @czpilar |
|
Hi @garydgregory, wait... I've found out there is narayana-jta-jakarta compatible with Java 8 and jakarta... just testing... |
2437055 to
28ccddc
Compare
|
Hi @garydgregory - just pushed the latest changes and everything should be compatible with Java 8 and jakarta... |
|
Hi @garydgregory, I am not sure why it is failing right now… Japicmp is complaining about the changes from Well, this PR is specifically about the migration from The |
|
@czpilar |
28ccddc to
7ce1d59
Compare
As part of the migration to
jakarta.transaction-api, we intend to useBasicManagedDataSourcewith thejakartapackage instead ofjavax. I haven't seen any activity initiated for this migration, so please consider my pull request as a potential solution for the transition.