Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

docs(Tracer): remove link to nonexistent method #381

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmedinag
Copy link

@dmedinag dmedinag commented May 6, 2021

The previously referred method was removed from the API, hence it no longer exists. Must say too that semantic versioning was used wrong! Removing this method was a breaking change. The same as removing ScopeManager.activate(Span span, boolean finishSpanOnClose). Please be more careful with the versioning of the libs, deprecating a method is better than removing directly :)

The previously referred method was removed from the API, hence it no longer exists. Must say too that semantic versioning was used wrong! Removing this method was a breaking change. The same as removing `ScopeManager.activate(Span span, boolean finishSpanOnClose)`. Please be more careful with the versioning of the libs, deprecating a method is better than removing directly :)
@whiskeysierra
Copy link

Nope, it wasn't used incorrectly. OpenTracing never made it out of 0.y.z:

Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.

https://semver.org/#spec-item-4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants