Known issues about the upgrade to 8.0.1-R2023-08
APPINT-35562 Fail to run route as microservice docker image with java.lang.UnsupportedClassVersionError
Camel 3.20.6 libraries are built via JDK 11, which require JDK 11 configured in Dockerfile for running the Docker image.
A ticket has been created to have a permanent fix.
As a workaround, you can configure the talend.docker.jdk property
before building/publishing the Docker image in the Project
settings of Talend Studio:
Or via the CI builder:
mvn clean deploy .... -Dtalend.docker.jdk=openjdk:11 ...