ChrisHegarty opened a new pull request, #15157: URL: https://github.com/apache/lucene/pull/15157
This commit updates the Vectorization Provider to support JDK 25. The API has not changed so the changes minimally bump the major JDK check, and enable the incubating API during testing. JDK 25 is past rampdown phase 2. I tested this locally with: ``` export RUNTIME_JAVA_HOME=/Users/chegar/binaries/jdk-25.jdk/Contents/Home/ export JAVA_HOME=/Users/chegar/binaries/jdk-24.0.2.jdk/Contents/Home/ CI=true ./gradlew check -Ptests.vectorsize="default" -Ptests.forceintegervectors=false ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
