You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/03/25 20:11:27 UTC

[solr] branch branch_9_0 updated: SOLR-15590: Changes entry for 9.0 (#761)

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

janhoy pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9_0 by this push:
     new f9fd674  SOLR-15590: Changes entry for 9.0 (#761)
f9fd674 is described below

commit f9fd674d147f516cb0673fdd9052066e8a29701b
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Fri Mar 25 20:51:59 2022 +0100

    SOLR-15590: Changes entry for 9.0 (#761)
    
    (cherry picked from commit 7bd8a82df05984c5dbb008911fb957ea1804eb99)
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 5cb3bf8..c9af159 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -242,6 +242,8 @@ Improvements
 * SOLR-15286: A brand new follower in the legacy mode should wait to replicate index before reporting
   healthy (Pushkar Raste, Anshum Gupta)
 
+* SOLR-15590: Start CoreContainer via ServletContextListener (Gus Heck)
+
 Build
 ---------------------
 * LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk (Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)