Hi, I'd like to refactor the compat classes to align with the LTS versions: - Move Jre9Compat to Jre11Compat - I'll probably refactor out GraalCompat - For the upcoming Java 12+ features, they will all go to a new Jre17Compat class, which will actually be useable in the meantime by the latest Java milestone release from which the interesting features come from
Although not fully accurate, this is more maintainable as the interim non LTS Java releases quickly come and go and are not good platforms for Tomcat. Rémy