On Wednesday, October 28, 2020 at 1:30:33 PM UTC+1, Martin Nguyen wrote: > > Hi, > > I have some questions regarding version upgrades, hopefully anyone can > help me with some answers. > > 1. Am i correct in thinking that GWT2.9.0 does not support the syntax of > JDK9 or higher? >
No. You can use up to Java 11 syntax. > 2. Can i use Java11 with GWT2.9.0 to compile my application? > Yes. Fwiw, the answers to these questions are in http://www.gwtproject.org/release-notes.html#Release_Notes_2_9_0, in the highlights: > Added support for Java language levels 9, 10, and 11. > […] The release was tested and found to work cross platform when run with Java 8, 11, and 14. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/db463c62-4827-4536-a064-d5248e6cea0fo%40googlegroups.com.
