This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 345
V0.32.0 #337
Merged
Merged
V0.32.0 #337
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4c5dfb5
Deprecate the StringTag.set() overload taking a StringTag. (#262)
carlosalberto 5549c5e
Merge branch 'master' into v0.32.0
carlosalberto d6c6509
Merge remote-tracking branch 'opentracing/master' into v0.32.0
carlosalberto 05e90e5
Implement Trace Identifiers. (#280)
carlosalberto 095b814
Set version in `v0.32.0` branch to `0.32.0-SNAPSHOT` (#309)
sjoerdtalsma ac3c666
Remove finish span on close (#301)
carlosalberto 9202384
Simple layer on top of ByteBuffer for BINARY format. (#276)
carlosalberto bffd9b6
Add generic typed setTag/withTag (#311)
tylerbenson b6f6324
Allow injecting into maps of type Map<String,Object> (#310)
tylerbenson 9b6ca36
Use Tag<T> instead of AbstractTag<T> for Span.setTag().
carlosalberto 013dafb
Add simple registerIfAbsent to global tracer (#289)
pavolloffay aa1a5d2
Update our GH_TOKEN for Travis.
carlosalberto ceef45d
[maven-release-plugin] prepare release 0.32.0-RC1
d6f60dd
[maven-release-plugin] prepare for next development iteration
11bf4f5
Revert "Add service tag (#287)" (#322)
tylerbenson e7ef15c
Merge branch 'master' into v0.32.0
carlosalberto 639dd06
Split Inject and Extract Builtin interfaces (#316)
tylerbenson e977cc3
Merge branch 'master' into v0.32.0
carlosalberto a0b972e
Update the copyright year for some remaining files.
carlosalberto 323f9db
Deprecate ScopeManager.active() (#326)
carlosalberto 33f5484
[maven-release-plugin] prepare release 0.32.0-RC2
748a229
[maven-release-plugin] prepare for next development iteration
8176208
Make Tracer extends Closable. (#329)
carlosalberto 7010904
V0.32.0 README update (#332)
carlosalberto e2f9280
Do not make isRegistered() synchronized. (#333)
carlosalberto 1fb24fd
Deprecate AutoFinishScopeManager (#335)
carlosalberto 916bf13
Merge branch 'master' into v0.32.0
carlosalberto 1a7bb25
Update CHANGELOG.
carlosalberto 725ca7f
Remove GlobalTracer.isRegistered() from the CHANGELOG.
carlosalberto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we do an RC3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we are ready for an actual release - the latest (important) change from RC2 is making
Tracer
implementClosable
;)