This repository was archived by the owner on May 23, 2023. It is now read-only.
0.31.0 master merged#235
Merged
carlosalberto merged 7 commits intoopentracing:v0.31.0from Dec 18, 2017
Merged
Conversation
- Propagate @deprecated annotation to implementations - Remove redundant "static final" definition from interface - Use Collections.emptyMap instead of Collections.EMPTY_MAP to preserve type
…pentracing#226) * Make ChildOf not fail if there is a null argument passed * Moved tracer test to where it belongs. Fixed typo.
Collaborator
Author
|
Reminder to check/review stuff if/as needed ;) @yurishkuro @pavolloffay @malafeev |
Member
|
lgtm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In order to prepare to roll out the second (and final) Release Candidate for the 0.31 artifact, I've merged
master.This will mean that not only a few improvements done on top of the Scope concept will be rolled for RC2, but also fixes or adjustments like the usage of TextMap as default propagator for MockTracer.
Merging
masterdidn't happen cleanly, but fortunately only minor adjustments were needed.We will be rolling this final RC from the v0.31 branch, and we will hopefully release the final 0.31 artifact from master ;)