Migrating a GWT 2.5 web app to Java 10
问题 I have a substantial web-app that is built using GWT-2.5.1 and Java 8. With the deprecation of Java 8, I need to migrate this to Java 10 / 11. I've managed to get past a few issues, but I've hit one I cannot get past. When building the app, I get the following error: [INFO] Compiling module com.<xxx> [INFO] [ERROR] Unable to find type 'java.lang.Object' [INFO] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting