You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2020/02/18 14:51:22 UTC

[servicemix-bundles] branch master updated (e0d1d61 -> 33bf925)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git.


    from e0d1d61  Merge pull request #141 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
     new 07fc054  [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports
     new 33bf925  [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports, same approach for 2.5.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                     |  2 ++
 pulsar-client-2.4.2/pom.xml | 10 ++++++++--
 pulsar-client-2.5.0/pom.xml | 10 ++++++++--
 3 files changed, 18 insertions(+), 4 deletions(-)


[servicemix-bundles] 02/02: [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports, same approach for 2.5.0

Posted by ac...@apache.org.
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/servicemix-bundles.git

commit 33bf925b23837ca58e54d40031c946da19e01fd7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:51:00 2020 +0100

    [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports, same approach for 2.5.0
---
 pom.xml                     |  1 +
 pulsar-client-2.5.0/pom.xml | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 553383e..d91c1e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
         <module>spring-batch-core-4.0.2.RELEASE</module>
         <module>spring-batch-core-3.0.10.RELEASE</module>
         <module>pulsar-client-2.4.2</module>
+        <module>pulsar-client-2.5.0</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-2.5.0/pom.xml b/pulsar-client-2.5.0/pom.xml
index 6d4b3e3..e8135ae 100644
--- a/pulsar-client-2.5.0/pom.xml
+++ b/pulsar-client-2.5.0/pom.xml
@@ -47,10 +47,16 @@
         <pkgArtifactId>pulsar-client</pkgArtifactId>
         <pkgVersion>2.5.0</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.pulsar
+            com.scurrilous.circe.*,
+            org.apache.pulsar,
+            org.apache.pulsar.*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-
+            javax.security.cert,
+            org.slf4j,
+            javax.naming,javax.net.ssl,
+            net.jpountz.lz4,
+            org.w3c.dom
         </servicemix.osgi.import.pkg>
     </properties>
 


[servicemix-bundles] 01/02: [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports

Posted by ac...@apache.org.
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/servicemix-bundles.git

commit 07fc05457ae89f0fd6752b95223c9d0fe1dd7d72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:45:01 2020 +0100

    [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports
---
 pom.xml                     |  1 +
 pulsar-client-2.4.2/pom.xml | 10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 630b98e..553383e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
     <modules>
         <module>spring-batch-core-4.0.2.RELEASE</module>
         <module>spring-batch-core-3.0.10.RELEASE</module>
+        <module>pulsar-client-2.4.2</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-2.4.2/pom.xml b/pulsar-client-2.4.2/pom.xml
index 9ec3dc6..49197ea 100644
--- a/pulsar-client-2.4.2/pom.xml
+++ b/pulsar-client-2.4.2/pom.xml
@@ -47,10 +47,16 @@
         <pkgArtifactId>pulsar-client</pkgArtifactId>
         <pkgVersion>2.4.2</pkgVersion>
         <servicemix.osgi.export.pkg>
-            org.apache.pulsar
+            com.scurrilous.circe.*,
+            org.apache.pulsar,
+            org.apache.pulsar.*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-
+            javax.security.cert,
+            org.slf4j,
+            javax.naming,javax.net.ssl,
+            net.jpountz.lz4,
+            org.w3c.dom
         </servicemix.osgi.import.pkg>
     </properties>