cloud-trace-java icon indicating copy to clipboard operation
cloud-trace-java copied to clipboard

Unable to run on JVM 7

Open bitmori opened this issue 7 years ago • 5 comments

In TraceGrpcApiService constructor, it explicitly use JavaTimestampFactory which uses java.time.Instant which is introduced since JDK8 and there is no easy way to replace it with jodaTimestampFactory.

bitmori avatar Apr 06 '17 20:04 bitmori