You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2018/09/18 15:15:18 UTC

servicemix-bundles git commit: [SM-3798] Create OSGi bundle for qpid 6.1.7

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 9a129a842 -> b529b34a7


[SM-3798] Create OSGi bundle for qpid 6.1.7


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/b529b34a
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/b529b34a
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/b529b34a

Branch: refs/heads/master
Commit: b529b34a7c85c0972093d260a92ba40561ab1803
Parents: 9a129a8
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Tue Sep 18 17:14:51 2018 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Tue Sep 18 17:14:51 2018 +0200

----------------------------------------------------------------------
 pom.xml                                         |   1 +
 qpid-6.1.6/pom.xml                              | 194 -------------------
 .../src/main/resources/OSGI-INF/bundle.info     |  27 ---
 qpid-6.1.7/pom.xml                              | 193 ++++++++++++++++++
 .../src/main/resources/OSGI-INF/bundle.info     |  27 +++
 5 files changed, 221 insertions(+), 221 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b529b34a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 14cb4c3..735402e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
         <module>spring-security-taglibs-5.0.8.RELEASE</module>
         <module>spring-security-test-5.0.8.RELEASE</module>
         <module>spring-security-web-5.0.8.RELEASE</module>
+        <module>qpid-6.1.7</module>
     </modules>
 
 </project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b529b34a/qpid-6.1.6/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-6.1.6/pom.xml b/qpid-6.1.6/pom.xml
deleted file mode 100644
index 0880f06..0000000
--- a/qpid-6.1.6/pom.xml
+++ /dev/null
@@ -1,194 +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>13</version>
-        <relativePath>../bundles-pom/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.qpid</artifactId>
-    <packaging>bundle</packaging>
-    <version>6.1.6_2-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
-    <description>This OSGi bundle wraps qpid-common and qpid-client ${pkgVersion} jar files.</description>
-
-    <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
-  </scm>
-
-    <properties>
-        <pkgGroupId>org.apache.qpid</pkgGroupId>
-        <pkgArtifactId>qpid</pkgArtifactId>
-        <pkgVersion>6.1.6</pkgVersion>
-        <servicemix.osgi.export>
-            org.apache.qpid.proton*;version=0.12,
-            org.apache.qpid*;version=${pkgVersion}
-        </servicemix.osgi.export>
-        <servicemix.osgi.import.pkg>
-            javax.crypto, 
-            javax.crypto.spec,
-            javax.jms*,
-            javax.naming*,
-            javax.net*,
-            javax.security*,
-            javax.transaction*,
-            javax.xml.bind;resolution:=optional,
-            edu.emory.mathcs.backport.java.util.concurrent;resolution:=optional,
-            org.bouncycastle*;resolution:=optional,
-            org.ietf.jgss;resolution:=optional,
-            org.slf4j;resolution:=optional
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}-common</artifactId>
-            <version>${pkgVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}-client</artifactId>
-            <version>${pkgVersion}</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>proton-j</artifactId>
-            <version>0.12.2</version>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>proton-jms</artifactId>
-            <version>0.12.2</version>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}-common</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}-client</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>proton-j</artifactId>
-            <version>0.12.2</version>
-            <classifier>sources</classifier>
-        </dependency>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>proton-jms</artifactId>
-            <version>0.12.2</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}-common</include>
-                                    <include>${pkgGroupId}:${pkgArtifactId}-client</include>
-                                    <include>${pkgGroupId}:proton-api</include>
-                                    <include>${pkgGroupId}:proton-j-impl</include>
-                                    <include>${pkgGroupId}:proton-jms</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}-common</artifact>
-                                    <includes>
-                                        <include>common.bnd</include>
-                                        <include>qpidversion.properties</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:${pkgArtifactId}-client</artifact>
-                                    <includes>
-                                        <include>client.bnd</include>
-                                        <include>client.log4j</include>
-                                        <include>**/*.properties</include>
-                                    </includes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:proton-api</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:proton-j-impl</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                                <filter>
-                                    <artifact>${pkgGroupId}:proton-jms</artifact>
-                                    <excludes>
-                                        <exclude>**/*</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-                            <createDependencyReducedPom>true</createDependencyReducedPom>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b529b34a/qpid-6.1.6/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/qpid-6.1.6/src/main/resources/OSGI-INF/bundle.info b/qpid-6.1.6/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index a3b306c..0000000
--- a/qpid-6.1.6/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,27 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URLs:
-        \u001B[33mmvn:${pkgGroupId}/qpid-common/${pkgVersion}\u001B[0m
-        \u001B[33mmvn:${pkgGroupId}/qpid-client/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    Apache Qpid is a cross-platform Enterprise Messaging system which implements the Advanced Message Queuing Protocol
-    (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .Net, Python,
-    and Ruby.
-
-    Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by
-    exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and
-    freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers
-    either wrote their own, or used expensive proprietary systems.
-
-    AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any
-    distributed or business application. Routing can be configured flexibly, easily supporting common messaging
-    paradigms like point-to-point, fanout, publish-subscribe, and request-response.
-
-    Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution,
-    security, management, clustering, federation and heterogeneous multi-platform support and a lot more.
-    And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://qpid.apache.org/\u001B[0m

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b529b34a/qpid-6.1.7/pom.xml
----------------------------------------------------------------------
diff --git a/qpid-6.1.7/pom.xml b/qpid-6.1.7/pom.xml
new file mode 100644
index 0000000..842838d
--- /dev/null
+++ b/qpid-6.1.7/pom.xml
@@ -0,0 +1,193 @@
+<?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>13</version>
+        <relativePath>../bundles-pom/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.qpid</artifactId>
+    <packaging>bundle</packaging>
+    <version>6.1.7_1-SNAPSHOT</version>
+    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <description>This OSGi bundle wraps qpid-common and qpid-client ${pkgVersion} jar files.</description>
+
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
+    <properties>
+        <pkgGroupId>org.apache.qpid</pkgGroupId>
+        <pkgArtifactId>qpid</pkgArtifactId>
+        <pkgVersion>6.1.7</pkgVersion>
+        <servicemix.osgi.export>
+            org.apache.qpid.proton*;version=0.12,
+            org.apache.qpid*;version=${pkgVersion}
+        </servicemix.osgi.export>
+        <servicemix.osgi.import.pkg>
+            javax.crypto, 
+            javax.crypto.spec,
+            javax.jms*,
+            javax.naming*,
+            javax.net*,
+            javax.security*,
+            javax.transaction*,
+            javax.xml.bind;resolution:=optional,
+            edu.emory.mathcs.backport.java.util.concurrent;resolution:=optional,
+            org.bouncycastle*;resolution:=optional,
+            org.ietf.jgss;resolution:=optional,
+            org.slf4j;resolution:=optional
+        </servicemix.osgi.import.pkg>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}-common</artifactId>
+            <version>${pkgVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}-client</artifactId>
+            <version>${pkgVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>proton-j</artifactId>
+            <version>0.12.2</version>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>proton-jms</artifactId>
+            <version>0.12.2</version>
+        </dependency>
+
+        <!-- sources -->
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}-common</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>slf4j-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>${pkgArtifactId}-client</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>proton-j</artifactId>
+            <version>0.12.2</version>
+            <classifier>sources</classifier>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>proton-jms</artifactId>
+            <version>0.12.2</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}-common</include>
+                                    <include>${pkgGroupId}:${pkgArtifactId}-client</include>
+                                    <include>${pkgGroupId}:proton-api</include>
+                                    <include>${pkgGroupId}:proton-j-impl</include>
+                                    <include>${pkgGroupId}:proton-jms</include>
+                                </includes>
+                            </artifactSet>
+                            <filters>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}-common</artifact>
+                                    <includes>
+                                        <include>common.bnd</include>
+                                        <include>qpidversion.properties</include>
+                                    </includes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:${pkgArtifactId}-client</artifact>
+                                    <includes>
+                                        <include>client.bnd</include>
+                                        <include>client.log4j</include>
+                                        <include>**/*.properties</include>
+                                    </includes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:proton-api</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:proton-j-impl</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                                <filter>
+                                    <artifact>${pkgGroupId}:proton-jms</artifact>
+                                    <excludes>
+                                        <exclude>**/*</exclude>
+                                    </excludes>
+                                </filter>
+                            </filters>
+                            <promoteTransitiveDependencies>true</promoteTransitiveDependencies>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/b529b34a/qpid-6.1.7/src/main/resources/OSGI-INF/bundle.info
----------------------------------------------------------------------
diff --git a/qpid-6.1.7/src/main/resources/OSGI-INF/bundle.info b/qpid-6.1.7/src/main/resources/OSGI-INF/bundle.info
new file mode 100644
index 0000000..a3b306c
--- /dev/null
+++ b/qpid-6.1.7/src/main/resources/OSGI-INF/bundle.info
@@ -0,0 +1,27 @@
+\u001B[1mSYNOPSIS\u001B[0m
+    ${project.description}
+
+    Original Maven URLs:
+        \u001B[33mmvn:${pkgGroupId}/qpid-common/${pkgVersion}\u001B[0m
+        \u001B[33mmvn:${pkgGroupId}/qpid-client/${pkgVersion}\u001B[0m
+
+\u001B[1mDESCRIPTION\u001B[0m
+    Apache Qpid is a cross-platform Enterprise Messaging system which implements the Advanced Message Queuing Protocol
+    (AMQP), providing message brokers written in C++ and Java, along with clients for C++, Java JMS, .Net, Python,
+    and Ruby.
+
+    Enterprise Messaging systems let programs communicate by exchanging messages, much as people communicate by
+    exchanging email. Unlike email, enterprise messaging systems provide guaranteed delivery, speed, security, and
+    freedom from spam. Until recently, there was no open standard for Enterprise Messaging systems, so programmers
+    either wrote their own, or used expensive proprietary systems.
+
+    AMQP is the first open standard for Enterprise Messaging. It is designed to support messaging for just about any
+    distributed or business application. Routing can be configured flexibly, easily supporting common messaging
+    paradigms like point-to-point, fanout, publish-subscribe, and request-response.
+
+    Apache Qpid implements the latest AMQP specification, providing transaction management, queuing, distribution,
+    security, management, clustering, federation and heterogeneous multi-platform support and a lot more.
+    And Apache Qpid is extremely fast. Apache Qpid aims to be 100% AMQP Compliant.
+
+\u001B[1mSEE ALSO\u001B[0m
+    \u001B[36mhttp://qpid.apache.org/\u001B[0m