2004-02-19 16:41:04 -05:00
|
|
|
<!--
|
2005-01-03 18:53:48 -05:00
|
|
|
Copyright 2003-2005 The Apache Software Foundation
|
2004-02-19 16:41:04 -05:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2004-12-24 06:10:24 -05:00
|
|
|
<html>
|
|
|
|
<head>
|
2004-06-28 19:26:33 -04:00
|
|
|
<title>RELEASE NOTES: COLLECTIONS 3.2</title>
|
2004-12-24 06:10:24 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2004-06-28 19:26:33 -04:00
|
|
|
<center><h2>RELEASE NOTES: COLLECTIONS 3.2</h2></center>
|
2003-09-29 18:46:15 -04:00
|
|
|
|
2003-12-29 13:04:36 -05:00
|
|
|
<p>
|
2004-06-10 18:14:59 -04:00
|
|
|
This release adds various new classes and fixes a number of bugs.
|
2004-06-09 17:13:14 -04:00
|
|
|
All feedback should be directed to commons-user at jakarta.apache.org.
|
2004-12-24 06:10:24 -05:00
|
|
|
</p>
|
2003-09-29 18:46:15 -04:00
|
|
|
<hr />
|
|
|
|
|
2004-05-03 18:43:57 -04:00
|
|
|
<center><h3>COMPATABILITY</h3></center>
|
2004-06-09 17:13:14 -04:00
|
|
|
<p>
|
2004-06-28 19:26:33 -04:00
|
|
|
This release is fully source and binary compatible with v3.1.
|
2004-06-22 18:24:29 -04:00
|
|
|
(Checks performed using JDiff and Clirr, thanks).
|
2004-06-09 17:13:14 -04:00
|
|
|
</p>
|
|
|
|
<p>
|
2004-10-16 18:23:41 -04:00
|
|
|
There are no new deprecations.
|
2004-06-09 17:13:14 -04:00
|
|
|
</p>
|
2004-05-03 18:43:57 -04:00
|
|
|
|
2004-03-13 10:54:34 -05:00
|
|
|
<center><h3>NEW CLASSES</h3></center>
|
2003-09-29 18:46:15 -04:00
|
|
|
<ul>
|
2004-07-17 17:38:33 -04:00
|
|
|
<li>LoopingListIterator - When the end of the list is reached the iteration continues from the start [30166]</li>
|
2003-09-29 18:46:15 -04:00
|
|
|
</ul>
|
|
|
|
|
2004-03-13 10:54:34 -05:00
|
|
|
<center><h3>ENHANCEMENTS</h3></center>
|
|
|
|
<ul>
|
2004-07-17 17:38:33 -04:00
|
|
|
<li>CollectionUtils.addIgnoreNull - Adds to the collection if the value being added is not null [30020]</li>
|
2004-09-22 19:03:50 -04:00
|
|
|
<li>MapUtils.putAll - Puts an array of key/value pairs into a map [30882]</li>
|
2004-09-22 19:35:03 -04:00
|
|
|
<li>ExtendedProperties - No longer uses an exception in normal processing [30497]</li>
|
2004-12-24 06:10:24 -05:00
|
|
|
<li>CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection</li>
|
2004-04-09 10:35:10 -04:00
|
|
|
</ul>
|
|
|
|
|
2004-03-13 07:43:43 -05:00
|
|
|
<center><h3>BUG FIXES</h3></center>
|
2004-03-13 10:54:34 -05:00
|
|
|
<ul>
|
2004-06-28 19:26:33 -04:00
|
|
|
<li>FastArrayList - Fix iterators and views to work better in multithreaded environments</li>
|
2004-10-16 18:23:41 -04:00
|
|
|
<li>BoundedFifoBuffer/CircularFifoBuffer - Fix serialization to work in case where buffer serialized when full [31433]</li>
|
2005-01-15 18:07:22 -05:00
|
|
|
<li>BoundedFifoBuffer - Fix iterator remove bug causing ArrayIndexOutOfBounds error [33071]</li>
|
2005-01-03 19:13:25 -05:00
|
|
|
<li>MultiHashMap.remove(key, item) - Was returning the item even when nothing was removed [32366]</li>
|
2005-01-29 07:51:12 -05:00
|
|
|
<li>SetUniqueList.set(int,Object) - Destroyed set status in certain circumstances [33294]</li>
|
2004-03-13 10:54:34 -05:00
|
|
|
</ul>
|
2004-03-13 07:43:43 -05:00
|
|
|
|
2004-03-13 10:54:34 -05:00
|
|
|
<center><h3>JAVADOC</h3></center>
|
|
|
|
<ul>
|
2004-07-17 17:38:33 -04:00
|
|
|
<li>MapUtils.safeAddToMap - Better comment</li>
|
2005-01-03 19:01:31 -05:00
|
|
|
<li>ListOrderedSet.decorate(List) - Better comment [32073]</li>
|
2004-03-13 10:54:34 -05:00
|
|
|
</ul>
|
2004-12-24 06:10:24 -05:00
|
|
|
</body>
|
2005-01-15 17:47:41 -05:00
|
|
|
</html>
|