Return-Path: X-Original-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-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 03A4BDEF8 for ; Sun, 22 Jul 2012 19:38:51 +0000 (UTC) Received: (qmail 72559 invoked by uid 500); 22 Jul 2012 19:38:50 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 72543 invoked by uid 500); 22 Jul 2012 19:38:50 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 72535 invoked by uid 99); 22 Jul 2012 19:38:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 19:38:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Janne.Jalkanen@ecyrd.com designates 87.108.86.67 as permitted sender) Received: from [87.108.86.67] (HELO mail.ecyrd.com) (87.108.86.67) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 19:38:43 +0000 Received: from [192.168.0.10] (cs78178071.pp.htv.fi [62.78.178.71]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 581FF135A0F1 for ; Sun, 22 Jul 2012 22:38:21 +0300 (EEST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: 3rd RC? From: Janne Jalkanen In-Reply-To: <28133961.81.1342979077204.JavaMail.florian@ultron> Date: Sun, 22 Jul 2012 22:38:20 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <64A796A9-CEC6-46AC-82C6-E119215E1A6A@ecyrd.com> References: <28133961.81.1342979077204.JavaMail.florian@ultron> To: jspwiki-dev@incubator.apache.org X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Just tag it and I'll build it from that tag :-) /Janne On Jul 22, 2012, at 20:46 , Florian Holeczek wrote: > Hi all, >=20 > I'd consider 2.9.0-incubating-9 to be the third RC. >=20 > Regards > Florian >=20 >=20 > ----- Urspr=FCngliche Mail ----- > Von: "Juan Pablo Santos Rodr=EDguez" > An: jspwiki-dev@incubator.apache.org > Gesendet: Freitag, 6. Juli 2012 00:05:03 > Betreff: 3rd RC? >=20 > Hi, >=20 > couple of days ago I was finally able to solve my problems regarding = the > Lucene exceptions, as sad as it looks, in the most ancient = windows-way: > rebooting (computer at home is up 99% of the time..). So I was feeling = now > would be a good moment to push a new RC, hoping that this time it will > become the first ASF release. Before doing that however, I was = thinking of > pushing a coulpe of small changes: >=20 > - upgrading commons-lang to commons-lang3: aside from the code, this = could > imply upgrading other commons-* libraries, if they do depend on > commons-lang and don't know if that would cause to 3rd party plugins, = if > they do depend on that library. Another possibility could be simply = upgrade > commons-lang to 2.6, which is the latest from 2.x and most probably = won't > break anything. >=20 > - a small refactor on LuceneSearchProvider (#1), mainly lines 505-530, = to > retrieve and close Lucene indexes. Have that small change from days = ago, > when I was pursuing ghosts; the functionally of the class remains = exactly > the same, it's just a bit tinier. >=20 > WDYT? Does anyone want to push in (or get pushed in) any other thing = before > making the next RC? >=20 >=20 > br, > juan pablo >=20 > [#1] > = http://people.apache.org/~juanpablo/coverage_2.9.0-incubating-3/org.apache= .wiki.search.LuceneSearchProvider.html