I'll reapply it separately, no problem.
On Tue, Sep 30, 2025 at 5:49 PM Uwe Schindler <[email protected]> wrote: > Dawid, > > this commit is missing on Github. > > Uwe > > Am 30.09.2025 um 09:05 schrieb [email protected]: > > This is an automated email from the ASF dual-hosted git repository. > > > > dweiss pushed a commit to branch main > > in repository https://gitbox.apache.org/repos/asf/lucene.git > > > > > > The following commit(s) were added to refs/heads/main by this push: > > new 978b2d38495 Fix smoke tester test workflow to run with Java 25 > (#15260) > > 978b2d38495 is described below > > > > commit 978b2d38495c87a5274912f2ab37cd7ad5f1c72e > > Author: Dawid Weiss <[email protected]> > > AuthorDate: Tue Sep 30 09:05:13 2025 +0200 > > > > Fix smoke tester test workflow to run with Java 25 (#15260) > > > > * Fix smoke tester test workflow to run with Java 25 #15236. > > * Adding unsupported indexes for 9.12.3 for the smoke tester. > > --- > > .github/workflows/run-nightly-smoketester.yml | 2 +- > > dev-tools/scripts/releaseWizard.py | 2 +- > > .../lucene/backward_index/unsupported.9.12.3-cfs.zip | Bin 0 -> > 17363 bytes > > .../lucene/backward_index/unsupported.9.12.3-nocfs.zip | Bin 0 -> > 17367 bytes > > .../backward_index/unsupported.int7_hnsw.9.12.3.zip | Bin 0 -> 5443 > bytes > > .../backward_index/unsupported.sorted.9.12.3.zip | Bin 0 -> > 137005 bytes > > 6 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/.github/workflows/run-nightly-smoketester.yml > b/.github/workflows/run-nightly-smoketester.yml > > index 16dff00252b..05f70a87d6e 100644 > > --- a/.github/workflows/run-nightly-smoketester.yml > > +++ b/.github/workflows/run-nightly-smoketester.yml > > @@ -45,7 +45,7 @@ jobs: > > # This intentionally lists two versions, the last one is > used as the system default (for running gradle). > > java-version: | > > ${{ matrix.java-version }} > > - 24 > > + 25 > > > > - name: Echo diagnostic paths and locations > > run: | > > diff --git a/dev-tools/scripts/releaseWizard.py > b/dev-tools/scripts/releaseWizard.py > > index 61326f01d33..951a75c5c26 100755 > > --- a/dev-tools/scripts/releaseWizard.py > > +++ b/dev-tools/scripts/releaseWizard.py > > @@ -1312,7 +1312,7 @@ def main(): > > > > state.save() > > > > - # Smoketester requires JAVA11_HOME to point to Java11 > > + # Smoketester requires JAVA_HOME to point to the minimum Java > required to build the project. > > os.environ["JAVA_HOME"] = state.get_java_home() > > os.environ["JAVACMD"] = state.get_java_cmd() > > > > diff --git > a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-cfs.zip > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-cfs.zip > > new file mode 100644 > > index 00000000000..f4e599a012a > > Binary files /dev/null and > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-cfs.zip > differ > > diff --git > a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-nocfs.zip > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-nocfs.zip > > new file mode 100644 > > index 00000000000..7b249b734c2 > > Binary files /dev/null and > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.9.12.3-nocfs.zip > differ > > diff --git > a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.int7_hnsw.9.12.3.zip > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.int7_hnsw.9.12.3.zip > > new file mode 100644 > > index 00000000000..5288def7a67 > > Binary files /dev/null and > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.int7_hnsw.9.12.3.zip > differ > > diff --git > a/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.sorted.9.12.3.zip > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.sorted.9.12.3.zip > > new file mode 100644 > > index 00000000000..3935ec57b1f > > Binary files /dev/null and > b/lucene/backward-codecs/src/test/org/apache/lucene/backward_index/unsupported.sorted.9.12.3.zip > differ > > > -- > Uwe Schindler > Achterdiek 19, D-28357 Bremen > https://www.thetaphi.de > eMail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
