opencensus-java icon indicating copy to clipboard operation
opencensus-java copied to clipboard

Upgrade AutoValue to 1.5.3 or later.

Open sebright2 opened this issue 8 years ago • 1 comments

The Java 9 build currently produces warnings that could be fixed by upgrading to AutoValue 1.5.3. See the discussion starting at https://github.com/census-instrumentation/opencensus-java/issues/1014#issuecomment-367601410. However, AutoValue 1.5 removes support for generating code that can be built with Java 7 (https://github.com/google/auto/issues/449). When we upgrade we will probably need to remove the Java 7 build job but ensure that we are still testing for compatibility with Android.

sebright2 avatar Feb 22 '18 20:02 sebright2

We can still have the job for java7. We will compile the code using java8+ then we will just run tests on java7.

bogdandrutu avatar Feb 22 '18 20:02 bogdandrutu