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

Jersey 3.0 breaking change #5196

Closed
rakshitcgupta opened this issue Nov 16, 2022 · 2 comments
Closed

Jersey 3.0 breaking change #5196

rakshitcgupta opened this issue Nov 16, 2022 · 2 comments
Milestone

Comments

@rakshitcgupta
Copy link

As per the documentation -
https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest3x/migration.html#mig-3.0.0-breaking-changes
the following is stated
The most fundamental change in Jersey 3.1.0 and later is namespace change. Since Jakarta EE 9 the jakarta. namespace is introduced as a replacement for javax namespace from Java EE.
Do you mean this change is from jersey 3.0.0 or 3.1.0 as well as per what can be seen in poms?

@jansupol
Copy link
Contributor

You are right, this paragraph is about migration to 3.0.0, so the statement should be

The most fundamental change in Jersey 3.0.0 and later is namespace change. Since Jakarta EE 9 the jakarta. namespace is introduced as a replacement for javax namespace from Java EE.

We'll fix that, thank you for pointing it out.

@jansupol jansupol added this to the 3.0.9 milestone Nov 20, 2022
@jansupol
Copy link
Contributor

Fixed by #5197

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