Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 39342 invoked from network); 20 Sep 2006 12:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2006 12:05:06 -0000 Received: (qmail 89278 invoked by uid 500); 20 Sep 2006 12:04:59 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 89212 invoked by uid 500); 20 Sep 2006 12:04:59 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 89193 invoked by uid 99); 20 Sep 2006 12:04:58 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2006 05:04:58 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=scolebourne@btopenworld.com; domainkeys=good X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([217.146.188.128:23644] helo=web86503.mail.ird.yahoo.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 05/66-00532-46E21154 for ; Wed, 20 Sep 2006 05:04:54 -0700 Received: (qmail 97441 invoked by uid 60001); 20 Sep 2006 12:04:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btopenworld.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=wi4assochsSVeDuLH2Vy78Hmaypx+v8ug+PS0hCZ4gedz3ytdFaOJI1Tk3omsLbt1UVbWy+ObKdrZPMH+mmOpu52EY6ObNsTc0HouDnfXdRHthgLXe+gYgWKxiU4lCHB92urD1TqGTp+eyAK8LcDa2T/LnoNnIyimSOdlOJL5H4= ; Message-ID: <20060920120449.97439.qmail@web86503.mail.ird.yahoo.com> Received: from [194.164.132.240] by web86503.mail.ird.yahoo.com via HTTP; Wed, 20 Sep 2006 12:04:49 GMT Date: Wed, 20 Sep 2006 12:04:49 +0000 (GMT) From: Stephen Colebourne Reply-To: Stephen Colebourne Subject: Re: [collections] Contributing to Collections To: Jakarta Commons Developers List In-Reply-To: <19196d860609191642m2b40657s64ba53da590791ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, It would be useful to attach anything to a JIRA call, as that is an easier worklog than email. The biggest issue that I can see with this is that [collections] as a project is currently at the 'full' point, and needs refactoring into smaller units. This should probably be done as part of moving collections to JDK1.5. Unfortunately, [collections] has little development time available, so just porting to generics is a big enough concept, even before considering a new collection like Trie. There may be another committer willing to volunteer time to this of course... Stephen ----- Original Message ---- From: Sam Berlin To: Jakarta Commons Developers List Cc: Roger Kapsi Sent: Wednesday, 20 September, 2006 12:42:12 AM Subject: Contributing to Collections Hi Folks, I sent an email last week about contributing a Patricia tree to the Commons Collections project, but haven't heard back. The project is fully voluntary, so I understand that responses may take a long time. I'd like to make sure that I sent the offer to the correct place, though. Is there some other venue I should be looking at for contributing code? Should I be doing this through JIRA? To recap last week's email, Roger Kapsi & I have developed a Patricia tree that fits the Map & SortedMap interfaces (and can easily fit the upcoming Java 1.6 NavigableMap), and we'd like to offer it for inclusion in commons-collection. It's currently written for Java 1.5's generics and licensed under the GPL, but we can easily remove the generics if required and should likely be able to change the license if necessary. Thanks very much, Sam --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org