dsmiley commented on code in PR #3153: URL: https://github.com/apache/solr/pull/3153#discussion_r2333795903
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc: ########## @@ -74,6 +74,9 @@ Due to changes in Lucene 9, that isn't possible any more. SolrJ users not using SolrClients that use Apache HttpClient can safely exclude those dependencies. SolrJ users not using SolrClients that use Jetty HttpClient can safely exclude those dependencies. +=== Java Security Manager +Java removed support for the Security Manager starting with Java 24, therefore Solr will disable the feature when run with Java 24 or later. + Review Comment: Even on bare metal, the OS can run services on different accounts. And I believe some OS's have sandboxing means similar to a container. -- 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]
