This is an automated email from the ASF dual-hosted git repository.
jdyer 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 10039fdd22f SOLR-17771: CHANGES.txt entry
10039fdd22f is described below
commit 10039fdd22f0014a3177cf99c81a71dbea2ca48f
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 47c400d77c6..8d209d7b4d3 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -134,6 +134,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
---------------------
@@ -245,6 +247,8 @@ Deprecation Removals
* SOLR-17182: Remove `solr.useExitableDirectoryReader` property. (Andrzej
Bialecki)
+* SOLR-17771: Remove `CloudSolrClient.Builder`. (James Dyer)
+
Dependency Upgrades
---------------------
@@ -396,6 +400,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
---------------------