I tried GWT 2.4 RC1 today. My application does compile and run in a browser, but some unit tests don't pass anymore. I get the following Stack Trace:
java.lang.RuntimeException: Did not have deobfuscation data for 2UqELyqusA0NSi_wPI4ZRpQ$hFw=
at com.google.web.bindery.requestfactory.vm.InProcessRequestFactory.getTypeFromToken(InProcessRequestFactory.java:118)
at com.google.web.bindery.requestfactory.shared.impl.IdFactory.getId(IdFactory.java:198)
at com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.getId(AbstractRequestContext.java:738)
at com.google.web.bindery.requestfactory.shared.impl.AbstractRequestContext.processReturnOperations(AbstractRequestContext.java:1155)
at [...]
It used to work in GWT 2.3. Any ideas on how to fix this?