stevenschlansker opened a new issue, #11801: URL: https://github.com/apache/lucene/issues/11801
### Description Java is removing the SecurityManager and AccessController. Running Lucene build under Java 17 emits a lot of warnings: ``` WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release ``` In a future release, this will break the build. Lucene should remove all uses of SecurityManager and AccessController to work in future Java versions. -- 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.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