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 2022/06/29 18:56:26 UTC

[servicemix-bundles] branch master updated: Remove "old" commons-collections bundle

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ced070a62 Remove "old" commons-collections bundle
ced070a62 is described below

commit ced070a6202eb63802ee568d5d3f68e05cd37532
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Jun 29 20:56:04 2022 +0200

    Remove "old" commons-collections bundle
---
 commons-collections-3.2.1/pom.xml                  | 108 ---------------------
 .../src/main/resources/OSGI-INF/bundle.info        |  31 ------
 2 files changed, 139 deletions(-)

diff --git a/commons-collections-3.2.1/pom.xml b/commons-collections-3.2.1/pom.xml
deleted file mode 100644
index 48efcd796..000000000
--- a/commons-collections-3.2.1/pom.xml
+++ /dev/null
@@ -1,108 +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.commons-collections</artifactId>
-    <version>3.2.1_4-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>
-    </scm>
-
-    <properties>
-        <pkgGroupId>commons-collections</pkgGroupId>
-        <pkgArtifactId>commons-collections</pkgArtifactId>
-        <pkgVersion>3.2.1</pkgVersion>
-        <servicemix.osgi.export.pkg>
-            org.apache.commons.collections
-        </servicemix.osgi.export.pkg>
-        <servicemix.osgi.import.pkg>
-
-        </servicemix.osgi.import.pkg>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <optional>true</optional>
-        </dependency>
-
-        <!-- sources -->
-        <dependency>
-            <groupId>${pkgGroupId}</groupId>
-            <artifactId>${pkgArtifactId}</artifactId>
-            <version>${pkgVersion}</version>
-            <classifier>sources</classifier>
-            <optional>true</optional>
-        </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/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info b/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info
deleted file mode 100644
index 4958b8bbd..000000000
--- a/commons-collections-3.2.1/src/main/resources/OSGI-INF/bundle.info
+++ /dev/null
@@ -1,31 +0,0 @@
-\u001B[1mSYNOPSIS\u001B[0m
-    ${project.description}
-
-    Original Maven URL:
-        \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
-
-\u001B[1mDESCRIPTION\u001B[0m
-    The Java Collections Framework was a major addition in JDK 1.2. It added many powerful data structures that
-    accelerate development of most significant Java applications. Since that time it has become the recognised
-    standard for collection handling in Java.
-
-    Commons-Collections seek to build upon the JDK classes by providing new interfaces, implementations and
-    utilities. There are many features, including:
-
-        * Bag interface for collections that have a number of copies of each object
-        * Buffer interface for collections that have a well defined removal order, like FIFOs
-        * BidiMap interface for maps that can be looked up from value to key as well and key to value
-        * MapIterator interface to provide simple and quick iteration over maps
-        * Type checking decorators to ensure that only instances of a certain type can be added
-        * Transforming decorators that alter each object as it is added to the collection
-        * Composite collections that make multiple collections look like one
-        * Ordered maps and sets that retain the order elements are added in, including an LRU based map
-        * Identity map that compares objects based on their identity (==) instead of the equals method
-        * Reference map that allows keys and/or values to be garbage collected under close control
-        * Many comparator implementations
-        * Many iterator implementations
-        * Adapter classes from array and enumerations to collections
-        * Utilities to test or create typical set-theory properties of collections such as union, intersection, and closure
-
-\u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://commons.apache.org/collections/\u001B[0m