Matej Kralik
Matej Kralik
@jshaughn The (#6997 ) is not applied to master since the fix was only Maistra related ( which was already removed from master )
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](https://github.com/graalvm/graalvm-ce-builds/releases/tag/jdk-20.0.1)...
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.