This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 3ef3d093c06 SOLR-18368: remove
CloudSolrClient.Builder.withInternalClientBuilder (#4782)
3ef3d093c06 is described below
commit 3ef3d093c068b46431b6c7190d4706f5f599eaf7
Author: Serhiy Bzhezytskyy <[email protected]>
AuthorDate: Tue Aug 25 01:18:02 2026 +0300
SOLR-18368: remove CloudSolrClient.Builder.withInternalClientBuilder (#4782)
---
.../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 e593debc614..a9b8c4ed1cd 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
*