Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 98432 invoked from network); 10 Jun 2004 23:23:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Jun 2004 23:23:56 -0000 Received: (qmail 37766 invoked by uid 500); 10 Jun 2004 23:24:14 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 37716 invoked by uid 500); 10 Jun 2004 23:24:13 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 37701 invoked by uid 500); 10 Jun 2004 23:24:13 -0000 Received: (qmail 37698 invoked by uid 99); 10 Jun 2004 23:24:13 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Thu, 10 Jun 2004 16:24:13 -0700 Received: (qmail 98410 invoked by uid 1529); 10 Jun 2004 23:23:51 -0000 Date: 10 Jun 2004 23:23:51 -0000 Message-ID: <20040610232351.98409.qmail@minotaur.apache.org> From: scolebourne@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections overview.html X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N scolebourne 2004/06/10 16:23:51 Modified: collections/src/java/org/apache/commons/collections overview.html Log: Update for 3.1 release Revision Changes Path 1.3 +1 -21 jakarta-commons/collections/src/java/org/apache/commons/collections/overview.html Index: overview.html =================================================================== RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/overview.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- overview.html 18 Feb 2004 21:39:03 -0000 1.2 +++ overview.html 10 Jun 2004 23:23:51 -0000 1.3 @@ -109,24 +109,4 @@ Consult each subpackage for full details of these.

-

Version 3.0

-

- Commons-Collections was originally created as a place to share collection - implementations created in various places around Jakarta. As a result, there - was no clear design or structure to the component. As from this 3.0 release, - that changes with a clear, consistent package structure being used -

-

- As a result of the new structure, several classes have moved packages. - When moving from a previous release to this one it is important to check all your code. - Some implementations that were moved were also optimised, and may contain API changes. -

-

- In addition to the new package structure, it was determined that collections was - getting too large. - As a result, two new code donations - primitive collections and event - notification collections - have been separated into their own projects within commons. - Primitives has already released a version 1.0, while Events resides in the sandbox at present. -

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