Hi Alejandro, Yes, I meant different JDK providers and OS combinations.
Solr 10 server has a minimum Java version requirement of JDK21. On Wed, Jan 21, 2026 at 2:28 PM Arrieta, Alejandro < [email protected]> wrote: > Hello Anshum, > > The Solr 10 dev doc says to use java 21 to compile and the Solr 10 user doc > says to use java 21 to execute. > When you say: > "variety of machines and JVMs." > you mean different providers of JDK like oracle, temurin, etc. or other jdk > versions? Which JDK versions are supported in Solr 10 to test execution on > them too. > > Kind Regards, > Alejandro Arrieta > > On Wed, Jan 21, 2026 at 7:17 PM Anshum Gupta <[email protected]> wrote: > > > Hi everyone, > > > > Thank you for your patience with the multiple release candidates for > > releasing Solr 10. > > > > Please vote for *Release Candidate 3* for Solr 10.0.0 > > > > If you already voted for RC2, please note that there are *no code changes > > in this RC as compared to the previous one* and it'd be great if you > could > > cast your vote for this one as well. > > > > *An important note for non-committers:* Your vote counts! Please test and > > vote for this RC and help us in releasing a candidate that's tested by > > multiple people, across multiple platforms, on a variety of machines and > > JVMs. > > > > Thank you for your vote and involvement in the Apache Solr project. > > > > The artifacts can be downloaded from: > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC3-rev-016965ccedaea5bb1261bd772bc4dadd528abbac > > > > You can run the smoke tester directly with this command: > > > > python3 -u dev-tools/scripts/smokeTestRelease.py \ > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC3-rev-016965ccedaea5bb1261bd772bc4dadd528abbac > > > > You can build a release-candidate of the official docker images (full & > > slim) using the following command: > > > > SOLR_DOWNLOAD_SERVER= > > > > > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC3-rev-016965ccedaea5bb1261bd772bc4dadd528abbac/solr > > && > > < > https://dist.apache.org/repos/dist/dev/solr/solr-10.0.0-RC3-rev-016965ccedaea5bb1261bd772bc4dadd528abbac/solr&& > > > > \ > > docker build > $SOLR_DOWNLOAD_SERVER/10.0.0/docker/Dockerfile.official-full > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:10.0.0-3 && \ > > docker build > $SOLR_DOWNLOAD_SERVER/10.0.0/docker/Dockerfile.official-slim > > \ > > --build-arg SOLR_DOWNLOAD_SERVER=$SOLR_DOWNLOAD_SERVER \ > > -t solr-rc:10.0.0-3-slim > > > > The > > *vote will be open for at least 5 days i.e. until 2026-01-26 23:00 UTC.* > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove (and reason why) > > > > Here is my +1. > > SUCCESS! [0:48:11.146422] > > >
