kaoto-backend icon indicating copy to clipboard operation
kaoto-backend copied to clipboard

Upgrade to Java 20+

Open Delawen opened this issue 1 year ago • 2 comments

We need to keep always latest Java version, as long as Quarkus supports it.

Delawen avatar Apr 03 '23 14:04 Delawen

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:

However, I don't see explicitly mentioned that Quarkus3 supports Java20 so I don't know if we want to upgrade now or not

mkralik3 avatar Jun 21 '23 14:06 mkralik3

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.

mkralik3 avatar Jun 30 '23 14:06 mkralik3