[gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-09 Thread stuckagain
Great news! I tried to recompile with Java8 and GWT 2.8 beta1 a project I am working on. But I see these 2 errors: guava-gwt 18.0 does not seem to compile: [INFO]Tracing compile failure path for type 'com.google.common.collect.GwtPlatform' [INFO] [ERROR] Errors in

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Rene Hangstrup Møller
That is the old (and to be deleted) JsType annotation. The jsinterop.annotations.JsType still has isNative as per the spec Den onsdag den 9. december 2015 kl. 22.59.30 UTC+1 skrev Brandon Donnelson: > > I noticed that isNative has been removed and exists in the doc. > > >

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Brandon Donnelson
Turns out I imported the wrong JsType. Thanks for the help. On Wednesday, December 9, 2015 at 2:13:04 PM UTC-8, Rene Hangstrup Møller wrote: > > That is the old (and to be deleted) JsType annotation. The > jsinterop.annotations.JsType still has isNative as per the spec > > Den onsdag den 9.

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Brandon Donnelson
I noticed that isNative has been removed and exists in the doc. https://github.com/gwtproject/gwt/commit/d506bec0a55936fb49138e86ad7520e926c76f59 -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop

Re: [gwt-contrib] Re: GWT 2.8.0-beta1 available for testing

2015-12-09 Thread Thomas Broyer
So, we talked about it during our Steering Committee meeting today and, hoping I'm transcribing correctly: - GWT has moved to Java 7 and uses Java 7-isms, so Java 6 compatibility is gone (but I believe we announced it at some point already, that 2.7 would be the last version to

Re: [gwt-contrib] Re: New JsInterop document

2015-12-09 Thread Thomas Broyer
On Wednesday, December 9, 2015 at 10:59:30 PM UTC+1, Brandon Donnelson wrote: > > I noticed that isNative has been removed and exists in the doc. > > > https://github.com/gwtproject/gwt/commit/d506bec0a55936fb49138e86ad7520e926c76f59 > This commit is about com.google.gwt.core.client.js.JsType