You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/12/01 11:14:17 UTC

[lucene] branch branch_9x updated: backport a7ebf6618c94daa37eb86982cf46e569d3ef63fa

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

tomoko pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new d551e12  backport a7ebf6618c94daa37eb86982cf46e569d3ef63fa
d551e12 is described below

commit d551e128de93ba13471363068787f14824db38b3
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Wed Dec 1 20:06:34 2021 +0900

    backport a7ebf6618c94daa37eb86982cf46e569d3ef63fa
---
 lucene/CHANGES.txt | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 4d21c0a..28c0528 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -454,7 +454,15 @@ Changes in Backwards Compatibility Policy
 Build
 ---------------------
 
-* LUCENE-10198: LUCENE-10198: Allow external JAVA_OPTS in gradlew scripts; use sane defaults 
+* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk (Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)
+
+* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
+
+* LUCENE-9544: add regenerate gradle script for nori dictionary (Namgyu Kim)
+
+* LUCENE-10195: Add gradle cache option and make some tasks cacheable. (Jerome Prinet, Dawid Weiss)
+
+* LUCENE-10198: LUCENE-10198: Allow external JAVA_OPTS in gradlew scripts; use sane defaults
   (balmukund.mandal@intel.com, Dawid Weiss)
 
 * LUCENE-10163: Move LICENSE and NOTICE files to top level to satisfy src artifact requirements (janhoy)
@@ -476,8 +484,6 @@ Other
 
 * LUCENE-10021: Upgrade HPPC to 0.9.0. Replace usage of ...ScatterMap to ...HashMap. (Patrick Zhai)
 
-* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
-
 * LUCENE-9092: upgrade randomizedtesting to 2.7.5 (Dawid Weiss)
 
 * LUCENE-8656: Deprecations in FuzzyQuery and get compiler warnings out of
@@ -491,14 +497,10 @@ Other
 * LUCENE-9411: Fail compilation on warnings, 9x gradle-only (Erick Erickson, Dawid Weiss)
   Deserves mention here as well as Lucene CHANGES.txt since it affects both.
 
-* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk (Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)
-
 * LUCENE-9215: Replace checkJavaDocs.py with doclet (Robert Muir, Dawid Weiss, Uwe Schindler)
 
 * LUCENE-9497: Integrate Error Prone, a static analysis tool during compilation (Dawid Weiss, Varun Thacker)
 
-* LUCENE-9544: add regenerate gradle script for nori dictionary (Namgyu Kim)
-
 * LUCENE-9627: Remove unused Lucene50FieldInfosFormat codec and small refactor some codecs
   to separate reading header/footer from reading content of the file. (Ignacio Vera)