janhoy commented on code in PR #3153:
URL: https://github.com/apache/solr/pull/3153#discussion_r2333368510


##########
solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-9.adoc:
##########
@@ -74,6 +74,10 @@ 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 has removed support for the Security Manager starting with Java 24; 
therefore, Solr will disable this feature when run with Java 24 or later. Solr 
previously used the Security Manager to provide an additional layer of 
protection against unintended file system access, network access, and process 
execution. Users upgrading to Java 24 or later should review their security 
practices and consider alternative measures, such as running Solr in containers 
or implementing additional operating system-level controls.

Review Comment:
   This is my latest suggestion for upgrade-notes phrasing related to Java 24 
and JSM, inspired by Copilot.



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

Reply via email to