File tree Expand file tree Collapse file tree
solrj/src/java/org/apache/solr/client/solrj/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ Other Changes
7373
7474* SOLR-17956: XLSXResponseWriter has been deprecated and will be removed in a future release. (Jan Høydahl)
7575
76+ * SOLR-17771: Deprecate `CloudSolrClient.Builder` in favor of `CloudHttp2SolrClient.Builder`. (James Dyer)
77+
7678================== 9.9.1 ==================
7779Bug Fixes
7880---------------------
Original file line number Diff line number Diff line change @@ -124,7 +124,12 @@ public abstract class CloudSolrClient extends SolrClient {
124124
125125 protected volatile Object [] locks = objectList (3 );
126126
127- /** Constructs {@link CloudSolrClient} instances from provided configuration. */
127+ /**
128+ * Constructs {@link CloudSolrClient} instances from provided configuration.
129+ *
130+ * @deprecated Please use {@link CloudHttp2SolrClient.Builder}
131+ */
132+ @ Deprecated
128133 public static class Builder extends CloudHttp2SolrClient .Builder {
129134
130135 /**
You can’t perform that action at this time.
0 commit comments