Name: | rh-maven35-apache-commons-collections |
---|---|
Version: | 3.2.2 |
Release: | 4.2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 630622 |
License: | ASL 2.0 |
RPM: | rh-maven35-apache-commons-collections-3.2.2-4.2.el7.noarch.rpm |
Source RPM: | rh-maven35-apache-commons-collections-3.2.2-4.2.el7.src.rpm |
Build Date: | Thu Dec 28 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://commons.apache.org/collections/ |
Summary: | Provides new interfaces, implementations and utilities for Java Collections |
Description: | The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2 APIs are significantly easier to use because of the Collections API. However, there are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the features of this package are: - special-purpose implementations of Lists and Maps for fast access - adapter classes from Java1-style containers (arrays, enumerations) to Java2-style collections. - methods to test or create typical set-theory properties of collections such as union, intersection, and closure. |
- Mass rebuild 2017-06-22
- Automated package import and SCL-ization
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Add workaround for symlink->directory rpm bug
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Update to upstream version 3.2.2 - Merge two javadoc subpackages - Install with XMVn - Specfile cleanup
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- Remove requires on apache-commons-parent
- Fix broken Java 8 build
- Remove legacy Obsoletes/Provides for jakarta-commons