Re: Internal Compiler Failure when trying to upgrade a GWT 2.7.0 application to 2.8.1

2022-06-27 Thread Jens
> [INFO] Caused by: java.lang.NoSuchMethodError: > org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z > This line indicates that you have some version of JDT / ECJ on your classpath during GWT compilation that is incompatible with the one that GWT compiler uses. JDT

Internal Compiler Failure when trying to upgrade a GWT 2.7.0 application to 2.8.1

2022-06-27 Thread mmo
I am trying to upgrade an application still using GWT 2.7.0 to at least 2.8.1 (and if possible higher, i.e. 2.9.0 or ideally 2.10.0). After raising the GWT version from 2.7.0 to 2.8.1 the compilation of the UI maven module now always ends in an internal compiler failure: ... [INFO] ---