Stefan Schmidt
Stefan Schmidt
I've stumbled upon this when depending on :opencensus-testing, which leaks its :opencensus-api dependency. https://docs.gradle.org/current/userguide/java_library_plugin.html#sec:java_library_separation
Mentioned in https://github.com/census-instrumentation/opencensus-java/pull/779#pullrequestreview-74281349. Also, it would be nice to let the exporter send the stacktrace, too, at least in case of stackdriver trace (https://cloud.google.com/trace/docs/reference/v2/rpc/google.devtools.cloudtrace.v2#google.devtools.cloudtrace.v2.Span), not sure about other backends.
This change fixes the issue of orphaned lock files, which Terraform leaves behind in some scenarios. Such lock files had to be removed manually, either by means of a force-unlock...