I'm trying to build google caliper on mac osx (10.9.5), using the latest git commit, and am running into the following issue:
/ExperimentingCaliperRun.java:[225,18] cannot find symbol
[ERROR] symbol: method transformAsync(com.google.common.util.concurrent.ListenableFuture<capture#1 of ?>,<anonymous com.google.common.util.concurrent.AsyncFunction<java.lang.Object,com.google.caliper.runner.TrialResult>>)
[ERROR] location: class com.google.common.util.concurrent.Futures
I'm using Maven 3.2.5, java is currently set to 1.8 (update 71). I think it might have something to do with issues related to Guava 19.0, but I'm not very familiar with this to say for sure. Have others encountered this issue? Any quick fixes?