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 c863e632e5f SOLR-18380: fix changelog overclaim about the legacy
Builder constructor (#4813)
c863e632e5f is described below
commit c863e632e5f75c92e64507dd41c0979f40e7c1ad
Author: Serhiy Bzhezytskyy <[email protected]>
AuthorDate: Wed Aug 26 05:59:43 2026 +0300
SOLR-18380: fix changelog overclaim about the legacy Builder constructor
(#4813)
---
.../SOLR-18380-remove-cloudsolrclient-connect-and-legacy-builder.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/changelog/unreleased/SOLR-18380-remove-cloudsolrclient-connect-and-legacy-builder.yml
b/changelog/unreleased/SOLR-18380-remove-cloudsolrclient-connect-and-legacy-builder.yml
index 662c75159a7..6eaaece3ad0 100644
---
a/changelog/unreleased/SOLR-18380-remove-cloudsolrclient-connect-and-legacy-builder.yml
+++
b/changelog/unreleased/SOLR-18380-remove-cloudsolrclient-connect-and-legacy-builder.yml
@@ -1,5 +1,5 @@
# See https://github.com/apache/solr/blob/main/dev-docs/changelog.adoc
-title: Remove the deprecated CloudSolrClient.connect() and connect(long,
TimeUnit) methods, ClusterStateProvider.connect(), and the
CloudSolrClient.Builder(List, Optional) constructor. Call
ClusterStateProvider.getLiveNodes() to force a connection, and build with the
connection-string constructor, which also honours a chroot inside the string.
+title: Remove the deprecated CloudSolrClient.connect() and connect(long,
TimeUnit) methods, and ClusterStateProvider.connect(). Call
ClusterStateProvider.getLiveNodes() to force a connection instead.
type: removed
authors:
- name: Serhiy Bzhezytskyy