You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2017/02/13 12:55:13 UTC

svn commit: r1006673 - in /websites/staging/lucene/trunk/content: ./ pylucene/install.html

Author: buildbot
Date: Mon Feb 13 12:55:13 2017
New Revision: 1006673

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/pylucene/install.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 13 12:55:13 2017
@@ -1 +1 @@
-1781910
+1782762

Modified: websites/staging/lucene/trunk/content/pylucene/install.html
==============================================================================
--- websites/staging/lucene/trunk/content/pylucene/install.html (original)
+++ websites/staging/lucene/trunk/content/pylucene/install.html Mon Feb 13 12:55:13 2017
@@ -155,11 +155,12 @@ included with the PyLucene sources.<br/>
 and <a href="http://ant.apache.org">Ant</a> are required; use of the
 resulting PyLucene binaries requires only a Java Runtime Environment
 (JRE).</p>
-<p><b>Attention:</b> Starting with release 4.8.0, Lucene requires Java 1.7 at
-the minimum; Java 1.6 is no longer supported.</p>
-<p>On Mac OS X, Java 6 is still a common default, please upgrade if you haven't 
-done so already. A common upgrade is <a href="http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html">Oracle Java 1.7 for Mac OS X</a>.</p>
-<p>On Mac OS X, once installed, a way to make Java 1.7 the default in your bash 
+<p><b>Attention:</b> Starting with release 6.x, Lucene requires Java 1.8.
+If you build release 4.8.x, the minimum requirement is Java 1.7.</p>
+<p>On macOS, you will need to install Oracle Java 8, and due to a 
+<a href="https://bugs.openjdk.java.net/browse/JDK-7131356">bug</a> in the JDK for macOS, you will <strong>also</strong> need
+to install Apple's Java 1.6.</p>
+<p>On macOS, once installed, a way to make Java 1.8 the default in your bash 
 shell is:<br/>
  <code>  $ export JAVA_HOME=`/usr/libexec/java_home`</code>
 Be sure to verify that JAVA_HOME value.</p>