kaoto-backend
kaoto-backend copied to clipboard
Upgrade to Java 20+
We need to keep always latest Java version, as long as Quarkus supports it.
Tried workflows with:
- JVM: temurin 20.0.1+9
- Native: graalvm-jdk-20.0.1_linux-x64_bin 20.0.1 (Java 20.0.1 ) and they passed except Windows :( https://github.com/mkralik3/kaoto-backend/actions/runs/5334210501/jobs/9665696082?pr=1
Also locally with:
- JVM: 20.0.1-open
- Native: graalvm-community-openjdk-20.0.1
However, I don't see explicitly mentioned that Quarkus3 supports Java20 so I don't know if we want to upgrade now or not
The mentioned problem with windows was probably to same as here: https://github.com/KaotoIO/kaoto-backend/pull/731#issuecomment-1614620452 , so setting max heap size during building native image will fix it.