-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support Java 17 #21481
Comments
One question here would be about CI (or nightly jobs). Do we need more Java 17 coverage? It seems so. |
good question @famod - what java 17 coverage do we actually have enabled in CI now ? |
The following modules are not executed with Java 17:
Plus: No native tests, AFAICS, but I'm not really up to date with which GraalVM version we are running currently. Ironically, the nightly EA job (using 18-ea currently) is covering all those (except native). |
@famod regarding native-image testing I am planning to create pipelines for testing Quarkus (running its integration tests) with Mandrel on Java 17. This would give us some info, but it would of course not ensure that no breaking changes make it to Quarkus moving forward.
We are currently running with 21.3-java11 |
FYI all native integration tests are now green with GraalVM CE 21.3-java17. Note, the
will probably be needed in JVM-mode as well to avoid unpleasant surprises once the APIs in those modules get accessed at runtime. |
Devtools ITs are now also running with Java 17 in CI. |
@maxandersen You might want to include oracle/graal#4006 as well |
Records do fail also with Qute. No warnings / errors on build time, but on runtime
when applying |
I agree with @zakkak this list should include oracle/graal#4006 |
All issues here are resolved and closed. We support Java 17 for a while now - anything else found is considered a bug. |
Description
Java 17 is out and Quarkus JVM works with Java 17 but native image needs updating and devtools/code quarkus not fully covered.
Using this epic to track status
Analysis
(links to analysis docs containing architecture design work, requirements gathering, etc)
The text was updated successfully, but these errors were encountered: