You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-dev@lucene.apache.org by Andi Vajda <va...@apache.org> on 2013/08/17 16:43:26 UTC

Re: [VOTE] Release PyLucene 4.3.1-1

On Mon, 1 Jul 2013, Michael McCandless wrote:

> On Sun, Jun 30, 2013 at 10:41 PM, Andi Vajda <va...@apache.org> wrote:
>
>> And I have now reproduced the problem by forcing '/usr/bin/javac' to be the
>> one installed by Oracle's JDK 1.7, even though the original /usr/bin/javac
>> reported version 1.7.25. Sheesh, this is user hostile.
>>
>> Using Oracle's javac to compile Lucene causes the problem to reproduce.
>
> Phew, I'm glad you're able to reproduce, and it's spooky that
> compiling Lucene w/ Java7 causes what should be an AtomicReader to
> become an IndexReader...

This bug is now fixed and was due to JCC's wrapping of synthetic methods.
JCC was fixed to skip synthetic methods and now all tests pass.

Given that the Lucene 4.4.0 happened a few weeks ago, I'm dropping this one 
in favor of a PyLucene 4.4.0-1 release candidate just now made ready.

Andi..

>
> Mike McCandless
>
> http://blog.mikemccandless.com
>