-
Bug
-
Resolution: Done
-
Critical
-
11.13.0
-
None
-
Workaround Exists
fuse tooling project templates are not working with JDK 17 by default, to be able to run Fuse Integration Project as Local Camel Context you need to add dependency info project pom.xml
<dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> </dependency>
Fuse projects for 7.x with EAP templates are created with error on JDK 17
solution is to change Maven WAR plugin version to
<version.maven.war.plugin>3.3.2</version.maven.war.plugin>
- relates to
-
JBDS-5040 QE - CodeReady Studio JDK 17 certification
- Closed
-
FUSETOOLS-3579 CodeReady Studio 12.21.3.GA based JDK 17 Certification testing
- Closed