This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push: new c1d34b7 Add opens for Java 16 c1d34b7 is described below commit c1d34b79dca2047ba39b81841a719a2d38a4e231 Author: remm <r...@apache.org> AuthorDate: Tue Dec 15 14:30:51 2020 +0100 Add opens for Java 16 --- build.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.xml b/build.xml index f8eb3d7..30a30ae 100644 --- a/build.xml +++ b/build.xml @@ -224,6 +224,10 @@ property="java9.test.option.4" value="--add-opens=java.base/java.util=ALL-UNNAMED"/> <property name="java9.test.option.4" value="-Dtest.4=4"/> + <available classname="java.lang.reflect.InaccessibleObjectException" + property="java9.test.option.5" + value="--add-opens=java.base/java.util.concurrent=ALL-UNNAMED"/> + <property name="java9.test.option.5" value="-Dtest.5=5"/> <!-- Classpaths --> <path id="compile.classpath"> @@ -1542,6 +1546,7 @@ <jvmarg value="${java9.test.option.2}"/> <jvmarg value="${java9.test.option.3}"/> <jvmarg value="${java9.test.option.4}"/> + <jvmarg value="${java9.test.option.5}"/> <classpath refid="tomcat.test.run.classpath" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org