I needs to know what java version is supported with Smart GWT version 12.1-d20200327. More precisely does java 11 or java 17 version support in there
Announcement
Collapse
No announcement yet.
X
-
For client-side code, it's core GWT doing the compilation. GWT 2.9 currently supports Java 11.
For server-side code, we generally support more recent JVM versions - the limitation is usually what external libraries you want to use. For example, various Spring and Hibernate versions are limited to specific JVM versions.
Comment
Comment