Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDE14D709 for ; Wed, 25 Jul 2012 11:51:47 +0000 (UTC) Received: (qmail 91531 invoked by uid 500); 25 Jul 2012 11:51:47 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 91349 invoked by uid 500); 25 Jul 2012 11:51:42 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 91294 invoked by uid 99); 25 Jul 2012 11:51:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 11:51:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of julian.reschke@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 25 Jul 2012 11:51:31 +0000 Received: (qmail invoked by alias); 25 Jul 2012 11:51:10 -0000 Received: from mail.greenbytes.de (EHLO [192.168.1.140]) [217.91.35.233] by mail.gmx.net (mp030) with SMTP; 25 Jul 2012 13:51:10 +0200 X-Authenticated: #1915285 X-Provags-ID: V01U2FsdGVkX1/9Ugdu5av9JoDOwCjNovCcyjHpPmM4nyZhKugQ1e p2goRY0w91S7O7 Message-ID: <500FDDAC.20704@gmx.de> Date: Wed, 25 Jul 2012 13:51:08 +0200 From: Julian Reschke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: oak-dev@jackrabbit.apache.org CC: Jukka Zitting Subject: Re: Using Guava instead of Commons Collections References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 2012-07-25 12:09, Jukka Zitting wrote: > Hi, > > As you may have noticed (OAK-200), I recently took the liberty of > replacing our Commons Collections dependency with the Guava library > [1]. > > Guava is essentially a charged-up version of Commons Colletions, with > support for generics and some features of Commons IO, Lang, etc. > thrown in. See the Guava User Guide [2] for a description of the > available functionality. +1 If this sticks, we should think about using it in Jackrabbit "classic" as well. Best regards, Julian