kaap icon indicating copy to clipboard operation
kaap copied to clipboard

Kaap doesn't build with JDK 25

Open pgier opened this issue 3 months ago • 0 comments

It seems that lombok sneakythrows is not available in JDK 25 (https://github.com/projectlombok/lombok/issues/3944). This results is compile errors.

[ERROR] /projects/datastax/kaap/operator-common/src/main/java/com/datastax/oss/kaap/common/SerializationUtil.java:[47,50] unreported exception com.fasterxml.jackson.core.JsonProcessingException; must be caught or declared to be thrown

pgier avatar Oct 13 '25 20:10 pgier