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 2014/04/22 12:24:40 UTC

svn commit: r1589071 - /lucene/dev/trunk/solr/CHANGES.txt

Author: uschindler
Date: Tue Apr 22 10:24:39 2014
New Revision: 1589071

URL: http://svn.apache.org/r1589071
Log:
Fix upgrading instructions in CHANGES.txt to include recent Java 7 instructions

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1589071&r1=1589070&r2=1589071&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Apr 22 10:24:39 2014
@@ -145,11 +145,12 @@ Upgrading from Solr 4.7
   use "solr.LengthFilterFactory" in all of your Analyzers.  See LUCENE-5472 for
   more details.
   
-* Solr 4.8 needs Java 7 as minimum requirement.  If you not have done already,
-  update the underlying JDK/JRE versions to at least Oracle Java 7u1 or OpenJDK
-  7u1.  Please review the list of known JVM bugs at:
+* Solr 4.8 requires Java 7 or greater, Java 8 is verified to be
+  compatible and may bring some performance improvements. When using
+  Oracle Java 7 or OpenJDK 7, be sure to not use the GA build 147 or
+  update versions u40, u45 and u51! We recommend using u55 or later.
+  An overview of known JVM bugs can be found on
   http://wiki.apache.org/lucene-java/JavaBugs
-  Solr 4.8 was also tested to work with Java 8, so give it a try!
 
 * ZooKeeper is upgraded from 3.4.5 to 3.4.6.