From 011ae374289292a46f8cb4feb802d18ee1498a4d Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 9 Jul 2019 10:23:17 -0400 Subject: [PATCH] Add missing release notes 4.4 XML. --- src/site/xdoc/release_4_4.xml | 66 +++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/site/xdoc/release_4_4.xml diff --git a/src/site/xdoc/release_4_4.xml b/src/site/xdoc/release_4_4.xml new file mode 100644 index 000000000..36750ed6d --- /dev/null +++ b/src/site/xdoc/release_4_4.xml @@ -0,0 +1,66 @@ + + + + + Release notes for v4.4 + Commons Documentation Team + + + +
+
+

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

+

+This 4.4 release is a minor and requires Java 8. +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 8 or later is now required (version 4.2 required Java 7)
  • +
  • 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.2

+
    +
  • Updates the platform requirement from Java 7 to 8
  • +
  • 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. +

+
+ + +
+