Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 93793 invoked from network); 5 Jan 2004 00:25:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Jan 2004 00:25:51 -0000 Received: (qmail 61894 invoked by uid 500); 5 Jan 2004 00:25:32 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 61817 invoked by uid 500); 5 Jan 2004 00:25:32 -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 61804 invoked from network); 5 Jan 2004 00:25:32 -0000 Received: from unknown (HELO hume.tsdinc.steitz.com) (209.249.229.10) by daedalus.apache.org with SMTP; 5 Jan 2004 00:25:32 -0000 Content-Class: urn:content-classes:message Received: from Lavoie.tsdinc.steitz.com ([209.249.229.4]) by hume.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.6713); Sun, 4 Jan 2004 19:25:30 -0500 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Received: from steitz.com ([130.13.97.135]) by Lavoie.tsdinc.steitz.com with Microsoft SMTPSVC(5.0.2195.6713); Sun, 4 Jan 2004 19:25:31 -0500 Message-ID: <3FF8AEF8.2000202@steitz.com> Date: Sun, 04 Jan 2004 17:25:28 -0700 From: "Phil Steitz" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jakarta Commons Developers List" Subject: Re: [collections] What is left to do for 3.0? References: Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Jan 2004 00:25:31.0540 (UTC) FILETIME=[6D777540:01C3D322] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Henri Yandell wrote: > > On Sun, 4 Jan 2004, Phil Steitz wrote: > > >>Stephen Colebourne wrote: >> >>>The [collections] CVS has been tidied up prior to a 3.0 release today. The >>>CVS now only contains those classes to be released in a 3.0. These are all I >>>know of: >>> >>>- Should PriorityQueue be deprecated? (Buffer effectively replaces it) >> >>+1 > > > Yep, be aggressive. > > >>>- Add CaseInsensitiveMap? >> >>I don't want to hold up the release. If we are actually ready to cut RC1 >>now, it is probably better to hold off on adding anything new. The class >>is trivial, however, so if we expect a little span time between now and >>actual release, we might want to add it now. > > > How long does CaseInsensitiveMap need? I could commit this eve. if that's what we want to do. > > >>>Do we just RC1 and then release, or do we need a public Beta? (I favour the >>>former) >> >>What has [collections] done in the past? > > > The RC1 from memory. We should [though wouldn't] be able to rename the > RC1 if it's good, so the CaseInsensitiveMap bit shouldn't magically appear > in the released version. I agree that there should be no API changes after RC1. Given that Stephen was not thrilled with the API, it might be best to leave it out for now, especially since this is very easy for users to implement themselves (with any kind of behavior they want) by extending AbstractHashedMap (or HashedMap). Otherwise, things look pretty good to me at this point. Phil > > Hen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org