This is an automated email from the ASF dual-hosted git repository.

dsmiley pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 62886913954f8f9dcbfdf2284030687e08cdd1de
Author: Serhiy Bzhezytskyy <[email protected]>
AuthorDate: Tue Aug 25 01:18:02 2026 +0300

    SOLR-18368: remove CloudSolrClient.Builder.withInternalClientBuilder (#4782)
    
    (cherry picked from commit 3ef3d093c068b46431b6c7190d4706f5f599eaf7)
---
 .../unreleased/SOLR-18368-remove-withinternalclientbuilder.yml     | 7 +++++++
 .../java/org/apache/solr/client/solrj/impl/CloudSolrClient.java    | 6 ------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git 
a/changelog/unreleased/SOLR-18368-remove-withinternalclientbuilder.yml 
b/changelog/unreleased/SOLR-18368-remove-withinternalclientbuilder.yml
new file mode 100644
index 00000000000..cd20ff93b59
--- /dev/null
+++ b/changelog/unreleased/SOLR-18368-remove-withinternalclientbuilder.yml
@@ -0,0 +1,7 @@
+title: Remove the deprecated CloudSolrClient.Builder.withInternalClientBuilder 
method; use withHttpClientBuilder instead.
+type: removed
+authors:
+  - name: Serhiy Bzhezytskyy
+links:
+  - name: SOLR-18368
+    url: https://issues.apache.org/jira/browse/SOLR-18368
diff --git 
a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java 
b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java
index 220f1a72f64..53d759dd8bb 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/impl/CloudSolrClient.java
@@ -1592,12 +1592,6 @@ public abstract class CloudSolrClient extends SolrClient 
{
       return this;
     }
 
-    @Deprecated(since = "9.10")
-    public Builder withInternalClientBuilder(
-        HttpSolrClient.BuilderBase<?, ?> internalClientBuilder) {
-      return withHttpClientBuilder(internalClientBuilder);
-    }
-
     /**
      * Sets the Zk connection timeout
      *

Reply via email to