From: Dominik Stadler Date: Sat, 2 Mar 2019 09:18:15 +0000 (+0000) Subject: Fix detecting Java <= 8 vs. >= 9 to not detect Java 8 for version-string "11.x" X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=27e353b1391b2c105ba32a759a2cc4a3cd1c651f;p=poi.git 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 --- 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. - + - + + + +