dsmiley commented on code in PR #3838: URL: https://github.com/apache/solr/pull/3838#discussion_r2503683150
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc: ########## @@ -196,9 +196,10 @@ Nowadays, the HTTP request is available via internal APIs: `SolrQueryRequest.get * There is no longer a distinction between trusted and untrusted configSets; all configSets are now considered trusted. To ensure security, Solr should be properly protected using authentication and authorization mechanisms, allowing only authorized users with administrative privileges to publish them. -=== Upgrade to Jetty 12.x +=== Upgrade to Jetty 12.x and Jakarta namespace Solr upgraded to Jetty 12.x from 10.x as Jetty 10 and 11 have reached end-of-life support. Jetty 12.x requires Java 17 or newer and is fully compatible with Solr's new minimum requirement of Java 21. This upgrade brings support for modern HTTP protocols and adopts the Jakarta EE 10 namespace. For more details, see https://webtide.com/jetty-12-has-arrived/. +This migration marks the point at which Solr no longer includes _any_ JAR with "javax" in it -- the Jakarta migration is complete. Review Comment: The one-liner command in the PR description validates this. And the adjacent PR #3839 improves the smoketester to validate it. -- 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]
