ChrisHegarty opened a new pull request, #16257: URL: https://github.com/apache/lucene/pull/16257
This commit updates the Vectorization Provider to support JDK 26. The API has not changed so the changes minimally bump the major JDK check, and enable the incubating API during testing. JDK 26 reached General Availability on 17 March 2026. I tested locally with: ``` export RUNTIME_JAVA_HOME=/Users/chegar/binaries/jdk-26.jdk/Contents/Home/ export JAVA_HOME=/Users/chegar/binaries/jdk-25.jdk/Contents/Home/ CI=true ./gradlew check -Ptests.vectorsize="default" -Ptests.forceintegervectors=false ``` similar to what we did for previous JDK versions, see #15157 -- 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]
