Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 58697 invoked from network); 9 Apr 2011 13:44:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2011 13:44:56 -0000 Received: (qmail 65436 invoked by uid 500); 9 Apr 2011 13:44:55 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 65339 invoked by uid 500); 9 Apr 2011 13:44:55 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 65331 invoked by uid 99); 9 Apr 2011 13:44:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 13:44:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of davidkarlsen@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2011 13:44:51 +0000 Received: by gye5 with SMTP id 5so1771143gye.30 for ; Sat, 09 Apr 2011 06:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=SR/1S4MDMQjMa5VJEG68Ark7eUB3HrOBjcvosKhkteo=; b=BIhRwaKhpTOfmN7+woBTnT1UZFVLbOxY5bjxlZcOWqb0nKLZcpxe0Hbb5+IuKkIX5O GrMo9V6uY4WNDIgEoaR/yQVNjPAP734J11OkIL+8U1VdLdW/fd6AJYy8do2x170bioo3 +2YVx1CneZnkPTWAP07BzyvGrq1nJnrqVE03U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=n4DMtCcADpFDEIxQtoQQN/Kh1nMmMlmel5eyLuXTR09FXv+SGaqU6FE9y7i2eQG149 P82yhRLjVI+s5EgxrKjwWGKfJQbsN7uTZyFrlZtV+C2r2wLxtpqvQIB8AHEijHmJrNYe +4vZVtI68OgqXoDxJZOA1wZk/GSrMckfCpq20= MIME-Version: 1.0 Received: by 10.100.251.3 with SMTP id y3mr2298594anh.39.1302356670679; Sat, 09 Apr 2011 06:44:30 -0700 (PDT) Received: by 10.100.128.2 with HTTP; Sat, 9 Apr 2011 06:44:30 -0700 (PDT) In-Reply-To: References: Date: Sat, 9 Apr 2011 15:44:30 +0200 Message-ID: Subject: Re: [lang] Collections -> Lang From: David Karlsen To: Commons Developers List Content-Type: multipart/alternative; boundary=00163691fec3ba0c8304a07c8a90 --00163691fec3ba0c8304a07c8a90 Content-Type: text/plain; charset=ISO-8859-1 We dropped collections in favour of guava and are quite happy with that - but I'd like to see the MultiKey class survive - any chance for that? 2011/4/7 Simone Tripodi > Hi all guys, > I don't want to hijack the thread but also Discovery was in "critical > care" but we gave it a new life, if it could help saving > commons-collections from the die I'm available to help (just the time > to release discovery) > Have a nice day! > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Thu, Apr 7, 2011 at 5:38 PM, Henri Yandell wrote: > > Looks fun. I've not used Google Collections much; but equally I don't > > use Commons Collections much either :) > > > > Generally I've seen Guava as akin to Joda Time; it's a better JDK > > [obviously for a value of better; but I've liked a lot of what I've > > seen]. Lang is generally just trying to put simple patches on top of > > the JDK. But it's a very fair point and exactly the reason why I don't > > want to try and pull in complex data structures - there are other > > libraries out there focused on them. > > > > For now I'll be ignoring the question to get 3.0 done, then look at > > what in Collections needs to hop on the small Lang lifeboat. > > > > Hen > > > > On Wed, Apr 6, 2011 at 11:52 PM, James Ring wrote: > >> Have you seen > http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common/collect/Ordering.html > >> ? This does similar stuff to ReverseComparator and the API is > >> excellent. > >> > >> On Thu, Apr 7, 2011 at 4:37 PM, Henri Yandell > wrote: > >>> Deja Vu time. > >>> > >>> Collections is dead. I hereby give notice that there are a few basic > >>> classes in Collections that I want to copy into Lang and genericize > >>> (ComparableComparator, ReverseComparator etc - dull stuff instead of > >>> serious data structures). > >>> > >>> Vision-wise I'm seeing that as Lang 3.1 (i.e. JIRA's 3.1 is noise; in > >>> fact I'll rename that to 3.x :) ). > >>> > >>> Hen > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >>> For additional commands, e-mail: dev-help@commons.apache.org > >>> > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > >> For additional commands, e-mail: dev-help@commons.apache.org > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > > For additional commands, e-mail: dev-help@commons.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen --00163691fec3ba0c8304a07c8a90--