Name: | apache-commons-collections |
---|---|
Version: | 3.2.2 |
Release: | 26.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 629475 |
License: | ASL 2.0 |
RPM: | apache-commons-collections-3.2.2-26.el9.noarch.rpm |
Source RPM: | apache-commons-collections-3.2.2-26.el9.src.rpm |
Build Date: | Tue Jan 11 2022 |
Build Host: | build-ol9-x86_64.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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuild to workaround DistroBaker issue
- Bootstrap Maven for CentOS Stream 9
- Bootstrap build - Non-bootstrap build
- Backport fix to build with maven-antrun-plugin 3.0.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
- Rebuild to verify xmvn/maven switch to jakarta-annotations.
- Fix ambiguous reference in AbstractTestCollection to build on Java 11.