uschindler commented on PR #14939: URL: https://github.com/apache/lucene/pull/14939#issuecomment-3065121923
Basically we should add a simple git-grep rule only that checks: Fail build if any `module-info.java` contains 'jdk.incubator.vector': ``` $ git grep jdk.incubator.vector **/module-info.java ``` this creates no positives yet. I know sometimes try to do that in the jmh-module, so I'd add this simple grep. -- 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