You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:48:51 UTC

[lucene] 04/08: remove unreleased/unsupported java9 note

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

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

commit 657ac3375e713660a869177d15bb0a6dd505fad1
Author: Steve Rowe <sa...@gmail.com>
AuthorDate: Fri Oct 13 19:37:15 2017 -0400

    remove unreleased/unsupported java9 note
---
 lucene/JRE_VERSION_MIGRATION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lucene/JRE_VERSION_MIGRATION.txt b/lucene/JRE_VERSION_MIGRATION.txt
index c840464..5bda8da 100644
--- a/lucene/JRE_VERSION_MIGRATION.txt
+++ b/lucene/JRE_VERSION_MIGRATION.txt
@@ -17,7 +17,7 @@ For reference, JRE major versions with their corresponding Unicode versions:
  * Java 6, Unicode 4.0
  * Java 7, Unicode 6.0
  * Java 8, Unicode 6.2
- * Java 9 (not yet released / offcially supported by Lucene), Unicode 8.0
+ * Java 9, Unicode 8.0
 
 In general, whether or not you need to re-index largely depends upon the data that
 you are searching, and what was changed in any given Unicode version. For example,