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

support for jakarta #398

Open
JLofgren opened this issue Jul 20, 2023 · 1 comment
Open

support for jakarta #398

JLofgren opened this issue Jul 20, 2023 · 1 comment

Comments

@JLofgren
Copy link

I don't understand the XML ecosystem very well, but I gather that jakarta is the successor to a subset of javax, and other tools are moving on to support jakarta. For example, Guice's latest version 7.0.0 only supports jakarta injection. They also released 6.0.0 that works with both javax and jakarta. So, for now, I can only upgrade to Guice to 6.0.0 in my project because play-soap still uses javax injection. Is there intention to move to jakarta?

@mkurz
Copy link
Member

mkurz commented Jul 20, 2023

Play 2.9 will use Guice 6 which supports both javax and jakarta namespaces.
The next release after 2.9 will then switch to Guice 7, which only supports jakarta.
We are aware of what needs to be done, please see some comments and pull requests I made:

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

2 participants