[
https://issues.apache.org/jira/browse/CAMEL-10363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15539764#comment-15539764
]
Claus Ibsen edited comment on CAMEL-10363 at 10/2/16 5:09 AM:
--------------------------------------------------------------
Yeah its an issue in spring-redis
org.slf4j;version="[1.7.12, 1.7.12]",
was (Author: davsclaus):
It must be the SMX bundle that has a problem
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jedis/2.8.1_1
> camel-spring-redist - Cannot install in Karaf
> ---------------------------------------------
>
> Key: CAMEL-10363
> URL: https://issues.apache.org/jira/browse/CAMEL-10363
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-redis, karaf, osgi
> Affects Versions: 2.18.0
> Reporter: Claus Ibsen
> Priority: Minor
>
> Sadly it seems redis is locked down to version 1.7.12 of slf4j, and not just
> 1.7.x etc.
> {code}
> karaf@root()> feature:install camel-spring-redis
> Error executing command: Unable to resolve root: missing requirement [root]
> osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature;
> version="[2.18.0.SNAPSHOT,2.18.0.SNAPSHOT]";
> filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=2.18.0.SNAPSHOT)(version<=2.18.0.SNAPSHOT))"
> [caused by: Unable to resolve camel-spring-redis/2.18.0.SNAPSHOT: missing
> requirement [camel-spring-redis/2.18.0.SNAPSHOT] osgi.identity;
> osgi.identity=slf4j.api; type=osgi.bundle; version="[1.7.12,1.7.12]";
> resolution:=mandatory [caused by: Unable to resolve slf4j.api/1.7.12: missing
> requirement [slf4j.api/1.7.12] osgi.wiring.package;
> filter:="(&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0))"]]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)