Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread David Nouls
Sorry, I created a different topic since I did not want to mix 2 problems in one group chat. On Friday, May 29, 2020 at 4:44:46 PM UTC+2, Colin Alworth wrote: > > Whoops, sorry, I see it in the other thread " > https://groups.google.com/d/topic/google-web-toolkit/aCWkpXWVsD4/discussion > ". > >

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread Colin Alworth
Whoops, sorry, I see it in the other thread "https://groups.google.com/d/topic/google-web-toolkit/aCWkpXWVsD4/discussion;. On Friday, May 29, 2020 at 9:43:36 AM UTC-5, Colin Alworth wrote: > > We did see type inference issues in earlier builds of the JDT version that > GWT uses, but after an

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread Colin Alworth
We did see type inference issues in earlier builds of the JDT version that GWT uses, but after an update was done we thought that the issues were resolved. Can you give an example so we can check to see if JDT has handled this in a later update that we can migrate to? On Friday, May 29, 2020

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread Thomas Broyer
On Friday, May 29, 2020 at 1:55:42 PM UTC+2, David Nouls wrote: > > > Now I have a second problem, this time with some generics that is accepted > by javac or IntelliJ but GWTC seems to not support it. > Same here (on a third-party lib that hasn't been maintained for nearly 2 years ) -- You

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-29 Thread David Nouls
I was too quick to declare victory. I did not realize that I was no longer building with GWT 2.9.0 due to a bad merge my pom was overwritten with 2.8.2 again. But what you just wrote helped indeed. I was still using jsinterop-base 1.0.0-RC1 and jsinterop-annotations 1.0.0. Thanks for the

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-28 Thread Colin Alworth
Glad you solved yours! As another update, we've seen two other cases of something that looks sort of similar to this. In one instance, there was a dependency in the project of an old version of jsinterop-annotations, instead of the expected 2.0.0 release. In the other instance, the project was

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-28 Thread David Nouls
Strange, just retried today and now the compile worked properly. Thanks for the support! On 19 May 2020, 16:41 +0200, Colin Alworth , wrote: > Nothing should have changed here as far as I am aware - GWT itself continues > to have emulation for Annotation, Enum, etc (Predicate doesnt seem to be

Re: Issue with GWT 2.9.0 and Annotations/Predicates emulation

2020-05-19 Thread Colin Alworth
Nothing should have changed here as far as I am aware - GWT itself continues to have emulation for Annotation, Enum, etc (Predicate doesnt seem to be listed in your error) https://gwt.googlesource.com/gwt/+/master/user/super/com/google/gwt/emul/java/lang/annotation/Annotation.java