You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/07 06:57:57 UTC

[camel] 04/04: Add details about not working camel-spring-redis Karaf feature

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 568b2283012dc32e15b6f02e705f2be464ce0c84
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 7 07:57:17 2018 +0100

    Add details about not working camel-spring-redis Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 39eeae0..bd5c4bf 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2097,7 +2097,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>Does not work with Karaf 4.1.x due KARAF-4921, but work with Karaf 4.2.x</details>
+    <details>Does not work with in OSGi actually</details>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${spring-version-range}'>spring</feature>
     <feature version='${spring-version-range}'>spring-tx</feature>