Hi all, With commit 997b48340d2aac1de48c0788b4204d660e34cedd the master branch has been switched to use Java 17 by default. Support for Java 8 has been dropped, and there is a separate profile to run against Java 11 (this is still being run during the cron builds).
The README on how to build locally has also been updated, but for completeness, you can compile by: Java 17: ./mvnw clean package -DskipTests -Djdk17 -Pjava17-target Java 21: ./mvnw clean package -DskipTests -Djdk21 -Pjava21-target Java 11: ./mvnw clean package -DskipTests -Djdk11 -Pjava11-target Best regards, Martijn