KaotoIO / kaoto-backend

Backend for the Kaoto project to provide an easy to use integration framework based on Apache Camel.
Apache License 2.0
75 stars 32 forks source link

Upgrade to Java 20+ #612

Open Delawen opened 1 year ago

Delawen commented 1 year ago

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

mkralik3 commented 1 year ago

Tried workflows with:

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 commented 1 year ago

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.