Skip to content
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

Incompatibility with jakarta.* packages #26

Open
Canos opened this issue Aug 25, 2023 · 1 comment
Open

Incompatibility with jakarta.* packages #26

Canos opened this issue Aug 25, 2023 · 1 comment

Comments

@Canos
Copy link

Canos commented Aug 25, 2023

The changes in Java EE makes impossible to use your platform on modern environments like Spring 6, Hibernate 6, Tomcat 10, etc.

More info: https://jakarta.ee/blogs/javax-jakartaee-namespace-ecosystem-progress/

How to solve? Multiple options:

  • Avoid using javax.* packages.
  • Creating two versions of the library one using jakarta.* and a legacy one using javax.* packages.

Thanks in advance

@Canos
Copy link
Author

Canos commented Aug 28, 2023

I forked and created a pull-request
#27
I would appreciate a review and some comments.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant