On 13/01/2022 17:30, Mark Thomas wrote:
On 13/01/2022 17:27, ma...@apache.org wrote:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 81a7919 Avoid IDE warnings when configuring Eclipse to use
11 with --release 8
new 2b6e19e SWitch to building with Java 11 and using --release
new d9953aa Parameterise the version of Java used to build Tomcat
Gump should be OK with this. BuildBot won't be and I need to check GitHub.
My current plan is to fix all the issues with switching Tomcat 10.0.x to
building with Java 11 before back-porting the switch to Tomcat 9 and
then 8.
The reflectionless code generation is proving tricky. It does reflection
using Java 11 class which include methods that don't exist in the Java 8
API so compilation then fails.
Trying to figure out the best way to fix this (without going back to
compiling with Java 8). Might need to hard-code exclusions.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org