You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 23 of the graalVM SDK and API artifacts use Java 17 bytecode. We cannot use these versions in Quarkus as it would break our Java 11 support.
Fortunately, the GraalVM team agreed to publish these artifacts using Java 11 bytecode. For the time being, we need to lock the version to 22.3 (the last release using Java 11 bytecode).
This issue concerns remembering to update once the new artifacts are released.
The GraalVM team does not commit to keeping these artifacts using Java 11 bytecode forever. At some point, if they need to use a Java feature from 17 / 20 / 21, they will bump the bytecode version.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
Version 23 of the graalVM SDK and API artifacts use Java 17 bytecode. We cannot use these versions in Quarkus as it would break our Java 11 support.
Fortunately, the GraalVM team agreed to publish these artifacts using Java 11 bytecode. For the time being, we need to lock the version to 22.3 (the last release using Java 11 bytecode).
This issue concerns remembering to update once the new artifacts are released.
The GraalVM team does not commit to keeping these artifacts using Java 11 bytecode forever. At some point, if they need to use a Java feature from 17 / 20 / 21, they will bump the bytecode version.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: