-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add support for JakartaEE 9 #171
Comments
Thanks, it is on our backlog. But do you have any suggestions on how to implement it? As a breaking 6.0 release perhaps? |
@GuyPardon That is how many repos are supporting jakarta. Unfortunately its a hard break that cannot be avoided. |
|
Spring Boot 3.0 is released now, hope Atomikos supports it soon. |
@njhuan Seems Spring Boot 3.0 has removed support for Atomikos. See spring-projects/spring-boot#28589 |
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... |
When will Atomikos be ready for Spring Boot 3? |
We are working on it, thanks. Spring Boot 3 is definitely top priority. |
@GuyPardon Is there a target date to support Jakarta packaging and Spring 6? Thanks. |
The demand is still present, would be great to have the support for latest Spring Boot (as of now, 3.3.2). Any plans on doing this any time soon? |
Publish a version of Atomikos that supports JakartaEE 9 to Maven Central repository.
The text was updated successfully, but these errors were encountered: