This is an automated email from the ASF dual-hosted git repository.
mlbiscoc pushed a commit to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10_0 by this push:
new 0f1882c25d5 Reference SOLR-16903 once in CHANGES.txt (#3804)
0f1882c25d5 is described below
commit 0f1882c25d58d38bb39d5992412d4fb231032349
Author: Matthew Biscocho <[email protected]>
AuthorDate: Thu Oct 23 17:50:54 2025 +0300
Reference SOLR-16903 once in CHANGES.txt (#3804)
Co-authored-by: Matthew Biscocho <[email protected]>
Consolidate SOLR-16903 entry in CHANGES.txt to one
---
solr/CHANGES.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 9a2ca472e99..af57601313e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -492,8 +492,6 @@ Other Changes
* SOLR-17675: Remove DirContext param from DirectoryFactory.create method.
(Bruno Roustant, David Smiley)
-* SOLR-16903: Switch CoreContainer#getSolrHome to return Path instead of
String (Andrey Bozhko)
-
* SOLR-17682: QueryResponseWriter: refactor the hierarchy. Base abstraction
is now byte oriented,
thus BinaryQueryResponseWriter is gone. Added TextQueryResponseWriter for
the text ones.
Stopped using RawResponseWriter when not needed. Rename
BinaryResponseWriter to JavaBinResponseWriter.