From 4ca51a06f7688cefff509b0ec10d9b3e5d290fcc Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 4 Nov 2017 19:56:57 +0100 Subject: [PATCH] LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny on Java 9+ --- lucene/CHANGES.txt | 5 +++++ lucene/common-build.xml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index f2224700445..87ddccab2e8 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -63,6 +63,11 @@ Optimizations number of hits is small relative to the number of unique facet labels (Dawid Weiss, Robert Muir, Mike McCandless) +Tests + +* LUCENE-8035: Run tests with JDK-specific options: --illegal-access=deny + on Java 9+. (Uwe Schindler) + Build * LUCENE-6144: Upgrade Ivy to 2.4.0; 'ant ivy-bootstrap' now removes old Ivy diff --git a/lucene/common-build.xml b/lucene/common-build.xml index ae93ab6a6cf..663e733f6b0 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -959,6 +959,12 @@ + + + + + + @@ -1040,6 +1046,7 @@ +