Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 33636 invoked from network); 4 May 2004 22:41:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 22:41:17 -0000 Received: (qmail 64677 invoked by uid 500); 4 May 2004 22:40:58 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 64651 invoked by uid 500); 4 May 2004 22:40:57 -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 64632 invoked from network); 4 May 2004 22:40:57 -0000 Received: from unknown (HELO protactinium.btinternet.com) (194.73.73.176) by daedalus.apache.org with SMTP; 4 May 2004 22:40:57 -0000 Received: from [81.154.207.156] (helo=oemcomputer) by protactinium.btinternet.com with smtp (Exim 3.22 #25) id 1BL8b2-0006pM-00 for commons-dev@jakarta.apache.org; Tue, 04 May 2004 23:41:04 +0100 Message-ID: <002301c43229$08efd5c0$9ccf9a51@oemcomputer> From: "Stephen Colebourne" To: "Jakarta Commons Developers List" References: <20040504213439.4633.qmail@web50604.mail.yahoo.com> <6D4DC648-9E14-11D8-ABE2-003065DC754C@blueyonder.co.uk> Subject: Re: [digester] local ArrayStack implementation not backwardscompatible? Date: Tue, 4 May 2004 23:42:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 From: "robert burrell donkin" > maybe we could sidestep this issue by including the two collections > classes (ArrayStack and Buffer) that beanutils depends upon (either > directly or indirectly) within the beanutils release and removing the > collections dependency. since the versions of these classes in > collections 2.1 and 3.0 seem to differ only in licensing and > documentation, this would make beanutils and digester compatible with > both 2.1 and 3.0 collections. I am in favour of removing the direct dependency on [collections]. The proposed solution of copying the two classes to digester (no package rename) is fully acceptable to me, and I will happily add comments to [collections] noting that the copy has occurred (or you could add the comments to collections yourself ;-). I have no plans to update either Buffer or ArrayStack, nor are there any known issues. They are very stable classes, and well suited to this kind of copy. Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org