Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-16072

Align fabric8 kubernetes to quarkus version

XMLWordPrintable

      Problem

      Incompatibility between quarkus-openshift which is using fabric8 version 5.11 and camel-quarkus bom which brings 4.13.0.

      Impact

      Customers using quarkus-openshift with camel-quarkus-bom will use different fabric8 version then the one which was certified by Quarkus team. So it can lead to unexpected incompatibility problems.

      Lukas used following BOM order in `dependencyManagement` section

        <dependencyManagement>
          <dependencies>
            <dependency>
              <groupId>org.apache.camel.quarkus</groupId>
              <artifactId>camel-quarkus-bom</artifactId>
              <version>${version.camel-quarkus}</version>
              <type>pom</type>
              <scope>import</scope>
            </dependency>
            <dependency>
              <groupId>io.quarkus</groupId>
              <artifactId>quarkus-bom</artifactId>
              <version>${version.io.quarkus}</version>
              <type>pom</type>
              <scope>import</scope>
            </dependency>
          </dependencies>
        </dependencyManagement>
      

            ppalaga Peter Palaga
            llowinge@redhat.com Lukas Lowinger
            Lukas Lowinger Lukas Lowinger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: