-
Notifications
You must be signed in to change notification settings - Fork 93
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
Updated version of java from 11 to 17 #2228
Conversation
.github/workflows/build.yml
Outdated
@@ -47,7 +47,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
java: [17] | |||
java: [21] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd keep both 17 and 21 as a matrix to be sure, both for WildFly and Quarkus
I am going to make an issue of the weird behavior of the record containing a |
Also please
|
I hope that I have done it correctly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/cc @jmartisk
Since WF 35 will support Java 17.