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/01/22 13:39:45 UTC

[servicemix-bundles] branch master updated (b040bc8 -> 20e4d2b)

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 b040bc8  fix typo
     new 8ceb4b6  [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - pulsar-client
     new 20e4d2b  [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - pulsar-client-admin

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


[servicemix-bundles] 01/02: [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - 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 8ceb4b6ce2c80d49582e2d60e890bb7b99c2eab7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 22 14:31:55 2020 +0100

    [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - pulsar-client
---
 pom.xml                                            |   1 +
 pulsar-client-2.5.0/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 e34466a..183461e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
        <module>spring-security-web-5.2.1.RELEASE</module>
        <module>opensaml-3.4.3</module>
        <module>elasticsearch-5.6.16</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
new file mode 100644
index 0000000..01ba831
--- /dev/null
+++ b/pulsar-client-2.5.0/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</artifactId>
+    <version>2.5.0_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</pkgArtifactId>
+        <pkgVersion>2.5.0</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-2.5.0/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-2.5.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..c2b2126
--- /dev/null
+++ b/pulsar-client-2.5.0/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


[servicemix-bundles] 02/02: [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - 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 20e4d2b1b42ce1e905984700ce4fafadfb079e2c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 22 14:35:00 2020 +0100

    [SM-4287] Create OSGi bundle for Pulsar-* 2.5.0 - pulsar-client-admin
---
 pom.xml                                            |   1 +
 pulsar-client-admin-2.5.0/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 183461e..db78661 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
        <module>opensaml-3.4.3</module>
        <module>elasticsearch-5.6.16</module>
        <module>pulsar-client-2.5.0</module>
+       <module>pulsar-client-admin-2.5.0</module>
     </modules>
 
 </project>
diff --git a/pulsar-client-admin-2.5.0/pom.xml b/pulsar-client-admin-2.5.0/pom.xml
new file mode 100644
index 0000000..cd12152
--- /dev/null
+++ b/pulsar-client-admin-2.5.0/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.5.0_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.5.0</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.5.0/src/main/resources/OSGI-INF/bundle.info b/pulsar-client-admin-2.5.0/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..c2b2126
--- /dev/null
+++ b/pulsar-client-admin-2.5.0/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