Hi, although the smoke teste succeeded by Jenkins: https://jenkins.thetaphi.de/job/Lucene-Release-Tester/6/console
...my manual review ran into problems: - Luke did not start for me, see https://issues.apache.org/jira/browse/LUCENE-10259 (fix is easy, just quotes missing in shell scripts). Because on Windows it uses "javaw" and not "java", you don’t even see an error message which is fatal! So -1 to release (sorry, we need a test with whitespace, e.g. smoketester should check this, but starting luke is hard inside smoker). What looks fine: - Javadocs are very nice the home page of docs folder looks fine - Licenses are OK - The three folders with JAR files are good, very easy to understand. Home dir is also good. I did not do a real project with Maven, because I have no pure-lucene one available. I would need solr-9.0.0, too 😊 Uwe ----- Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Adrien Grand <[email protected]> > Sent: Tuesday, November 23, 2021 9:40 AM > To: Lucene Dev <[email protected]> > Subject: [VOTE] Release Lucene 9.0.0 RC2 > > Please vote for release candidate 2 for Lucene 9.0.0 > > The artifacts can be downloaded from: > https://dist.apache.org/repos/dist/dev/lucene/lucene-9.0.0-RC2-rev- > 95072f3b71e67e308d71a6149323bf7dd04c8f75 > > 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.0.0-RC2-rev- > 95072f3b71e67e308d71a6149323bf7dd04c8f75 > > The vote will be open until 2021-11-26 09:00 UTC. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove (and reason why) > > Here is my +1 > > -- > Adrien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
