cloud-trace-java
cloud-trace-java copied to clipboard
Unable to run on JVM 7
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.