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-karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 424f7e3  camel-paho-mqtt5 add feature but it does not yet work in OSGi 
- bug in Eclipse
424f7e3 is described below

commit 424f7e32eb6f4a2ef316afc14106de748c8c42d3
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jan 15 13:39:31 2021 +0100

    camel-paho-mqtt5 add feature but it does not yet work in OSGi - bug in 
Eclipse
---
 platforms/karaf/features/src/main/resources/features.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index 0892adf..94bead9 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1999,6 +1999,12 @@
     
<bundle>mvn:org.eclipse.paho/org.eclipse.paho.client.mqttv3/${paho-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-paho/${project.version}</bundle>
   </feature>
+  <!-- paho v5 does not work in OSGi: 
https://github.com/eclipse/paho.mqtt.java/issues/857
+  <feature name='camel-paho-mqtt5' version='${project.version}' 
start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    
<bundle>mvn:org.eclipse.paho/org.eclipse.paho.mqttv5.client/${paho-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-paho-mqtt5/${project.version}</bundle>
+  </feature> -->
   <feature name='camel-paxlogging' version='${project.version}' 
start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     
<bundle>mvn:org.apache.camel.karaf/camel-paxlogging/${project.version}</bundle>

Reply via email to