Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.18.0
-
None
-
Unknown
Description
Since dependency infinispan-core has been replaced with infinispan-commons in the camel-infinispan-common component (commit), the artifact org.apache.camel:camel-infinispan doesn't contain anymore the dependency org.infinispan:infinispan-core
maven dependency tree for 3.17.0-SNAPSHOT (starting from org.apache.camel.springboot:camel-infinispan-starter)
+- org.apache.camel.springboot:camel-infinispan-starter:jar:3.17.0-SNAPSHOT:compile | \- org.apache.camel:camel-infinispan:jar:3.17.0-SNAPSHOT:compile | +- org.apache.camel:camel-infinispan-common:jar:3.17.0-SNAPSHOT:compile | | +- org.infinispan:infinispan-core:jar:12.1.11.Final:compile | | | +- org.jgroups:jgroups:jar:4.2.12.Final:compile | | | +- com.github.ben-manes.caffeine:caffeine:jar:2.9.3:compile .....
maven dependency tree for 3.18.0 (starting from org.apache.camel.springboot:camel-infinispan-starter)
+- org.apache.camel.springboot:camel-infinispan-starter:jar:3.18.0:compile | \- org.apache.camel:camel-infinispan:jar:3.18.0:compile | +- org.apache.camel:camel-infinispan-common:jar:3.18.0:compile | | +- org.infinispan:infinispan-commons:jar:13.0.10.Final:compile | | | +- com.github.ben-manes.caffeine:caffeine:jar:2.9.3:compile .....
this change causes the camel-example-spring-boot-infinispan compilation failure because of the usage of the class org.infinispan.configuration.cache.CacheMode packaged into infinispan-core dependency (import)
Attachments
Issue Links
- blocks
-
CAMEL-18269 [Camel Spring Boot Examples] Update version
- Resolved
- links to