https://bz.apache.org/bugzilla/show_bug.cgi?id=66064

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> ---
It should suffice to add the following lines to your own build.properties file:

opens.javalang=-Dnop
opens.javaio=-Dnop
opens.sunrmi=-Dnop
opens.javautil=-Dnop
opens.javautilconcurrent=-Dnop

You can add them before building or also just before running the test. They
only apply to the unit test runs. The "nop" was chosen as any system property
name that is likely not actually being used. It should remind one of a
"no-operation".

The project switched to using JDK 11 during build (but the resulting TC 8.5
still runs on Java 7). Those switches above were introduced to still allow
testing for older JDKs to ensure compatibility.

For testing with JDK 7 a few more adjustments are needed.

We should probably document this.

Regards,

Rainer

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to