apupier commented on PR #26413: URL: https://github.com/apache/camel/pull/26413#issuecomment-5681355625
this is Java 17 only problem. it now requires Java 21, full error message: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.16.0:compile (default-compile) on project camel-jslt: Compilation failure: Compilation failure: [ERROR] /home/runner/work/camel/camel/components/camel-jslt/src/main/java/org/apache/camel/component/jslt/JsltComponent.java:[22,35] cannot access com.schibsted.spt.data.jslt.Function [ERROR] bad class file: /home/runner/.m2/repository/com/schibsted/spt/data/jslt/0.1.15/jslt-0.1.15.jar(/com/schibsted/spt/data/jslt/Function.class) [ERROR] class file has wrong version 65.0, should be 61.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
