You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/10/07 20:24:01 UTC

[lucene-solr] 02/03: Revert "Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9"

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 7a5219c62e632852c07736915db81980a9e499e7
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Wed Oct 7 14:22:30 2020 -0600

    Revert "Fix changes to indicate SOLR-14659 fixed in 8.7 vs. 9"
    
    This reverts commit 01e1a7b35698174310ceb2b496129ea73713b993.
---
 solr/CHANGES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index ab3eafe..0780d84 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -126,6 +126,8 @@ Other Changes
 
 * SOLR-14036: Remove distrib=false from /terms handler's default parameters (David Smiley, Munendra S N)
 
+* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble)
+
 * SOLR-14829: Cleanup the documentation for Request Handlers and Search Components (Alexandre Rafalovitch)
 
 * SOLR-10370: ReplicationHandler should fetch index at fixed delay instead of fixed rate (Cao Manh Dat)
@@ -303,8 +305,6 @@ Other Changes
 * SOLR-14910: Use in-line tags for logger declarations in Gradle ValidateLogCalls that are non-standard,
               change //logok to //nowarn (Erick Erickson)
 
-* SOLR-14659: Remove restlet as dependency for the ManagedResource API (Timothy Potter, noble)
-
 ==================  8.6.2 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.