Hi,

Policeman Jenkins checked the release for me (https://jenkins.thetaphi.de/job/Lucene-Release-Tester/20/console):

SUCCESS! [1:30:14.639302]
Finished: SUCCESS

I also checked Luke downloaded from the binary JAR and tested Java 19 support:

 * When starting Luke with Java 11 it says in log window that MMapDir
   is not supported (which is correct and was always the case since we
   switched to module system to start Luke, because unmapping does not
   work in module system until you add jdk.unsupported optional module,
   which Luke does not do).
 * When you start Luke with Java 19, it logs to the logger window that
   it has detected Java 19 and that you should pass "--enable-preview"
   to make full use of it.
 * When you start Luke with Java 19 and "--enable-preview", it uses the
   new MMAP implementation! voila!

I also ran the build system manually with Java 19 and all tests succeeded.

+1 to release!

Uwe

Am 26.09.2022 um 17:46 schrieb Michael Sokolov:
Please vote for release candidate 2 for Lucene 9.4.0

The artifacts can be downloaded from:
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

You can run the smoke tester directly with this command:

python3 -u dev-tools/scripts/smokeTestRelease.py \
https://dist.apache.org/repos/dist/dev/lucene/lucene-9.4.0-RC2-rev-0384b4fcad7856ddc574c8b994c814a568ce6d0a

The vote will be open for at least 72 hours i.e. until 2022-09-29 16:00 UTC.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)

Here is my +1

---------------------------------------------------------------------
To unsubscribe, e-mail:dev-unsubscr...@lucene.apache.org
For additional commands, e-mail:dev-h...@lucene.apache.org

--
Uwe Schindler
Achterdiek 19, D-28357 Bremen
https://www.thetaphi.de
eMail:u...@thetaphi.de

Reply via email to