mbien commented on PR #7460: URL: https://github.com/apache/netbeans/pull/7460#issuecomment-2185432876
I just noticed that lucene turns off its vector binding on JDK 23 which is a bit unfortunate (although I understand why they had to do that). Maybe there will be another lucene release before NB 23 is out so we can update it in time. ``` WARNING [org.apache.lucene.internal.vectorization.VectorizationProvider]: You are running with Java 23 or later. To make full use of the Vector API, please update Apache Lucene. ``` PR updated, it sets only the native access flag now -- 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] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
