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 2015/09/13 11:12:44 UTC

svn commit: r1702714 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: uschindler
Date: Sun Sep 13 09:12:44 2015
New Revision: 1702714

URL: http://svn.apache.org/r1702714
Log:
LUCENE-6795: Add CHANGES entry.

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

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1702714&r1=1702713&r2=1702714&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sun Sep 13 09:12:44 2015
@@ -172,6 +172,13 @@ Other
 * LUCENE-6770: Add javadocs that FSDirectory canonicalizes the path.
   (Uwe Schindler, Vladimir Kuzmin)
 
+* LUCENE-6795: Fix various places where code used
+  AccessibleObject#setAccessible() without a privileged block. Code
+  without a hard requirement to do reflection were rewritten. This
+  makes Lucene and Solr ready for Java 9 Jigsaw's module system, where
+  reflection on Java's runtime classes is very restricted.
+  (Robert Muir, Uwe Schindler)
+
 Build
 
 * LUCENE-6732: Improve checker for invalid source patterns to also