Changelog for
apache-commons-collections4-4.4-2.1.noarch.rpm :
* Wed Oct 25 2023 Fridrich Strba
- Update to upstream version 4.4
* Changes + Updates the platform requirement from Java 6 to 8 + Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility + Added a few new APIs.
* Builds with java 21 out of the box
* Generated ant build system with maven-ant-plugin in order to build with ant like before.- Removed patches:
* commons-collections4-4.1-bundle.patch
* commons-collections4-4.1-javadoc.patch
* commons-collections4-4.1-jdk11.patch + All changes factored into the generated build.xml
* Fri Mar 18 2022 Fridrich Strba - Build with source/target levels 8
* Mon Mar 04 2019 Fridrich Strba - Initial packaging of apache-commons-collections4 4.1- Added patches:
* commons-collections4-4.1-bundle.patch + Add to the manifest OSGi bundle information
* commons-collections4-4.1-javadoc.patch + Do not try to download web-based resources during the build.
* commons-collections4-4.1-jdk11.patch + Resolve type ambiguity in a toArray(null) call