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

Migrate to Jakarta APIs #13

Open
boris-petrov opened this issue Dec 16, 2020 · 0 comments
Open

Migrate to Jakarta APIs #13

boris-petrov opened this issue Dec 16, 2020 · 0 comments

Comments

@boris-petrov
Copy link

Jakarta EE 9 is out already along with stable versions of the two most popular containers - Tomcat 10 and Jetty 11. shiro-jersey internally still uses javax (e.g. import javax.ws.rs.core.Response in ShiroExceptionMapper) so it is incompatible with an application that runs on these two containers. It would be nice to release a new version that is compatible with them. Unfortunately a single version cannot be made compatible with both the "old" javax and the "new" jakarta namespaces so perhaps a new major version should be released.

The migration is simple enough - just depend on the new artifact versions and rename the imports from javax.* to jakarta.*.

cc @silb

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