Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread Thomas Broyer
It looks like you're not using any tooling to resolve your dependencies (Maven, Gradle, Ivy, Coursier , you name it), so you have to grab the transitives manually (and resolve version conflicts). Compare the dependencies block (lower right) between https://search.maven.

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread pratik thaker
I tried with guava 19,20 etc. but all of them are having one or another issue. On Friday, February 26, 2021 at 5:14:54 PM UTC+5:30 pratik thaker wrote: > Hi Shawn, > > It is because of org.checkerframework.checker.nullness.qual.Nullable > > I don't know how to make it available. > > Can you help

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread pratik thaker
Hi Shawn, It is because of org.checkerframework.checker.nullness.qual.Nullable I don't know how to make it available. Can you help me with that ? On Friday, February 26, 2021 at 5:10:29 PM UTC+5:30 Shawn wrote: > Hey, > > [java][ERROR] Hint: Your source appears not to live underneath

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread Shawn Brown
Hey, [java][ERROR] Hint: Your source appears not to live underneath a > subpackage called 'client'; no problem, but you'll need to use the > directive in your module to make it accessible > > Did you try making the source accessible? S > > On Friday, February 26, 2021 at 4:52:12 PM UTC

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread pratik thaker
I am facing below errors now, Tracing compile failure path for type 'com.google.common.collect.ComparisonChain' [java] [ERROR] Errors in 'jar:file:/C:/Pratik/ETD/Import/Google/guava/21.0/guava-gwt-29.0-jre.jar!/com/google/common/collect/ComparisonChain.java' [java] [ERRO

Re: Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread pratik thaker
I just realized that this might be because I had remove below line from my gwt.xml file, I am checking now. On Friday, February 26, 2021 at 4:44:31 PM UTC+5:30 pratik thaker wrote: > Hi Team, > > We were using GWT 2.7.0 and guava-18 earlier. > > Recently we have upgraded to GWT 2.9.0 and we a

Guava version which is compatible with GWT 2.9.0

2021-02-26 Thread pratik thaker
Hi Team, We were using GWT 2.7.0 and guava-18 earlier. Recently we have upgraded to GWT 2.9.0 and we are facing issue in using below classes from guava, com.google.common.collect.ComparisonChain com.google.common.collect.Ordering I tried upgrading to guava-gwt-29.0-jre.jar but for that we are