HoustonPutman commented on PR #1765: URL: https://github.com/apache/solr/pull/1765#issuecomment-1625992983
Unfortunately `MethodHandles.lookup().ensureInitialited(VectorUtil.class)` is only allowed in Java 15+, and Solr is on Java 11. We could always just do a quick: ```java VectorUtil.dotProduct(new byte[0], new byte[0]); ``` This works, so will probably commit separately. Do we need to be worried about the security manager stuff, or will the lucene hack work around it for us? -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org