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 2019/04/17 10:30:35 UTC

[lucene-solr] branch branch_8x updated: Add required Java version for Luke.

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 354b0db  Add required Java version for Luke.
354b0db is described below

commit 354b0dbc6b138d851757f1f6199081744a3fe194
Author: Tomoko Uchida <to...@apache.org>
AuthorDate: Wed Apr 17 18:48:07 2019 +0900

    Add required Java version for Luke.
---
 lucene/SYSTEM_REQUIREMENTS.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lucene/SYSTEM_REQUIREMENTS.txt b/lucene/SYSTEM_REQUIREMENTS.txt
index a888719..39e405e 100644
--- a/lucene/SYSTEM_REQUIREMENTS.txt
+++ b/lucene/SYSTEM_REQUIREMENTS.txt
@@ -2,6 +2,8 @@
 
 Apache Lucene runs on Java 8 or greater.
 
+For HiDPI graphics on Windows/Linux, Java 11 or greater is recommended to run the bundled GUI application Luke.
+
 It is also recommended to always use the latest update version of your
 Java VM, because bugs may affect Lucene. An overview of known JVM bugs
 can be found on http://wiki.apache.org/lucene-java/JavaBugs