You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/03/09 14:03:32 UTC

camel git commit: Add note why it does not work

Repository: camel
Updated Branches:
  refs/heads/master d3f426080 -> 1a05a6e22


Add note why it does not work


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1a05a6e2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1a05a6e2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1a05a6e2

Branch: refs/heads/master
Commit: 1a05a6e22800f86f84329b3c0907e1d48674e18c
Parents: d3f4260
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Mar 9 15:03:21 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Mar 9 15:03:21 2017 +0100

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/1a05a6e2/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index bf3dc6e..b52f404 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1717,7 +1717,7 @@
     <bundle>mvn:org.apache.camel/camel-spring-ldap/${project.version}</bundle>
   </feature>
   <feature name='camel-spring-redis' version='${project.version}' resolver='(obr)' start-level='50'>
-    <details>camel-spring-redis only works with Spring 4.2.x</details>
+    <details>Does not work with Karaf due KARAF-4921</details>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${spring42-version-range}'>spring</feature>
     <feature version='${spring42-version-range}'>spring-tx</feature>