uschindler commented on code in PR #14942: URL: https://github.com/apache/lucene/pull/14942#discussion_r2203226782
########## lucene/core/src/java24/org/apache/lucene/internal/vectorization/PanamaVectorUtilSupport.java: ########## @@ -50,6 +50,7 @@ * * Setting these properties will make this code run EXTREMELY slow! */ +@SuppressForbidden(reason = "vectors module is allowed here") Review Comment: I wonder why this complains at all. Did you commit any vector forbids? -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org