You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/18 19:58:57 UTC

[commons-collections] branch master updated: Fix links to release notes and update contents for 4.4 (#127)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 7baad88  Fix links to release notes and update contents for 4.4 (#127)
7baad88 is described below

commit 7baad88e488e82fef2e9d15d2fe1a7b1e3d14cc1
Author: Dominik Stadler <do...@gmx.at>
AuthorDate: Wed Dec 18 20:58:48 2019 +0100

    Fix links to release notes and update contents for 4.4 (#127)
    
    * Fix link to release notes for 4.4
    
    * Update release notes for 4.4 with actual changes
    
    * Fix trailing blank
---
 src/site/xdoc/index.xml       | 2 +-
 src/site/xdoc/release_4_4.xml | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 8185206..924ce9f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -73,7 +73,7 @@ The <a href="scm.html">source repository</a> can be
 <p>
 The latest version is 4.4 -
 <a href="https://commons.apache.org/collections/download_collections.cgi">Download now!</a><br />
-It is built for Java 8 and later, and the <a href="release_4_3.html">release notes</a> are also available.
+It is built for Java 8 and later, and the <a href="release_4_4.html">release notes</a> are also available.
 </p>
 <p>
 For previous releases, see the <a href="http://archive.apache.org/dist/commons/collections/">Apache Archive</a>
diff --git a/src/site/xdoc/release_4_4.xml b/src/site/xdoc/release_4_4.xml
index 36750ed..a5e8d09 100644
--- a/src/site/xdoc/release_4_4.xml
+++ b/src/site/xdoc/release_4_4.xml
@@ -44,11 +44,12 @@ All users are strongly encouraged to updated to this release.
      package do not implement the Serializable interface anymore (see COLLECTIONS-580)</li>
 </ul>
 
-<center><h3>Major changes since 4.2</h3></center>
+<center><h3>Major changes since 4.3</h3></center>
 <ul>
-<li>Updates the platform requirement from Java 7 to 8</li>
-<li>Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</li>
-<li>Added a few new APIs.</li>
+<li>Implement Collection's removeIf()</li>
+<li>Create a PropertiesFactory and SortedPropertiesFactory</li>
+<li>Support Transformer for LazyList</li>
+<li>Make use of FunctionalInterface</li>
 </ul>
 
 <h3>Security Changes</h3>