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

[question] Is java-jwt compatible with Java21? #690

Open
5 tasks done
rikkyrice opened this issue Sep 2, 2024 · 1 comment
Open
5 tasks done

[question] Is java-jwt compatible with Java21? #690

rikkyrice opened this issue Sep 2, 2024 · 1 comment
Labels
bug This points to a verified bug in the code

Comments

@rikkyrice
Copy link

Checklist

  • I have looked into the Readme and Examples, and have not found a suitable solution or answer.
  • I have looked into the API documentation and have not found a suitable solution or answer.
  • I have searched the issues and have not found a suitable solution or answer.
  • I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • I agree to the terms within the Auth0 Code of Conduct.

Description

Hi.

I am using the java-jwt library in my project, which currently runs on Java 8. I am planning to migrate from Java 8 to Java 21 and am investigating compatible versions of each library for Java 21.

I found that the latest version of java-jwt (4.4.0 as of August 2024) is compatible with Java 8, 11, and 17, but there is no mention of support for Java 21.

Could you confirm whether java-jwt version 4.4.0 supports Java 21?

I posted same question on Auth0 Community forums.
The link is here.

Thank you.

Reproduction

This is just a question, so there is no reproduction.

Additional context

No response

java-jwt version

4.4.0

Java version

21

@rikkyrice rikkyrice added the bug This points to a verified bug in the code label Sep 2, 2024
@jimmyjames
Copy link
Contributor

👋 hi @rikkyrice, thanks for raising this question! I don't think there's any reason that it wouldn't be compatible with Java 21, but we just haven't updated our tests to run that version as well.

@tanya732 this would be a good task to do, update the CI to run with java 21, so all LTS verions 8+. If we find any issues we should capture or fix them, but if everything looks good we can update docs to be explicit about java 21 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants