shouldn't have a hard-dependency on a <1.0 api
See original GitHub issueEven when not using tracing, opencensus 0.18 types are required per this line in HttpRequest
/** OpenCensus tracing component. */
private final Tracer tracer = OpenCensusUtils.getTracer();
grpc code is more defensive to not require loading classes until used.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Should You Use Upper Bound Version Constraints?
First, if you are writing a library, your “users” are specifying your package in their dependencies; if an update breaks them, they can...
Read more >Should domain objects have dependencies injected into them?
The selected answer has stated: "factories should not be tied with dependency injection because domain objects shouldn't have dependencies ...
Read more >Dependency on specific Newtonsoft.Json package version ...
The latest version 1.0.2 of Microsoft.NET.Sdk.Functions has a specific Newtonsoft.Json package dependency = 9.0.1.
Read more >Avoiding dependency hell with Gradle 6
Dependency hell is a big problem for many teams. The larger the project and its dependency graph, the harder it is to maintain...
Read more >JavaScript Dependencies: Everything You Ever Wanted to ...
js or a front-end developer using Node.js only as a tool for your packaging and bundling needs, you've surely come across the concept...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

why is this a question and not a bug?
If we’re not ripping out OpenCensus, we might want to at least exclude the paths to it’s older dependencies, especially Guava:
see https://github.com/googleapis/gax-java/issues/662