Aurélien Pupier created CAMEL-24758:
---------------------------------------
Summary: [JDK 21] Upgrade jslt to 0.1.15+
Key: CAMEL-24758
URL: https://issues.apache.org/jira/browse/CAMEL-24758
Project: Camel
Issue Type: Dependency upgrade
Components: camel-jslt
Affects Versions: 4.23.0
Reporter: Aurélien Pupier
JDK 21+ is required
{noformat}
[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.
{noformat}
PR to reopen when fixed https://github.com/apache/camel/pull/26413
--
This message was sent by Atlassian Jira
(v8.20.10#820010)