ArcBees / gwtquery

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

Make GQ server side not depends on gwt-servlet not gwt-dev #299

Closed manolo closed 9 years ago

manolo commented 9 years ago

Adding org.json dependency since we depend on it, and 2.7 uses a rebased version of android.json. We will have this dependency in snapshot until we replace json usage in server side, but we have to remove before releasing gquery.

manolo commented 9 years ago

@christiangoudreau changed the comment. Related with using specific java 7 stuff, I'd rather not do until we release a breaking release supporting J8 lambdas.

jDramaix commented 9 years ago

Yep we should avoid any Java7 syntax as GWT is still Java6 compliant.

christiangoudreau commented 9 years ago

FYI, my comment wasn't to use at the moment Java 7 (we don't in gwtp for the same reasons) what that this case was a example of a cool feature of Java 7 that would have been useful (multicatch) :D

jDramaix commented 9 years ago

LGTM