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:13:45 UTC

svn commit: r1702715 - in /lucene/dev/branches/branch_5x: ./ lucene/ lucene/CHANGES.txt

Author: uschindler
Date: Sun Sep 13 09:13:45 2015
New Revision: 1702715

URL: http://svn.apache.org/r1702715
Log:
Merged revision(s) 1702714 from lucene/dev/trunk:
LUCENE-6795: Add CHANGES entry.

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/lucene/   (props changed)
    lucene/dev/branches/branch_5x/lucene/CHANGES.txt   (contents, props changed)

Modified: lucene/dev/branches/branch_5x/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/lucene/CHANGES.txt?rev=1702715&r1=1702714&r2=1702715&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/lucene/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/lucene/CHANGES.txt Sun Sep 13 09:13:45 2015
@@ -122,6 +122,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