From 421fffbd3f129b1bf33f56a8b2c76236e4293814 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sat, 2 Mar 2019 09:18:15 +0000 Subject: [PATCH] Fix detecting Java <= 8 vs. >= 9 to not detect Java 8 for version-string "11.x" Add system property to junit to disable optimization in jaxb which causes illegal access in Java 9+ Add argument to junit to display all illegal accesses in Java 9+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1854629 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index cfbfce3154..be64de87bc 100644 --- a/build.xml +++ b/build.xml @@ -66,12 +66,12 @@ under the License. - + - + @@ -1242,11 +1242,14 @@ under the License. - + - + + + +