The com.atlassian.jwt
package currently relies on the javax
API, which is no longer supported in Java 21 as it replaced by the jakarta
API.
To upgrade (to Java 21) we need to understand:
If there are any official plans or existing versions of these dependencies that have been upgraded to align with Jakarta EE.
The process and steps required to migrate these dependencies from javax to jakarta without breaking compatibility.
Any known compatibility issues or considerations when upgrading these specific modules to Jakarta.
Any documentation or resources you could share to guide us through the transition.
Your assistance and insights would be greatly appreciated as we work toward making this upgrade.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.