You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/12/06 19:28:58 UTC

[lucene] branch branch_9x updated: LUCENE-10287: Add changes entry

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

uschindler 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 d36c70c  LUCENE-10287: Add changes entry
d36c70c is described below

commit d36c70cdd6f9002158706af2c2919d17fa14bc6a
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Mon Dec 6 20:27:59 2021 +0100

    LUCENE-10287: Add changes entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 958b2f5..b031e01 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -62,6 +62,9 @@ Bug Fixes
 
 * LUCENE-10279: Fix equals in MultiRangeQuery. (Ignacio Vera)
 
+* LUCENE-10287: Fix Luke startup script to add jdk.unsupported module so
+  MMapDirectory is used when opening indexes. (Uwe Schindler)
+
 Other
 ---------------------