apupier commented on PR #23718:
URL: https://github.com/apache/camel/pull/23718#issuecomment-4609968156
the failure is unrelated to this PR:
```
Error: JDK 21+ is required to build Apache Camel. The multi-release JAR in
camel-util requires JDK 21+ to compile virtual thread support. Building with
JDK 17 produces JARs without virtual thread support.
Error: -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce
(enforce-java-version) on project camel-thrift:
Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed
with message:
JDK 21+ is required to build Apache Camel. The multi-release JAR in
camel-util requires JDK 21+ to compile virtual thread support. Building with
JDK 17 produces JARs without virtual thread support.
```
looking to fix this one
--
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]