Aurélien Pupier created CAMEL-23755:
---------------------------------------
Summary: camel-spring-boot build compilation error due to jooq
requiring Java 21
Key: CAMEL-23755
URL: https://issues.apache.org/jira/browse/CAMEL-23755
Project: Camel
Issue Type: Task
Components: camel-spring-boot
Affects Versions: 4.20.0
Reporter: Aurélien Pupier
{noformat}
Caused by: java.lang.UnsupportedClassVersionError: org/jooq/Configuration has
been compiled by a more recent version of the Java Runtime (class file version
65.0), this version of the Java Runtime only recognizes class file versions up
to 61.0
{noformat}
it started to fail on the12th of June, on the 11nd June it was fine.
Apache Camel is defining the 3.19.30
https://github.com/apache/camel/blame/ec9d3774fdb386ecc2c154b6dd45a0d1e57e1734/parent/pom.xml#L307
which is Java 17 compatible.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)