Hi
As Java 8 was finally released, I think it would be great to migrate the
WIAB code to Java 8.
I already tried to compile it with jdk 8 and there are some issues, most
due to improved type inference in Java 8 that is able to catch some not so
correct class casts on generic classes that java 6/7 probably weren't able
to infer and allowed.
Anyway, it looks like it can be fixed.
Another issue is GWT compilation - I don't know if GWT can work with Java 8
source. Is there anyone who hd some experience with GWT and Java 8?

Reply via email to