This is an automated email from the ASF dual-hosted git repository. jdyer pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 4bde93cf57904b8f318638ec475c762c710e88f3 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 687d3f7d153..8c4f8420ce3 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -107,6 +107,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 --------------------- @@ -218,6 +220,8 @@ Deprecation Removals * SOLR-17182: Remove `solr.useExitableDirectoryReader` property. (Andrzej Bialecki) +* SOLR-17771: Remove `CloudSolrClient.Builder`. (James Dyer) + Dependency Upgrades --------------------- @@ -369,6 +373,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 ---------------------
