ArcBees / gwtquery

A jQuery clone for GWT, and much more.
MIT License
85 stars 38 forks source link

Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT #349

Closed manolo closed 8 years ago

manolo commented 9 years ago

Finally I managed to reproduce the #342 problem:

When using gwt-2.8.0 and java8 gwt compiler is more restrictive and when you override a method(Object) with certain classes like Interfaces or JSO, gwt compiler is unable to disambiguate

In this patch, I include a simplification of JsonBuilder generated code.

Review on Reviewable

meriouma commented 9 years ago

What's the status with this?

jhorsley commented 9 years ago

Any updates?

manolo commented 8 years ago

Anyone could review and merge this? I'm working with a cloned version of gquery for a long.

jDramaix commented 8 years ago

LGTM