-
Feature
-
Resolution: Done
-
Critical
-
None
-
False
-
False
-
0
-
0%
-
+
-
Automated
-
Undefined
-
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>