-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Transition from Java EE to Jakarta EE #26041
Comments
|
|
@linghengqian I personally agree with the removal, atomikos and naryana are enough, and bitronix has not been maintained for a long time. |
@linghengqian I recently refactored the BTM project(with the latest dependies) https://github.com/laingke/btm , and an unofficial version may be released in the future. Is it possible for shardingsphere to integrate an unofficial artifact? |
|
That is OK, since 3.0.0-SNAPSHOT, Bitronix licensed with APACHE LICENSE 2.0. |
|
That is OK, my version still need 1 or 2 month to develop. |
|
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>5.4.0</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.8</version>
</dependency>
|
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
I test with
|
It seems that when quarkus build the application, it will exclude the old Java EE artifacts like |
Or is it possible to implement a memory only repostitory? like |
|
|
Well, these |
There is only |
So @linghengqian are you working on this migration? |
Just FYI, narayana 7.0.0.Final has been moved to support Jakara EE 10 and change the license to |
|
|
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. |
|
Feature Request
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
No
Describe the feature you would like.
After Jakarta EE 9 has been released, The group id
javax-***
is no longer maintained, it would be a good idea to migratejavax
tojakarta
namespace.The following GAVs are mentioned in shardingsphere:
Here is the latest version until May 30th, 2023:
Refs:
Jakarta EE Maven Coordinates
Transition from Java EE to Jakarta EE
Javax to Jakarta Namespace Ecosystem Progress
The text was updated successfully, but these errors were encountered: