Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 41290 invoked from network); 19 Mar 2008 06:36:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2008 06:36:09 -0000 Received: (qmail 46405 invoked by uid 500); 19 Mar 2008 06:36:06 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 46340 invoked by uid 500); 19 Mar 2008 06:36:06 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 46331 invoked by uid 99); 19 Mar 2008 06:36:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2008 23:36:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 06:35:28 +0000 Received: by py-out-1112.google.com with SMTP id p76so334450pyb.6 for ; Tue, 18 Mar 2008 23:35:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=pphy523fluQpiGqaOeDx9pEEO836/xt0es4g6AlgFFo=; b=aZAl7ZshVSVdJPpbiQ/YfZEz12yMkqSzNE9kELaq17oX1x4OvE/iDFfOapvxxTNPLr31rfOncoHKXuDKrLT3/UJeqAwaI6FGz+radjo/fR3dMbEKaZQTcV8QUcMWQkrKHwSpmrPD/RPZ2QpreR9SOtuVqVSIgFdI7/gXoaMQf80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=BL+jWu6XcFxPV5A98p4Uv2yOyt/AszwoYaPRWOaKa7Y9JNNuJlyCIRbWHDAVXEbTq9kO2gfZktqrmx2sSts9KkGFMd8/T3Uyxb7C3N6v6fCmeQtfexzs3p43BG0V1MkTHbknT+83ZyW4Nj5+jjWDgkzJ4X+F2SLJ4yYpFlbmQPM= Received: by 10.115.47.1 with SMTP id z1mr560941waj.149.1205908538409; Tue, 18 Mar 2008 23:35:38 -0700 (PDT) Received: by 10.115.91.8 with HTTP; Tue, 18 Mar 2008 23:35:38 -0700 (PDT) Message-ID: <31cc37360803182335o280f55c2vabc7154da6d369db@mail.gmail.com> Date: Tue, 18 Mar 2008 23:35:38 -0700 From: "Henri Yandell" To: "Commons Developers List" Subject: [collections] 3.3 issues MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Here's a peek at some of the interesting issues in the 3.3 TODO list that need discussion: * COLLECTIONS-238 - Allowing ExtendedProperties to have empty values. ie) "foo=" would result in a key of foo existing. Is anyone concerned about backwards compatibility with that? I'm happy with it - it seems to me that it is how that should have worked, and people shouldn't be commenting out by removing the value rather than putting a comment in front. * Serializable - COLLECTIONS-240, COLLECTIONS-285, COLLECTIONS-221, COLLECTIONS-267, COLLECTIONS-266. Basically we need some Serializable test love. * COLLECTIONS-265 is ready for committing. So any nay-sayers, speak now or reopen later. * Specifically for James Carman - how does Dave's patch to your COLLECTIONS-194 look? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org