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 2019/12/05 14:54:17 UTC

[servicemix-bundles] branch master updated (8ace1f2 -> 1863ec7)

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 8ace1f2  [maven-release-plugin] prepare for next development iteration
     new d716d7d  Start a new release cycle
     new d7f6f7a  [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client
     new 1863ec7  [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client-admin

The 3 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                                            | 48 +---------------------
 .../pom.xml                                        |  4 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 .../pom.xml                                        |  4 +-
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 5 files changed, 6 insertions(+), 50 deletions(-)
 rename {pulsar-client-2.4.1 => pulsar-client-2.4.2}/pom.xml (98%)
 rename {pulsar-client-admin-2.4.1 => pulsar-client-2.4.2}/src/main/resources/OSGI-INF/bundle.info (100%)
 rename {pulsar-client-admin-2.4.1 => pulsar-client-admin-2.4.2}/pom.xml (98%)
 rename {pulsar-client-2.4.1 => pulsar-client-admin-2.4.2}/src/main/resources/OSGI-INF/bundle.info (100%)


[servicemix-bundles] 02/03: [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client

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 d7f6f7a41a03242a9ccc2bb95e483521a261792e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 5 15:50:24 2019 +0100

    [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client
---
 pom.xml                                            |   1 +
 .../src/main/resources/OSGI-INF/bundle.info        |  39 --------
 .../pom.xml                                        |   4 +-
 .../src/main/resources/OSGI-INF/bundle.info        |   0
 pulsar-client-admin-2.4.1/pom.xml                  | 105 ---------------------
 5 files changed, 3 insertions(+), 146 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8366545..b96a87d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+       <module>pulsar-client-2.4.2</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-2.4.1/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-2.4.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index c2b2126..0000000
--- a/pulsar-client-2.4.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,39 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and now part
-    of the Apache Software Foundation.
-
-    * Pulsar Functions
-    Easily deploy lightweight compute logic using developer-friendly APIs without needing to run your own stream processing engine
-
-    * Proven in production
-    Pulsar has run in production at Yahoo scale for over 3 years, with millions of messages per second across millions of topics
-
-    * Horizontally scalable
-    Seamlessly expand capacity to hundreds of nodes
-
-    * Low latency with durability
-    Designed for low publish latency (< 5ms) at scale with strong durability guarantees
-
-    * Geo-replication
-    Designed for configurable replication between data centers across multiple geographic regions
-
-    * Multi-tenancy
-    Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas
-
-    * Persistent storage
-    Persistent message storage based on Apache BookKeeper. Provides IO-level isolation between write and read operations
-
-    * Client libraries
-    Flexible messaging models with high-level APIs for Java, C++, Python and GO
-
-    * Operability
-    REST Admin API for provisioning, administration, tools and monitoring. Deploy on bare metal or Kubernetes
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://pulsar.apache.org/\u001B[0m
diff --git a/pulsar-client-2.4.1/pom.xml b/pulsar-client-2.4.2/pom.xml
similarity index 98%
rename from pulsar-client-2.4.1/pom.xml
rename to pulsar-client-2.4.2/pom.xml
index 0282179..6fc4a41 100644
--- a/pulsar-client-2.4.1/pom.xml
+++ b/pulsar-client-2.4.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.pulsar-client</artifactId>
-    <version>2.4.1_2-SNAPSHOT</version>
+    <version>2.4.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.pulsar</pkgGroupId>
         <pkgArtifactId>pulsar-client</pkgArtifactId>
-        <pkgVersion>2.4.1</pkgVersion>
+        <pkgVersion>2.4.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.pulsar
         </servicemix.osgi.export.pkg>
diff --git a/pulsar-client-admin-2.4.1/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-2.4.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from pulsar-client-admin-2.4.1/src/main/resources/OSGI-INF/bundle.info
rename to pulsar-client-2.4.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pulsar-client-admin-2.4.1/pom.xml b/pulsar-client-admin-2.4.1/pom.xml
deleted file mode 100644
index d5645ab..0000000
--- a/pulsar-client-admin-2.4.1/pom.xml
+++ /dev/null
@@ -1,105 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <!--
-
-        Licensed to the Apache Software Foundation (ASF) under one or more
-        contributor license agreements.  See the NOTICE file distributed with
-        this work for additional information regarding copyright ownership.
-        The ASF licenses this file to You under the Apache License, Version 2.0
-        (the "License"); you may not use this file except in compliance with
-        the License.  You may obtain a copy of the License at
-
-           http://www.apache.org/licenses/LICENSE-2.0
-
-        Unless required by applicable law or agreed to in writing, software
-        distributed under the License is distributed on an "AS IS" BASIS,
-        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-        See the License for the specific language governing permissions and
-        limitations under the License.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.servicemix.bundles</groupId>
-        <artifactId>bundles-pom</artifactId>
-        <version>14</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.pulsar-client-admin</artifactId>
-    <version>2.4.1_2-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
-
-    <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.apache.pulsar</pkgGroupId>
-        <pkgArtifactId>pulsar-client-admin</pkgArtifactId>
-        <pkgVersion>2.4.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.pulsar
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>


[servicemix-bundles] 01/03: Start a new release cycle

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 d716d7d8c7657c914045ab30b3a8c9a02771cd17
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 5 15:47:43 2019 +0100

    Start a new release cycle
---
 pom.xml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61cd667..8366545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,52 +42,6 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
-        <module>jt400-10.1</module>
-        <module>grpc-1.25.0</module>
-        <module>batik-1.12</module>
-        <module>jruby-9.2.9.0</module>
-        <module>hbase-2.2.2</module>
-        <module>aws-java-sdk-1.11.681</module>
-        <module>bcprov-jdk15on-1.64</module>
-        <module>braintree-java-2.106.0</module>
-        <module>gae-1.9.77</module>
-        <module>influxdb-java-2.16</module>
-        <module>java-util-1.38.0</module>
-        <module>libphonenumber-8.10.23</module>
-        <module>libthrift-0.13.0</module>
-        <module>mchange-commons-java-0.2.19</module>
-        <module>snmp4j-3.3.2</module>
-        <module>solr-solrj-8.3.0</module>
-        <module>xmlgraphics-commons-2.4</module>
-        <module>spring-aop-5.2.1.RELEASE</module>
-        <module>spring-aspects-5.2.1.RELEASE</module>
-        <module>spring-beans-5.2.1.RELEASE</module>
-        <module>spring-context-5.2.1.RELEASE</module>
-        <module>spring-context-support-5.2.1.RELEASE</module>
-        <module>spring-core-5.2.1.RELEASE</module>
-        <module>spring-expression-5.2.1.RELEASE</module>
-        <module>spring-instrument-5.2.1.RELEASE</module>
-        <module>spring-jdbc-5.2.1.RELEASE</module>
-        <module>spring-jms-5.2.1.RELEASE</module>
-        <module>spring-messaging-5.2.1.RELEASE</module>
-        <module>spring-orm-5.2.1.RELEASE</module>
-        <module>spring-oxm-5.2.1.RELEASE</module>
-        <module>spring-test-5.2.1.RELEASE</module>
-        <module>spring-tx-5.2.1.RELEASE</module>
-        <module>spring-web-5.2.1.RELEASE</module>
-        <module>spring-webmvc-5.2.1.RELEASE</module>
-        <module>spring-websocket-5.2.1.RELEASE</module>
-        <module>elasticsearch-7.4.2</module>
-        <module>elasticsearch-client-7.4.2</module>
-        <module>lucene-8.3.0</module>
-        <module>lucene-analyzers-common-8.3.0</module>
-        <module>lucene-queries-8.3.0</module>
-        <module>lucene-queryparser-8.3.0</module>
-        <module>lucene-sandbox-8.3.0</module>
-        <module>spring-ws-core-3.0.8.RELEASE</module>
-        <module>spring-ws-security-3.0.8.RELEASE</module>
-        <module>spring-ws-support-3.0.8.RELEASE</module>
-        <module>spring-ws-test-3.0.8.RELEASE</module>
     </modules>
 
 </project>


[servicemix-bundles] 03/03: [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client-admin

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 1863ec7a16affdf9a2ae037de475ca73e7728168
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 5 15:53:02 2019 +0100

    [SM-4246] Create OSGi bundles for pulsar-* 2.4.2 - pulsar-client-admin
---
 pom.xml                                            |   1 +
 pulsar-client-admin-2.4.2/pom.xml                  | 105 +++++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info        |  39 ++++++++
 3 files changed, 145 insertions(+)

diff --git a/pom.xml b/pom.xml
index b96a87d..c62a785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
 
     <modules>
        <module>pulsar-client-2.4.2</module>
+       <module>pulsar-client-admin-2.4.2</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-admin-2.4.2/pom.xml b/pulsar-client-admin-2.4.2/pom.xml
new file mode 100644
index 0000000..dce08dc
--- /dev/null
+++ b/pulsar-client-admin-2.4.2/pom.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <!--
+
+        Licensed to the Apache Software Foundation (ASF) under one or more
+        contributor license agreements.  See the NOTICE file distributed with
+        this work for additional information regarding copyright ownership.
+        The ASF licenses this file to You under the Apache License, Version 2.0
+        (the "License"); you may not use this file except in compliance with
+        the License.  You may obtain a copy of the License at
+
+           http://www.apache.org/licenses/LICENSE-2.0
+
+        Unless required by applicable law or agreed to in writing, software
+        distributed under the License is distributed on an "AS IS" BASIS,
+        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+        See the License for the specific language governing permissions and
+        limitations under the License.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.servicemix.bundles</groupId>
+        <artifactId>bundles-pom</artifactId>
+        <version>14</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.pulsar-client-admin</artifactId>
+    <version>2.4.2_1-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
+
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
+    <tag>HEAD</tag>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.apache.pulsar</pkgGroupId>
+        <pkgArtifactId>pulsar-client-admin</pkgArtifactId>
+        <pkgVersion>2.4.2</pkgVersion>
+        <servicemix.osgi.export.pkg>
+            org.apache.pulsar
+        </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-shade-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>shade</goal>
+                        </goals>
+                        <configuration>
+                            <artifactSet>
+                                <includes>
+                                    <include>${pkgGroupId}:${pkgArtifactId}</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/pulsar-client-admin-2.4.2/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-2.4.2/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..c2b2126
--- /dev/null
+++ b/pulsar-client-admin-2.4.2/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,39 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URL:
+        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and now part
+    of the Apache Software Foundation.
+
+    * Pulsar Functions
+    Easily deploy lightweight compute logic using developer-friendly APIs without needing to run your own stream processing engine
+
+    * Proven in production
+    Pulsar has run in production at Yahoo scale for over 3 years, with millions of messages per second across millions of topics
+
+    * Horizontally scalable
+    Seamlessly expand capacity to hundreds of nodes
+
+    * Low latency with durability
+    Designed for low publish latency (< 5ms) at scale with strong durability guarantees
+
+    * Geo-replication
+    Designed for configurable replication between data centers across multiple geographic regions
+
+    * Multi-tenancy
+    Built from the ground up as a multi-tenant system. Supports isolation, authentication, authorization and quotas
+
+    * Persistent storage
+    Persistent message storage based on Apache BookKeeper. Provides IO-level isolation between write and read operations
+
+    * Client libraries
+    Flexible messaging models with high-level APIs for Java, C++, Python and GO
+
+    * Operability
+    REST Admin API for provisioning, administration, tools and monitoring. Deploy on bare metal or Kubernetes
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://pulsar.apache.org/\u001B[0m