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 15:04:11 UTC

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

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 33bf925  [SM-4311] servicemix bundle for apache-pulsar 2.4.2 missing imports and exports, same approach for 2.5.0
     new ff18232  [SM-4317] Create OSGi bundle for Avro 1.9.2
     new 53ce08a  [SM-4317] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin
     new 1432a81  [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2
     new 5eb1fb0  [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin

The 4 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:
 {avro-1.9.1 => avro-1.9.2}/pom.xml                                   | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 {avro-ipc-1.9.1 => avro-ipc-1.9.2}/pom.xml                           | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 5 files changed, 5 insertions(+), 6 deletions(-)
 rename {avro-1.9.1 => avro-1.9.2}/pom.xml (97%)
 rename {avro-ipc-1.9.1 => avro-1.9.2}/src/main/resources/OSGI-INF/bundle.info (100%)
 rename {avro-ipc-1.9.1 => avro-ipc-1.9.2}/pom.xml (97%)
 rename {avro-1.9.1 => avro-ipc-1.9.2}/src/main/resources/OSGI-INF/bundle.info (100%)


[servicemix-bundles] 04/04: [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin

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 5eb1fb0d788601539684751dd3942b6612241003
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 16:02:03 2020 +0100

    [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2, don't use a specific version for maven-shade-plugin
---
 avro-ipc-1.9.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/avro-ipc-1.9.2/pom.xml b/avro-ipc-1.9.2/pom.xml
index 37b4d58..25a83f3 100644
--- a/avro-ipc-1.9.2/pom.xml
+++ b/avro-ipc-1.9.2/pom.xml
@@ -83,7 +83,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>


[servicemix-bundles] 01/04: [SM-4317] Create OSGi bundle for Avro 1.9.2

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 ff18232198563e37bd58bbe3796ff590aa712236
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:56:15 2020 +0100

    [SM-4317] Create OSGi bundle for Avro 1.9.2
---
 {avro-1.9.1 => avro-1.9.2}/pom.xml                                 | 4 ++--
 {avro-1.9.1 => avro-1.9.2}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                            | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/avro-1.9.1/pom.xml b/avro-1.9.2/pom.xml
similarity index 98%
rename from avro-1.9.1/pom.xml
rename to avro-1.9.2/pom.xml
index 3d6cd45..e9a867b 100644
--- a/avro-1.9.1/pom.xml
+++ b/avro-1.9.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro</artifactId>
-    <version>1.9.1_2-SNAPSHOT</version>
+    <version>1.9.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>org.apache.avro</pkgGroupId>
         <pkgArtifactId>avro</pkgArtifactId>
-        <pkgVersion>1.9.1</pkgVersion>
+        <pkgVersion>1.9.2</pkgVersion>
         <servicemix.osgi.export>
             !org.apache.avro.ipc;version="${project.version}",
             org.apache.avro*;version="${project.version}";-noimport:=true;-split-package:=merge-first
diff --git a/avro-1.9.1/src/main/resources/OSGI-INF/bundle.info b/avro-1.9.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-1.9.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-1.9.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index d91c1e2..42280da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
         <module>spring-batch-core-3.0.10.RELEASE</module>
         <module>pulsar-client-2.4.2</module>
         <module>pulsar-client-2.5.0</module>
+        <module>avro-1.9.2</module>
     </modules>
 
 </project>


[servicemix-bundles] 03/04: [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2

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 1432a81694749d65de239efcbdbbee9c96409b6b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:59:33 2020 +0100

    [SM-4317] Create OSGi bundle for Avro-ipc 1.9.2
---
 {avro-ipc-1.9.1 => avro-ipc-1.9.2}/pom.xml                            | 4 ++--
 .../src/main/resources/OSGI-INF/bundle.info                           | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/avro-ipc-1.9.1/pom.xml b/avro-ipc-1.9.2/pom.xml
similarity index 98%
rename from avro-ipc-1.9.1/pom.xml
rename to avro-ipc-1.9.2/pom.xml
index 5856795..37b4d58 100644
--- a/avro-ipc-1.9.1/pom.xml
+++ b/avro-ipc-1.9.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.avro-ipc</artifactId>
-    <version>1.9.1_2-SNAPSHOT</version>
+    <version>1.9.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>org.apache.avro</pkgGroupId>
         <pkgArtifactId>avro-ipc</pkgArtifactId>
-        <pkgVersion>1.9.1</pkgVersion>
+        <pkgVersion>1.9.2</pkgVersion>
         <servicemix.osgi.export>
             org.apache.avro.ipc*;version="${project.version}";-noimport:=true;-split-package:=merge-first
         </servicemix.osgi.export>
diff --git a/avro-ipc-1.9.1/src/main/resources/OSGI-INF/bundle.info b/avro-ipc-1.9.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from avro-ipc-1.9.1/src/main/resources/OSGI-INF/bundle.info
rename to avro-ipc-1.9.2/src/main/resources/OSGI-INF/bundle.info


[servicemix-bundles] 02/04: [SM-4317] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin

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 53ce08ae7f97ea1e535ec757cf68957d55819915
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 18 15:57:25 2020 +0100

    [SM-4317] Create OSGi bundle for Avro 1.9.2, don't use a specific version for maven-shade-plugin
---
 avro-1.9.2/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/avro-1.9.2/pom.xml b/avro-1.9.2/pom.xml
index e9a867b..ec14374 100644
--- a/avro-1.9.2/pom.xml
+++ b/avro-1.9.2/pom.xml
@@ -88,7 +88,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>1.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>