uschindler commented on code in PR #14942: URL: https://github.com/apache/lucene/pull/14942#discussion_r2203229017
########## 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: Maybe I know, have to figure out after breakfast: I thought we disable the "jdk-nonportable" bundled signature here: https://github.com/apache/lucene/blob/ac45d992c2f6189d2a0bffc2c0c6effc87c5d370/build-tools/build-infra/src/main/java/org/apache/lucene/gradle/plugins/java/ApplyForbiddenApisPlugin.java#L117 But we don't do yet. I have the feeling that forbidden now complains because it sees blacklisted classes.... -- 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