uschindler commented on PR #14942: URL: https://github.com/apache/lucene/pull/14942#issuecomment-3066954781
I have a workaround, the trick is to explicitely add a signature for the above reported "auto-failures" due to `jdk-nonportable`. After that set the signatures to "SUPPRESS". Will commit the fix. After that we can add separate signatures copied from Robert's other PR. I will still open an Issue on forbiddenapis that supressing signatures does not work in the current framework. Basically the setup of the whole new infratcructure is not that good. The "shitelist" signatures should be listed as normal signatures and whenever you have a violation, the violation is checked against the whitelist in the same way. Currently you can only suppress signatures which are also added before "as-is". That's the trick I use. -- 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