I just upgraded to GWT 2.8.2, that works fine.
I just noticed that in case the deobfuscator throws an exception as it can't find the GSON JsonParseException, why is that?
Caused by: java.lang.NoClassDefFoundError: com/google/gson/JsonParseException
I can't remember that was in GWT 2.8.0, but I am not sure. Neither do I see gwt-server include the gson automatically as dependency when running maven install.
I added it manually to solve it.