rmuir commented on issue #11801:
URL: https://github.com/apache/lucene/issues/11801#issuecomment-1254139967

   I'm not worried, according to the JEP: https://openjdk.org/jeps/411
   ```
   In feature releases after Java 18, we will degrade other Security Manager 
APIs so that they remain in place but with limited or no functionality. For 
example, we may revise AccessController::doPrivileged simply to run the given 
action, or revise System::getSecurityManager always to return null. This will 
allow libraries that support the Security Manager and were compiled against 
previous Java releases to continue to work without change or even 
recompilation. We expect to remove the APIs once the compatibility risk of 
doing so declines to an acceptable level.
   ```
   
   So it seems these APIs will become "no-ops" first.


-- 
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

Reply via email to