Remove some bugfixes from the list of planned backports after a closer analysis. The fixed problems are not really serious or were only introduced after the 3.2.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713169 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/a2ddc7cd Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/a2ddc7cd Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/a2ddc7cd Branch: refs/heads/COLLECTIONS_3_2_X Commit: a2ddc7cdd306bd1d074c3cc66b6b62563fe27ae1 Parents: e709ea8 Author: Thomas Neidhart <t...@apache.org> Authored: Sat Nov 7 20:13:12 2015 +0000 Committer: Thomas Neidhart <t...@apache.org> Committed: Sat Nov 7 20:13:12 2015 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 19 ------------------- 1 file changed, 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/a2ddc7cd/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a4d1492..0ae417c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,25 +37,9 @@ SetUniqueList.set(int, E) now works correctly if the object to be inserted is already placed at the given position. </action> - <action issue="COLLECTIONS-441" dev="tn" type="fix" due-to="Thomas Vahrst"> - MultiKeyMap.clone() now correctly calls super.clone(). - </action> - <action issue="COLLECTIONS-411" dev="tn" type="fix" due-to="Adrian Nistor"> - Fixed possible "IndexOutOfBoundsException" in "ListOrderedMap#putAll". - </action> - <action issue="COLLECTIONS-400" dev="tn" type="fix" due-to="Shin Hwei Tan"> - Added missing null check in "CollectionUtils#addIgnoreNull(Collection, Object)". - </action> - <action issue="COLLECTIONS-380" dev="tn" type="fix" due-to="Dave Brosius"> - Fixed infinite loop when calling "UnmodifiableBoundedCollection#unmodifiableBoundedCollection()". - </action> <action issue="COLLECTIONS-364" dev="sebb" type="fix"> "DualTreeBidiMap" now uses the correct comparator for the reverse map during de-serialization. </action> - <action issue="COLLECTIONS-360" dev="jochen" type="fix" due-to="Sai Zhang"> - "FilterListIterator#hasNext" does not throw a NullPointerException anymore - to comply to the Java iterator specification. - </action> <action issue="COLLECTIONS-359" dev="bayard" type="fix" due-to="Mark Shead"> "ListUtils#intersection(List, List)" will now also work correctly if there are duplicate elements in the provided lists. @@ -102,9 +86,6 @@ Calling "setValue(Object)" on any Entry returned by a "Flat3Map" will now correctly set the value for the current entry. </action> - <action issue="COLLECTIONS-216" dev="scolebourne" type="fix" due-to="Hendrik Maryns"> - "MultiKey#toString()" will now use "Arrays#toString(List)". - </action> --> </release> </body>