-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Remove support for Atomikos #28589
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
Comments
What's the reason, and is there an upstream issue to track that would let it back in? |
The trigger was it not being compatible with Jakarta EE 9. Even if that changes we do not plan to reinstate support. Our preference is that JTA providers maintain the integration as the Narayana team now do. |
We at Atomikos now host it in our 5.0 code base and dito releases. @wilkinsona AFAIK Jakarta EE 9 was never mentioned. What is the Spring Boot policy re Jakarta EE? |
Spring Boot 3.0, to be release in November, uses Jakarta EE 9. |
It is possible to release a Jakarta 9 version of your dependencies by using the transformer-maven-plugin from Eclipse. We are running Atomikos on Jakarta 9 by transforming the transactions-jta and transactions-hibernate4 as shown below... |
@wilkinsona |
No description provided.
The text was updated successfully, but these errors were encountered: