opentracing-contrib / opentracing-contrib/java-spring-cloud
Dependency opentracing-spring-tracer-configuration-starter pulls in mismatched version OT util
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 399
- Forks
- 143
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 22
Description
opentracing-spring-tracer-configuration-starter dependencies are not being excluded, so if there is a version mismatch, it's possible that a user of this library could get one version of opentracing-util (say 0.32.0), but another version of opentracing-api (0.33.0)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency declaration for opentracing-spring-tracer-configuration-starter and inspect its resolved dependency graph, focusing on opentracing-util and opentracing-api. Verify the mismatched versions and identify the dependency configuration needed so consumers do not receive incompatible versions; done means the resolved graph is consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100