[
https://issues.apache.org/jira/browse/CAMEL-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145383#comment-14145383
]
Christian Müller commented on CAMEL-7823:
-----------------------------------------
It's now working with Karaf 2.4.0 and Camel 2.15-SNAPSHOT:
{noformat}
christians-mbp:bin cmueller$ ./karaf clean
__ __ ____
/ //_/____ __________ _/ __/
/ ,< / __ `/ ___/ __ `/ /_
/ /| |/ /_/ / / / /_/ / __/
/_/ |_|\__,_/_/ \__,_/_/
Apache Karaf (2.4.0)
Hit '<tab>' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '<ctrl-d>' or type 'osgi:shutdown' or 'logout' to shutdown Karaf.
karaf@root> features:chooseurl camel 2.15-SNAPSHOT
Adding feature url
mvn:org.apache.camel.karaf/apache-camel/2.15-SNAPSHOT/xml/features
karaf@root> features:install camel-spring-redis
karaf@root>
{noformat}
> Feature camel-spring-redis is failing
> -------------------------------------
>
> Key: CAMEL-7823
> URL: https://issues.apache.org/jira/browse/CAMEL-7823
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-redis
> Affects Versions: 2.14.0
> Reporter: Christian Müller
> Fix For: 2.14.1, 2.15.0
>
>
> Installing feature camel-spring-redis is failing:
> {noformat}
> features:install camel-spring-redis
> Error executing command: Could not start bundle
> mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE in feature(s)
> camel-spring-redis-2.14.0: Unresolved constraint in bundle
> org.springframework.data.redis [171]: Unable to resolve 171.0: missing
> requirement [171.0] osgi.wiring.package;
> (&(osgi.wiring.package=org.springframework.aop.framework)(version>=3.2.9)(!(version>=4.0.5)))
> {noformat}
> Spring AOP is in the spring-aspects feature. However, the import range is
> [3.2.4,4.0.5) and will not be satisfied in Karaf 2.3.7:
> {noformat}
> karaf@root> features:list | grep spring-aspects
> [uninstalled] [3.0.7.RELEASE ] spring-aspects
> karaf-2.3.7 Spring 3.0.x AOP support
> [uninstalled] [3.1.4.RELEASE ] spring-aspects
> karaf-2.3.7 Spring 3.1.x AOP support
> [uninstalled] [3.2.4.RELEASE ] spring-aspects
> karaf-2.3.7 Spring 3.2.x AOP support
> [uninstalled] [4.0.5.RELEASE_1] spring-aspects
> karaf-2.3.7 Spring 4.0.x AOP support
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)