Name: | apache-commons-collections |
---|---|
Version: | 3.2.2 |
Release: | 10.module+el8+5206+de031079 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 630573 |
License: | ASL 2.0 |
RPM: | apache-commons-collections-3.2.2-10.module+el8+5206+de031079.noarch.rpm |
Source RPM: | apache-commons-collections-3.2.2-10.module+el8+5206+de031079.src.rpm |
Build Date: | Thu May 30 2019 |
Build Host: | jenkins-10-147-72-125-2979f749-2fc6-4ade-a930-9caea4b54de2.appad3iad.osdevelopmeniad.oraclevcn.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. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Remove workaround for symlink->directory rpm bug
- Allow testframework to still be built even with tests disabled, which is needed by other packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Temporarly disable running tests
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- 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