-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update to Java 21 #375
Labels
enhancement
New feature or request
Comments
Does this needs refinement? I was not brought up during CoMPAS refinements. |
gleizesDor
added a commit
that referenced
this issue
Mar 21, 2024
Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
gleizesDor
added a commit
that referenced
this issue
Mar 21, 2024
Signed-off-by: gleizesDor <115622893+gleizesDor@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
As a developer, I would like to update to Java 21.
So that I can use the new features of Java 21 (like pattern matching, which is already used with Java 17 preview) and remove the enable-preview flag.
Acceptance criteria
Project compiles with Java release 21.
The text was updated successfully, but these errors were encountered: