scolebourne 2004/06/10 16:23:30
Modified: collections STATUS.html
Log:
Update for 3.1 release
Revision Changes Path
1.36 +9 -56 jakarta-commons/collections/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/STATUS.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- STATUS.html 19 Feb 2004 21:41:04 -0000 1.35
+++ STATUS.html 10 Jun 2004 23:23:30 -0000 1.36
@@ -59,9 +59,9 @@
<h3>3. RELEASE INFO</h3>
<p>Current Release:
-<a href="http://jakarta.apache.org/site/binindex.cgi">Version 3.0</a>
+<a href="http://jakarta.apache.org/site/binindex.cgi">Version 3.1</a>
-<p>Planned Next Release: 3.1</p>
+<p>Planned Next Release: 3.2</p>
<a name="Committers"></a>
<h3>4. COMMITTERS</h3>
@@ -89,59 +89,12 @@
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
-<p>Want to help? Here's some "to do" items the team has identified.</p>
-
-<table border="1">
- <tr>
- <th width="80%">Action Item</th>
- <th width="20%">Volunteer</th>
- </tr>
-
- <tr>
- <td><strong>Additional Contributions</strong>. Other collection
- or collection-related classes or decorators.</td>
- <td align="center"> </td>
- </tr>
-
- <tr>
- <td><strong>MultiMap ideas</strong>. Updates to MultiMap, maybe
based on
- <a href="http://www.innig.org/util/innig-util/build/javadoc">this library</a>.</td>
- <td align="center"> </td>
- </tr>
-
- <tr>
- <td><strong>Additional Documentation</strong>. Create simple
- User's Guide, examples, or other documentation for this package.</td>
- <td align="center"> </td>
- </tr>
-
- <tr>
- <td><strong>Serializable Collections</strong>. All of the concrete
- Collection and Map implementations should be properly Serializable
- across all versions of the JDK. Also, decorators should be
- Serializable if the underlying instance is.</td>
- <td align="center"> </td>
- </tr>
-
- <tr>
- <td><strong>Fail-Fast Iterators</strong>. All concrete Collection
and
- Map implementations that can have fail-fast iterators should have
- them. Some classes, like StaticBucketMap, cannot possibly have
- fail-fast iterators, but otherwise everything else should.</td>
- <td align="center"> </td>
- </tr>
-
- <tr>
- <td><strong>LoopingListIterator</strong>. A ListIterator similar
to LoopingIterator</td>
- </tr>
-
- <tr>
- <td><strong>Additional Unit Tests</strong>. Create generic unit
tests
- for SortedSet and Buffer.</td>
- <td align="center"> </td>
- </tr>
-
-</table>
+<p>
+Want to help?
+All ideas and suggestions should be made to the commons mailing lists,
+commons-user at jakarta.apache.org and commons-dev at jakarta.apache.org.
+Please prefix any emails by [collections] to pass mail filters.
+</p>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|