You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/03/08 10:37:09 UTC

[GitHub] [solr] janhoy commented on a change in pull request #732: SOLR-15223 Deprecate HttpSolrClient and friends in 9.0

janhoy commented on a change in pull request #732:
URL: https://github.com/apache/solr/pull/732#discussion_r821535941



##########
File path: solr/solrj/src/java/org/apache/solr/client/solrj/impl/SolrClientCloudManager.java
##########
@@ -47,7 +47,13 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/** Class that implements {@link SolrCloudManager} using a SolrClient */
+/**
+ * Class that implements {@link SolrCloudManager} using a SolrClient. TODO: Write a Http2 version of
+ * this class
+ *
+ * @deprecated Please look into using Solr's new Http2 clients
+ */
+@Deprecated(since = "9.0")

Review comment:
       Perhaps this class also can survive, if it is updated to use `CloudHttp2SolrClient`




-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org