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

Deprecate the StringTag.set() overload taking a StringTag. #262

Merged

Conversation

carlosalberto
Copy link
Collaborator

It's not a common scenario to use a Tag key as the tag value. Would fix #229

It's not a common scenario to use a Tag *key* as the tag value.
@tedsuo tedsuo requested a review from pavolloffay March 21, 2018 13:57
@coveralls
Copy link

Coverage Status

Coverage remained the same at 81.515% when pulling 67538cf on carlosalberto:deprecate_stringtag_overload into 242ba95 on opentracing:v0.32.0.

@carlosalberto carlosalberto merged commit 4c5dfb5 into opentracing:v0.32.0 Mar 28, 2018
@carlosalberto
Copy link
Collaborator Author

Merged as it's a rather simple (and obvious) change. Let me know if this needs to be undone later ;)

@cwe1ss
Copy link
Member

cwe1ss commented Mar 30, 2018

@carlosalberto fyi: this has been merged into the v0.32.0 branch but there have also already been merges into the master branch (#263, #264).

@carlosalberto
Copy link
Collaborator Author

@cwe1ss Hey, yes, was wondering about that yesterday. I will back port this deprecation, as once as I get my mind on whats the best (direct cherry-pick or PR ;) )

@carlosalberto carlosalberto deleted the deprecate_stringtag_overload branch March 7, 2019 01:32
carlosalberto added a commit that referenced this pull request Mar 25, 2019
* Deprecate the StringTag.set() overload taking a StringTag. (#262)
* Implement Trace Identifiers. (#280)
* Bump JaCoCo to use a Java 10 friendly version (#306)
* Remove finish span on close (#301)
  * Deprecate finishSpanOnClose on activation.
  * Add ScopeManager.activeSpan() and Tracer.activateSpan().
  * Clarify the API changes and deprecations.
  * Add an error reporting sample to opentracing-testbed.
* Simple layer on top of ByteBuffer for BINARY format. (#276)
* Add generic typed setTag/withTag (#311)
* Allow injecting into maps of type Map<String,Object> (#310)
* Add simple registerIfAbsent to global tracer (#289)
* Split Inject and Extract Builtin interfaces (#316)
* Deprecate ScopeManager.active() (#326)
* Make Tracer extends Closable. (#329)
* Do not make isRegistered() synchronized. (#333)
* Deprecate AutoFinishScopeManager (#335)
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.

None yet

4 participants