This is an automated email from the ASF dual-hosted git repository.
mlbiscoc pushed a commit to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_10x by this push:
new 77e572e569a Reference SOLR-16903 once in CHANGES.txt (#3804)
77e572e569a is described below
commit 77e572e569aac62b4ef295d3e5f47f3252f855b8
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 6ee0daef9a0..e39676322da 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -279,8 +279,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.