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

Jakarta EE9 and onwards support for http-restful-ws package #468

Closed
abutch3r opened this issue Aug 8, 2022 · 1 comment · Fixed by #469
Closed

Jakarta EE9 and onwards support for http-restful-ws package #468

abutch3r opened this issue Aug 8, 2022 · 1 comment · Fixed by #469

Comments

@abutch3r
Copy link
Contributor

abutch3r commented Aug 8, 2022

The current Jakarta http-restful-ws package uses the old javax.* namespace for the jax-rs packages that were replaced in Jakarta EE9 with jakarta.*. As such J EE9 and the upcoming EE10 are currently incompatible with the http-restful-ws package.

Both Resteasy and Jersey latest versions are JEE9 compatible, though Spring are planning Jee9 support 4Q2022, but for support for boot 3 and framework version 6, Jee9 support will be required

@abutch3r
Copy link
Contributor Author

abutch3r commented Aug 8, 2022

To support JEE9 and 10 from reviewing the source code

<jakarta-ee.version>2.1.6</jakarta-ee.version>

would need updating to a minimum of 3.0.0

replace all javax.* imports with jakarta.* - Given obviously these changes would break the Jee8 support. would likely need to somehow differentiate between

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

Successfully merging a pull request may close this issue.

1 participant