You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2006/05/13 00:57:55 UTC

svn commit: r405928 - /jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

Author: scolebourne
Date: Fri May 12 15:57:55 2006
New Revision: 405928

URL: http://svn.apache.org/viewcvs?rev=405928&view=rev
Log:
Improve release note clarity for v3.2

Modified:
    jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html

Modified: jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html?rev=405928&r1=405927&r2=405928&view=diff
==============================================================================
--- jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html (original)
+++ jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html Fri May 12 15:57:55 2006
@@ -54,12 +54,12 @@
 
 <center><h3>NEW CLASSES</h3></center>
 <ul>
-<li>MultiValueMap - Decorator implementation of MultiMap providing control over the map and collection implementations [29440]</li>
+<li>MultiValueMap - Decorator implementation of MultiMap providing control over the map and collection implementations, updated MapUtils to match [29440]</li>
 <li>DefaultedMap - Returns a default value when the key is not found, without adding the default value to the map itself [30911]</li>
 <li>GrowthList - Decorator that causes set and indexed add to expand the list rather than throw IndexOutOfBoundsException [34171]</li>
-<li>LoopingListIterator - When the end of the list is reached the iteration continues from the start [30166]</li>
+<li>LoopingListIterator - When the end of the list is reached the iteration continues from the start, updated IteratorUtils to match [30166]</li>
 <li>ReverseListIterator - A list iterator that returns the elements from the list in reverse order [39224]</li>
-<li>BoundedBuffer - A new wrapper class which can make any buffer bounded [37473]</li>
+<li>BoundedBuffer - A new wrapper class which can make any buffer bounded, updated BufferUtils to match [37473]</li>
 </ul>
 
 <center><h3>ENHANCEMENTS</h3></center>
@@ -73,15 +73,15 @@
 <li>ExtendedProperties - new Methods getList(String key) and getList(String key, List defaults) [36812]</li>
 <li>ExtendedProperties - No longer uses an exception in normal processing [30497]</li>
 <li>BlockingBuffer - now includes stack trace if InterupttedException occurs [33700]</li>
-<li>BlockingBuffer - new methods that allow get and remove with a timeout [27691]</li>
+<li>BlockingBuffer - new methods that allow get and remove with a timeout, updated BufferUtils to match [27691]</li>
 <li>BlockingBuffer - now allows you to specify a default timeout value for get/remove operations [37607]</li>
-<li>Transformed*Map - new factory decorateTransform() that transforms any existing entries in the map [30959]</li>
+<li>TransformedMap/TransformedSortedMap - new factory decorateTransform() that transforms any existing entries in the map [30959]</li>
 <li>ListOrderedMap - values can now be accessed as a List using valueList() [37015]</li>
 <li>ListOrderedMap - additional list-like method, setValue(int,Object)</li>
 <li>ListOrderedMap - additional method, put(int,Object,Object)</li>
 <li>PriorityBuffer - now Serializable [36163]</li>
 <li>ListIteratorWrapper - now implements ResettableListIterator [39449]</li>
-<li>IfClosure - add single argument constructor [38495]</li>
+<li>IfClosure - add single argument constructor, updated CllosureUtils to match [38495]</li>
 <li>All/Any/One/None Predicate - allow construction with zero or one predicates [37979]</li>
 </ul>
 
@@ -102,7 +102,7 @@
 <li>MultiHashMap - Enable compilation using J#</li>
 <li>Flat3Map.equals() - Fix to make flat mode comparison actually work [34917]</li>
 <li>TransformedMap.putAll - Now allows putAll of an empty map [34686]</li>
-<li>StaticBucketMap - containsKey - Fix incorrect null checking [37567]</li>
+<li>StaticBucketMap.containsKey - Fix incorrect null checking [37567]</li>
 <li>AbstractMapBag.BagIterator.remove - Removing the last entry used to break the class invariants [35747]</li>
 <li>BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]</li>
 <li>BoundedFifoBuffer - Fix iterator remove bug causing ArrayIndexOutOfBounds error [33071]</li>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org