Guillaume WEILL created KARAF-6807:
--------------------------------------
Summary: Cannot install camel-spring-redis
Key: KARAF-6807
URL: https://issues.apache.org/jira/browse/KARAF-6807
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.2.9
Environment: Fresh Karaf 4.2.9.
Linux
java.version 11.0.8
Reporter: Guillaume WEILL
Attachments: camel-spring-redis-install.log
On install, org.apache.servicemix.bundles.spring-data-redis/2.2.4.RELEASE_1
dependency cannot be found.
{code:java}
karaf@root()> feature:repo-add camel
karaf@root()> feature:install -v camel-spring-redis
Adding features: camel-spring-redis/[3.4.2,3.4.2]
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature;
version="[3.4.2,3.4.2]";
filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=3.4.2)(version<=3.4.2))"
[caused by: Unable to resolve camel-spring-redis/3.4.2: missing requirement
[camel-spring-redis/3.4.2] osgi.identity;
osgi.identity=org.apache.camel.camel-spring-redis; type=osgi.bundle;
version="[3.4.2,3.4.2]"; resolution:=mandatory [caused by: Unable to resolve
org.apache.camel.camel-spring-redis/3.4.2: missing requirement
[org.apache.camel.camel-spring-redis/3.4.2] osgi.wiring.package;
filter:="(osgi.wiring.package=org.springframework.data.redis.connection.jedis)"
[caused by: Unable to resolve
org.apache.servicemix.bundles.spring-data-redis/2.2.4.RELEASE_1: missing
requirement [org.apache.servicemix.bundles.spring-data-redis/2.2.4.RELEASE_1]
osgi.wiring.package; filter:="(osgi.wiring.package=javax.enterprise.context)"]]]
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)