Apache Commons logo Commons Collections

Release notes for version 4.2


Apache Commons Collections is a project to develop and maintain collection classes based on and inspired by the JDK collection framework.

This 4.2 release is a minor and updates the platform requirement from Java 6 to 7. This release fixes several bugs present in previous releases of the 4.X branch.

All users are strongly encouraged to updated to this release.

Compatibility

  • Java 7 or later is now required (version 4.1 required Java 6)
  • This release is source and binary compatible with the 4.0 release of Commons Collections with the exception that some classes in the functor package do not implement the Serializable interface anymore (see COLLECTIONS-580)

Major changes since 4.1

  • Updates the platform requirement from Java 6 to 7
  • Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
  • Added a few new APIs.

Security Changes

None.

For a full list of changes in this release, refer to the Change report.