This is an automated email from the ASF dual-hosted git repository. krisden pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push: new 95c6d08 SOLR-16039: Move CHANGES.txt entry 95c6d08 is described below commit 95c6d085f8e265669e41d58cfc3382265bbed7cb Author: Kevin Risden <kris...@apache.org> AuthorDate: Tue Mar 8 08:47:56 2022 -0500 SOLR-16039: Move CHANGES.txt entry --- solr/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 2e4a4c5..438b89b 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -38,8 +38,6 @@ Other Changes * SOLR-15886: Remove deprecated showItems configuration value from solrconfig.xml files (Andy Lester via Eric Pugh) -* SOLR-16039: Upgrade to Hadoop 3.3.2 (Kevin Risden) - Build --------------------- * SOLR-16053: Upgrade scriptDepVersions (Kevin Risden) @@ -605,6 +603,8 @@ and each individual module's jar will be included in its directory's lib/ folder * SOLR-16074: Use PathUtils.deleteDirectory(path) to try to avoid commons-io IO-751 (Houston Putman, Mike Drob, Kevin Risden) +* SOLR-16039: Upgrade to Hadoop 3.3.2 (Kevin Risden) + Bug Fixes --------------------- * SOLR-15849: Fix the connection reset problem caused by the incorrect use of 4LW with \n when monitoring zooKeeper status (Fa Ming).