dsmiley commented on code in PR #3852:
URL: https://github.com/apache/solr/pull/3852#discussion_r2535806378


##########
solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-10.adoc:
##########
@@ -72,6 +72,10 @@ That no longer happens in Solr 10.  It is only used to load 
a configuration as a
 
 * Starting in 10, the Maven POM for SolrJ does not refer to SolrJ modules like 
ZooKeeper.  If you require such functionality, you need to add additional 
dependencies.
 
+* Classes using Jetty HttpClient have been extracted to a new module 
"solrj-jetty" and moved to a new package `org.apache.solr.solrj.jetty`, and 
possibly renamed.
+Renames: `Http2SolrClient` to `HttpJettySolrClient`, 
`ConcurrentUpdateHttp2SolrClient` to `ConcurrentUpdateJettySolrClient`, 
`LBHttp2SolrClient` to `LBAsyncSolrClient`, adding LBJettySolrClient.

Review Comment:
   These are nocommits; I was going to do them today but instead I'm going to 
spend time splitting up the work and defer the bigger renames.



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