From e8dd4d6a29d256bfb23c1c5e98ed76fb035dd9e7 Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Tue, 28 Apr 2026 16:49:36 -0400 Subject: [PATCH] JDK 25 build support - starting with JDK 23, the compiler requires explicit configuration (-proc:full) if an annotation processor is present on the classpath --- library/camel-kamelets-crds/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/library/camel-kamelets-crds/pom.xml b/library/camel-kamelets-crds/pom.xml index e01c0693b..cdd2d82ce 100644 --- a/library/camel-kamelets-crds/pom.xml +++ b/library/camel-kamelets-crds/pom.xml @@ -39,6 +39,7 @@ 7.6.1 3.5.0 + 3.13.0 @@ -76,6 +77,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin-version} + + full + + io.fabric8 java-generator-maven-plugin