Re: [VOTE] Release PyLucene 8.11.0 rc2

2021-12-10 Thread Jeff Breidenbach
+1

On Fri, Dec 10, 2021 at 2:33 PM Andi Vajda  wrote:

>
> The rc1 vote failed because of a bug fix in JCC that helps with detecting
> the Temurin JDK - available from https://adoptium.net.
> IIUC, the Temurin JDK supercedes AdoptOpenJDK.
>
> Please vote on PyLucene 8.11.0 rc2 instead. These release artifacts were
> built
> and tested with Temurin JDK 17.
>
> 
>
> The PyLucene 8.11.0 (rc2) release tracking the recent release of
> Apache Lucene 8.11.0 is ready.
>
> This should be the last of the PyLucene 8.x releases (!) since Lucene 9.0
> is
> now available.
>
> A release candidate is available from:
>https://dist.apache.org/repos/dist/dev/lucene/pylucene/8.11.0-rc2/
>
> PyLucene 8.11.0 is built with JCC 3.11, included in these release
> artifacts.
>
> JCC 3.11 supports Python 3.3 up to Python 3.9 (in addition to Python 2.3+).
> JCC 3.11 supports building PyLucene with JDK 17 Apple M1.
> PyLucene may be built with Python 2 or Python 3.
>
> Please vote to release these artifacts as PyLucene 8.11.0.
> Anyone interested in this release can and should vote !
>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
> https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
>
> pps: here is my +1
>


[VOTE] Release PyLucene 8.11.0 rc2

2021-12-10 Thread Andi Vajda



The rc1 vote failed because of a bug fix in JCC that helps with detecting
the Temurin JDK - available from https://adoptium.net.
IIUC, the Temurin JDK supercedes AdoptOpenJDK.

Please vote on PyLucene 8.11.0 rc2 instead. These release artifacts were built
and tested with Temurin JDK 17.

   

The PyLucene 8.11.0 (rc2) release tracking the recent release of
Apache Lucene 8.11.0 is ready.

This should be the last of the PyLucene 8.x releases (!) since Lucene 9.0 is 
now available.


A release candidate is available from:
  https://dist.apache.org/repos/dist/dev/lucene/pylucene/8.11.0-rc2/

PyLucene 8.11.0 is built with JCC 3.11, included in these release artifacts.

JCC 3.11 supports Python 3.3 up to Python 3.9 (in addition to Python 2.3+).
JCC 3.11 supports building PyLucene with JDK 17 Apple M1.
PyLucene may be built with Python 2 or Python 3.

Please vote to release these artifacts as PyLucene 8.11.0.
Anyone interested in this release can and should vote !

Thanks !

Andi..

ps: the KEYS file for PyLucene release signing is at:
https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS

pps: here is my +1


[jira] [Resolved] (PYLUCENE-61) `adoptopenjdk` succeeded by `temurin` on macOS.

2021-12-10 Thread Andi Vajda (Jira)


 [ 
https://issues.apache.org/jira/browse/PYLUCENE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Vajda resolved PYLUCENE-61.

Resolution: Fixed

Committed revision 1895796.

> `adoptopenjdk` succeeded by `temurin` on macOS.
> ---
>
> Key: PYLUCENE-61
> URL: https://issues.apache.org/jira/browse/PYLUCENE-61
> Project: PyLucene
>  Issue Type: Bug
> Environment: macOS
>Reporter: A. Coady
>Priority: Major
>
> {code:java}
> % brew info adoptopenjdk
> adoptopenjdk: 16.0.1,9
> https://adoptopenjdk.net/
> /usr/local/Caskroom/adoptopenjdk/16.0.1,9 (196.9MB)
> From: 
> https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/adoptopenjdk.rb
> ==> Name
> AdoptOpenJDK Java Development Kit
> ==> Description
> JDK from the Java User Group (JUG)
> ==> Artifacts
> OpenJDK16U-jdk_x64_mac_hotspot_16.0.1_9.pkg (Pkg)
> ==> Caveats
> Temurin is the official successor to this software:
>   brew install --cask temurin
> adoptopenjdk has been officially discontinued upstream.
> It may stop working correctly (or at all) in recent versions of macOS.
> {code}
> The support for `darwin/adoptopenjdk` in `setup.py` is based on checking 
> whether `adoptopenjdk` is in `JAVAHOME`. Under `temurin`, the check defaults 
> to `darwin/home`, breaking the paths for `INCLUDES` and `LFLAGS`.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


Re: [VOTE] Release PyLucene 8.11.0

2021-12-10 Thread Michael McCandless
+1

I ran my usual smoke test -- building and installing the src, and then
indexing first 100K English Wikipedia docs, force merging to one segment,
and running a couple searches successfully.

Mike

On Fri, Dec 10, 2021 at 4:03 PM Nelia Vb  wrote:

> +1
>
> On Fri, Dec 10, 2021 at 9:34 PM Andi Vajda  wrote:
> >
> >
> > The PyLucene 8.11.0 (rc1) release tracking the recent release of
> > Apache Lucene 8.11.0 is ready.
> >
> > This should be the last of the PyLucene 8.x releases (!) since Lucene 9.0
> > is now available.
> >
> > A release candidate is available from:
> > https://dist.apache.org/repos/dist/dev/lucene/pylucene/8.11.0-rc1/
> >
> > PyLucene 8.11.0 is built with JCC 3.11, included in these release
> artifacts.
> >
> > JCC 3.11 supports Python 3.3 up to Python 3.9 (in addition to Python
> 2.3+).
> > JCC 3.11 supports building PyLucene with JDK 17 early access on Apple M1.
> > PyLucene may be built with Python 2 or Python 3.
> >
> > Please vote to release these artifacts as PyLucene 8.11.0.
> > Anyone interested in this release can and should vote !
> >
> > Thanks !
> >
> > Andi..
> >
> > ps: the KEYS file for PyLucene release signing is at:
> > https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
> > https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
> >
> > pps: here is my +1
>
-- 
Mike McCandless

http://blog.mikemccandless.com


Re: [VOTE] Release PyLucene 8.11.0

2021-12-10 Thread Nelia Vb
+1

On Fri, Dec 10, 2021 at 9:34 PM Andi Vajda  wrote:
>
>
> The PyLucene 8.11.0 (rc1) release tracking the recent release of
> Apache Lucene 8.11.0 is ready.
>
> This should be the last of the PyLucene 8.x releases (!) since Lucene 9.0
> is now available.
>
> A release candidate is available from:
> https://dist.apache.org/repos/dist/dev/lucene/pylucene/8.11.0-rc1/
>
> PyLucene 8.11.0 is built with JCC 3.11, included in these release artifacts.
>
> JCC 3.11 supports Python 3.3 up to Python 3.9 (in addition to Python 2.3+).
> JCC 3.11 supports building PyLucene with JDK 17 early access on Apple M1.
> PyLucene may be built with Python 2 or Python 3.
>
> Please vote to release these artifacts as PyLucene 8.11.0.
> Anyone interested in this release can and should vote !
>
> Thanks !
>
> Andi..
>
> ps: the KEYS file for PyLucene release signing is at:
> https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
> https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS
>
> pps: here is my +1


[VOTE] Release PyLucene 8.11.0

2021-12-10 Thread Andi Vajda



The PyLucene 8.11.0 (rc1) release tracking the recent release of
Apache Lucene 8.11.0 is ready.

This should be the last of the PyLucene 8.x releases (!) since Lucene 9.0 
is now available.


A release candidate is available from:
   https://dist.apache.org/repos/dist/dev/lucene/pylucene/8.11.0-rc1/

PyLucene 8.11.0 is built with JCC 3.11, included in these release artifacts.

JCC 3.11 supports Python 3.3 up to Python 3.9 (in addition to Python 2.3+).
JCC 3.11 supports building PyLucene with JDK 17 early access on Apple M1.
PyLucene may be built with Python 2 or Python 3.

Please vote to release these artifacts as PyLucene 8.11.0.
Anyone interested in this release can and should vote !

Thanks !

Andi..

ps: the KEYS file for PyLucene release signing is at:
https://dist.apache.org/repos/dist/release/lucene/pylucene/KEYS
https://dist.apache.org/repos/dist/dev/lucene/pylucene/KEYS

pps: here is my +1