boris-petrov opened a new issue, #16317: URL: https://github.com/apache/lucene/issues/16317
### Description I get [this](https://github.com/apache/lucene/blob/releases/lucene/10.5.0/lucene/core/src/java/org/apache/lucene/internal/vectorization/VectorizationProvider.java#L160C52-L160C77) warning when using Lucene in GraalVM. But GraalVM supposedly [fully supports](https://github.com/oracle/graal/issues/10285#issuecomment-3031854334) the Vector API now. So perhaps remove this check and let it use it? -- 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]
