Skip to content

Commit

Permalink
Delete deprecated AsyncTracer (#753)
Browse files Browse the repository at this point in the history
The deprecated `AsyncTracer` class is deleted.
  • Loading branch information
iamdanfox authored Aug 2, 2021
1 parent 2312400 commit b00059c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 183 deletions.
5 changes: 5 additions & 0 deletions .palantir/revapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ acceptedBreaks:
- code: "java.method.addedToInterface"
new: "method java.util.Optional<java.lang.String> com.palantir.tracing.TraceMetadata::getRequestId()"
justification: "immutables are not for extension"
"5.0.0":
com.palantir.tracing:tracing:
- code: "java.class.removed"
old: "class com.palantir.tracing.AsyncTracer"
justification: "Sourcegraph search shows zero usages of this class"
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-753.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: break
break:
description: The deprecated `AsyncTracer` class is deleted.
links:
- https://github.com/palantir/tracing-java/pull/753
85 changes: 0 additions & 85 deletions tracing/src/main/java/com/palantir/tracing/AsyncTracer.java

This file was deleted.

98 changes: 0 additions & 98 deletions tracing/src/test/java/com/palantir/tracing/AsyncTracerTest.java

This file was deleted.

0 comments on commit b00059c

Please sign in to comment.