uschindler commented on issue #15246: URL: https://github.com/apache/lucene/issues/15246#issuecomment-3344332758
Forbiddenapis supports Java 25 out of box, only the bundled signatures won't work (as it won't find them). As workaround you can hardcode the version number into the bundled signatures (just append `-24` to `jdk-deprecated` and `jdk-unsafe`). Of course this won't detect new deprecated calls, but the unsafe signatures won't change anyways. In next forbiddenapis I am planning to have an automatic fallback (also for `commons-io-unsafe`) so it chooses a signature file with next available version (and log warning). -- 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]
