2004-02-19 16:41:04 -05:00
|
|
|
<!--
|
2006-11-29 02:41:17 -05:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You 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
|
2004-02-19 16:41:04 -05:00
|
|
|
|
|
|
|
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>
|
2006-05-14 18:54:04 -04:00
|
|
|
<title>RELEASE NOTES: COLLECTIONS 3.3</title>
|
2004-12-24 06:10:24 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2006-05-14 18:54:04 -04:00
|
|
|
<center><h2>RELEASE NOTES: COLLECTIONS 3.3</h2></center>
|
2003-09-29 18:46:15 -04:00
|
|
|
|
2005-06-25 12:39:34 -04: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 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 />
|
|
|
|
|
2006-01-06 16:38:38 -05:00
|
|
|
<center><h3>COMPATIBILITY</h3></center>
|
2004-06-09 17:13:14 -04:00
|
|
|
<p>
|
2006-05-14 18:54:04 -04:00
|
|
|
This release is fully source and binary compatible with v3.2.
|
2004-06-22 18:24:29 -04:00
|
|
|
(Checks performed using JDiff and Clirr, thanks).
|
2005-03-22 17:14:15 -05:00
|
|
|
Please check the bug fixes to ensure you weren't relying on the behaviour of a bug.
|
2004-06-09 17:13:14 -04:00
|
|
|
</p>
|
|
|
|
<p>
|
2006-05-14 18:54:04 -04:00
|
|
|
There are xxxxxxxxxxxxxxxxxxx new <i>deprecations</i>:<br />
|
2005-07-07 20:13:22 -04:00
|
|
|
If this causes major headaches to anyone please contact commons-dev at jakarta.apache.org.
|
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>
|
2006-05-14 18:54:04 -04:00
|
|
|
<li>xxxxxxxxxxxxxx</li>
|
2003-09-29 18:46:15 -04:00
|
|
|
</ul>
|
|
|
|
|
2004-03-13 10:54:34 -05:00
|
|
|
<center><h3>ENHANCEMENTS</h3></center>
|
|
|
|
<ul>
|
2006-05-14 18:54:04 -04:00
|
|
|
<li>xxxxxxxxxxxxxx</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>
|
2006-07-18 18:03:00 -04:00
|
|
|
<li>Flat3Map - Fix setValue in MapIterator and EntrySetIterator to work correctly [COLLECTIONS-217]</li>
|
2006-07-18 18:44:49 -04:00
|
|
|
<li>ExtendedProperties - Include property name had confused static/instance semantics [COLLECTIONS-214]</li>
|
2006-08-02 16:24:02 -04:00
|
|
|
<li>CollectionUtils - Fix removeAll() method which was completely broken [COLLECTIONS-219]</li>
|
2006-10-28 08:27:01 -04:00
|
|
|
<li>MultiValueMap - Fix put() and putAll() to return correct results [COLLECTIONS-228]</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>
|
2006-07-02 06:03:12 -04:00
|
|
|
<li>IteratorChain - Clarify constructor behaviour</li>
|
2006-07-13 19:09:11 -04:00
|
|
|
<li>MuliKey - Spelling [COLLECTIONS-216]</li>
|
|
|
|
<li>DefaultedMap - Clarify transformer behaviour [COLLECTIONS-215]</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>
|