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:06:42 UTC

[lucene] branch main updated: move build related changes entry to the 'Build' section from 'Other' section (#496)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new a7ebf66  move build related changes entry to the 'Build' section from 'Other' section (#496)
a7ebf66 is described below

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

    move build related changes entry to the 'Build' section from 'Other' section (#496)
---
 lucene/CHANGES.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 2f37554..5024f6c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -480,6 +480,12 @@ Changes in Backwards Compatibility Policy
 Build
 ---------------------
 
+* 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
@@ -504,8 +510,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
@@ -519,14 +523,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)