census-instrumentation / opencensus-java

A stats collection and distributed tracing framework
https://opencensus.io
Apache License 2.0
672 stars 201 forks source link

Upgrade AutoValue to 1.5.3 or later. #1017

Open sebright opened 6 years ago

sebright commented 6 years ago

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.

bogdandrutu commented 6 years ago

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