This is an automated email from the ASF dual-hosted git repository. jdyer pushed a commit to branch branch_10_0 in repository https://gitbox.apache.org/repos/asf/solr.git
commit dda36e51fa3cb8e75fd44b7d03a7cb4ab12f10d6 Author: jdyer1 <[email protected]> AuthorDate: Fri Oct 17 11:17:28 2025 -0500 SOLR-17771: CHANGES.txt entry --- solr/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5109fdee5f9..1affa8e6ad5 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -82,6 +82,8 @@ Improvements * SOLR-17943: `Http2ClusterStateProvider` now also can work with `HttpJdkSolrClient`. (James Dyer) +* SOLR-17771: `CloudHttp2SolrClient.Builder` now also can work with `HttpJdkSolrClient`. (James Dyer) + Optimizations --------------------- @@ -193,6 +195,8 @@ Deprecation Removals * SOLR-17182: Remove `solr.useExitableDirectoryReader` property. (Andrzej Bialecki) +* SOLR-17771: Remove `CloudSolrClient.Builder`. (James Dyer) + Dependency Upgrades --------------------- * PR#3662: Update com.github.spotbugs:spotbugs-annotations to v4.9.6 (solrbot) @@ -577,6 +581,8 @@ Other Changes * SOLR-17952: Stream decorator test refactoring - use underscore rather than dot in aliases (Andy Webb) +* SOLR-17771: Deprecate `CloudSolrClient.Builder` in favor of `CloudHttp2SolrClient.Builder`. (James Dyer) + ================== 9.9.1 ================== Bug Fixes ---------------------
