gwtproject / gwt

GWT Open Source Project

Home Page:http://www.gwtproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update JDT to support Java 17 language features

niloc132 opened this issue · comments

In earlier testing, JDT 3.27.50 was the first version that had all Java 17 features - we used a beta release for this work. We should update to the latest stable JDT, in an attempt to also resolve bugs found in testing since that version was released.

Likely will also require updating asm.

This ticket will also include testing for the Java 12-17 language features that do not require changes to GWT. This probably includes:

If any of those need GWT changes, we'll pull it out into its own ticket.