Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-3593

Fuse Integration Project templates cannot be run with JDK17

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 11.13.0
    • 11.13.0
    • Project Templates
    • None

      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> 

            djelinek Dominik Jelínek
            djelinek Dominik Jelínek
            Dominik Jelínek Dominik Jelínek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: