2004-02-19 21:41:04 +00:00
|
|
|
<!--
|
2006-05-14 22:54:04 +00:00
|
|
|
Copyright 2003-2006 The Apache Software Foundation
|
2004-02-19 21:41:04 +00: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 11:10:24 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
2006-05-14 22:54:04 +00:00
|
|
|
<title>RELEASE NOTES: COLLECTIONS 3.3</title>
|
2004-12-24 11:10:24 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2006-05-14 22:54:04 +00:00
|
|
|
<center><h2>RELEASE NOTES: COLLECTIONS 3.3</h2></center>
|
2003-09-29 22:46:15 +00:00
|
|
|
|
2005-06-25 16:39:34 +00:00
|
|
|
<p>
|
|
|
|
Commons collections is a project to develop and maintain collection classes
|
|
|
|
based on and inspired by the JDK collection framework.
|
|
|
|
This project is JDK1.2 compatible, and does not use JDK1.5 generics.
|
|
|
|
</p>
|
2003-12-29 18:04:36 +00:00
|
|
|
<p>
|
2004-06-10 22:14:59 +00:00
|
|
|
This release adds various new classes and fixes a number of bugs.
|
2004-06-09 21:13:14 +00:00
|
|
|
All feedback should be directed to commons-user at jakarta.apache.org.
|
2004-12-24 11:10:24 +00:00
|
|
|
</p>
|
2003-09-29 22:46:15 +00:00
|
|
|
<hr />
|
|
|
|
|
2006-01-06 21:38:38 +00:00
|
|
|
<center><h3>COMPATIBILITY</h3></center>
|
2004-06-09 21:13:14 +00:00
|
|
|
<p>
|
2006-05-14 22:54:04 +00:00
|
|
|
This release is fully source and binary compatible with v3.2.
|
2004-06-22 22:24:29 +00:00
|
|
|
(Checks performed using JDiff and Clirr, thanks).
|
2005-03-22 22:14:15 +00:00
|
|
|
Please check the bug fixes to ensure you weren't relying on the behaviour of a bug.
|
2004-06-09 21:13:14 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2006-05-14 22:54:04 +00:00
|
|
|
There are xxxxxxxxxxxxxxxxxxx new <i>deprecations</i>:<br />
|
2005-07-08 00:13:22 +00:00
|
|
|
If this causes major headaches to anyone please contact commons-dev at jakarta.apache.org.
|
2004-06-09 21:13:14 +00:00
|
|
|
</p>
|
2004-05-03 22:43:57 +00:00
|
|
|
|
2004-03-13 15:54:34 +00:00
|
|
|
<center><h3>NEW CLASSES</h3></center>
|
2003-09-29 22:46:15 +00:00
|
|
|
<ul>
|
2006-05-14 22:54:04 +00:00
|
|
|
<li>xxxxxxxxxxxxxx</li>
|
2003-09-29 22:46:15 +00:00
|
|
|
</ul>
|
|
|
|
|
2004-03-13 15:54:34 +00:00
|
|
|
<center><h3>ENHANCEMENTS</h3></center>
|
|
|
|
<ul>
|
2006-05-14 22:54:04 +00:00
|
|
|
<li>xxxxxxxxxxxxxx</li>
|
2004-04-09 14:35:10 +00:00
|
|
|
</ul>
|
|
|
|
|
2004-03-13 12:43:43 +00:00
|
|
|
<center><h3>BUG FIXES</h3></center>
|
2004-03-13 15:54:34 +00:00
|
|
|
<ul>
|
2006-07-18 22:03:00 +00:00
|
|
|
<li>Flat3Map - Fix setValue in MapIterator and EntrySetIterator to work correctly [COLLECTIONS-217]</li>
|
2006-07-18 22:44:49 +00:00
|
|
|
<li>ExtendedProperties - Include property name had confused static/instance semantics [COLLECTIONS-214]</li>
|
2006-08-02 20:24:02 +00:00
|
|
|
<li>CollectionUtils - Fix removeAll() method which was completely broken [COLLECTIONS-219]</li>
|
2006-10-28 12:27:01 +00:00
|
|
|
<li>MultiValueMap - Fix put() and putAll() to return correct results [COLLECTIONS-228]</li>
|
2004-03-13 15:54:34 +00:00
|
|
|
</ul>
|
2004-03-13 12:43:43 +00:00
|
|
|
|
2004-03-13 15:54:34 +00:00
|
|
|
<center><h3>JAVADOC</h3></center>
|
|
|
|
<ul>
|
2006-07-02 10:03:12 +00:00
|
|
|
<li>IteratorChain - Clarify constructor behaviour</li>
|
2006-07-13 23:09:11 +00:00
|
|
|
<li>MuliKey - Spelling [COLLECTIONS-216]</li>
|
|
|
|
<li>DefaultedMap - Clarify transformer behaviour [COLLECTIONS-215]</li>
|
2004-03-13 15:54:34 +00:00
|
|
|
</ul>
|
2004-12-24 11:10:24 +00:00
|
|
|
</body>
|
2005-01-15 22:47:41 +00:00
|
|
|
</html>
|