Skip to content

Commit aeeba8f

Browse files
committed
SOLR-17771: Deprecate CloudSolrClient.Builder in favor of CloudHttp2SolrClient.Builder
1 parent 65595e4 commit aeeba8f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

solr/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 ==================
7779
Bug Fixes
7880
---------------------

solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)