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
.github/workflows/validate.yml - switch to oracle release of JDK 21 when ready
Dockerfile - for all GraalVM native image docker files, fix release version and download location once available
check BackendTests in Todo application, the tests are still disabled - maybe there is an embedded cassandra that works with latest Java now? If not, test it differently, or remove this
test-packaging-native.sh - re-enable native image packaging tests once Java 21 native image is available
Required tasks to finalize as Java 21 is closer to release (or released), follow up of #6519
tests/integration/jpa/pom.xml
- uncomment test modules and fix all problems.mvn/jvm.config
- remove Byte Buddy experimental switch.github/workflows/validate.yml
- switch to oracle release of JDK 21 when readyBackendTests
in Todo application, the tests are still disabled - maybe there is an embedded cassandra that works with latest Java now? If not, test it differently, or remove thistest-packaging-native.sh
- re-enable native image packaging tests once Java 21 native image is availableThe text was updated successfully, but these errors were encountered: