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/12/17 18:36:06 UTC

[camel] 03/03: CAMEL-12088: camel-zipkin - Karaf feature dont work with new upgrade

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

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

commit bcf9bd1cc5718486cfa1bff1526135579e218d03
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Dec 17 19:35:51 2017 +0100

    CAMEL-12088: camel-zipkin - Karaf feature dont work with new upgrade
---
 platforms/karaf/features/src/main/resources/features.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index adb776a..966e473 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2412,7 +2412,9 @@
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-zipfile/${project.version}</bundle>
   </feature>
+  <!-- TODO: camel-zipkin does not work in OSGi: CAMEL-12088 -->
   <feature name='camel-zipkin' version='${project.version}' resolver='(obr)' start-level='50'>
+    <details>camel-zipkin does not work in OSGi, see more at CAMEL-12088</details>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:io.zipkin.brave/brave/${brave-zipkin-version}</bundle>
     <bundle dependency='true'>mvn:io.zipkin.brave/brave-core/${brave-zipkin-version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.