Deprecates tracing support for dependencies not released in 1.5-3.5+ years#1392
Merged
codefromthecrypt merged 1 commit intomasterfrom Jan 6, 2024
Merged
Deprecates tracing support for dependencies not released in 1.5-3.5+ years#1392codefromthecrypt merged 1 commit intomasterfrom
codefromthecrypt merged 1 commit intomasterfrom
Conversation
6fdf49c to
d88ccab
Compare
anuraaga
approved these changes
Jan 6, 2024
reta
approved these changes
Jan 6, 2024
This deprecates for removal the following, as they have not been updated
in a long time. The exception to this rule is log4j context, which is
widely used even if not updated recently.
* context/rxjava2 - last released Feb 2021
* replaced by RxJava3, but unlikely this module will be ported as it
wasn't used widely.
* instrumentation/dubbo-rpc - (alibaba) last released Dec 2021
* replaced by Apache Dubbo instrumentation/dubbo
* instrumentation/p6spy - last released July 2020
* project dormant
* instrumentation/sparkjava - last released July 2022
* project dormant
These will be removed in Brave 6 and can be re-introduced if something
changes.
Signed-off-by: Adrian Cole <[email protected]>
08482b9 to
2f12436
Compare
Member
Author
|
opened #1394 about the flakey artemis invoker test |
Member
Author
|
not sure why, but didn't flake this time. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This deprecates for removal the following, as they have not been updated in a long time. The exception to this rule is log4j context, which is widely used even if not updated recently.
These will be removed in Brave 6 and can be re-introduced if something changes.