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?
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?