ChrisHegarty opened a new pull request, #16284: URL: https://github.com/apache/lucene/pull/16284
The `vectorIncubatorJavaVersions` set controls whether `--add-modules jdk.incubator.vector` is passed to test JVMs. Java 25 and 26 were missing, which meant tests run with `RUNTIME_JAVA_HOME` pointing to JDK 25 or 26 would silently skip the vector incubator module, tests would pass but without exercising the Panama vectorization code paths. This change aligns `branch_10x` with what main already has in `TestsAndRandomizationPlugin.java`. -- 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]
