You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2020/07/09 08:57:58 UTC

[lucene-solr] branch master updated: SOLR-14610: CHANGES.txt

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ae976b  SOLR-14610: CHANGES.txt
4ae976b is described below

commit 4ae976bdf0b295edf366c3279ec3b0863c363cd2
Author: noblepaul <no...@gmail.com>
AuthorDate: Thu Jul 9 18:55:02 2020 +1000

    SOLR-14610: CHANGES.txt
---
 solr/CHANGES.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 79f1d53..4dcc538 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -119,11 +119,15 @@ Improvements
   logs from the receiving coordinator node with those from downstream shard requests.  This can be disabled by providing a
   disableRequestId=true request parameter. (Jason Gerlowski)
 
+
+
 Optimizations
 ---------------------
 
 * SOLR-14354: HttpShardHandler send requests in async (Cao Manh Dat).
 
+* SOLR-14610: ReflectMapWriter to use MethodHandle instead of old reflection (noble)
+
 Bug Fixes
 ---------------------
 (No changes)
@@ -133,8 +137,6 @@ Other Changes
 
 * SOLR-14592: Upgrade Zookeeper to 3.6.1. NOTE: this required upgrading netty to 4.1.50 (Erick Erickson)
 
-* SOLR-14610: ReflectMapWriter to use VarHandle instead of reflection (noble)
-
 * SOLR-10742: SolrCores.getNamesForCore is quite inefficient and blocks other core operations. 
   NOTE: this experimental method has been removed (Erick Erickson)