-
Notifications
You must be signed in to change notification settings - Fork 870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instrumentation for rxjava3.1.1 #4954
Conversation
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.
we finally got rid of our one "patch release" base version (log4j 2.13.2) only to get a new one 😢
* | ||
* <p>Instrumentation can be disabled by calling the {@link TracingAssembly#disable()} method. | ||
*/ | ||
public final class TracingAssembly { |
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.
This class has exactly the same name & package as the 3.0 one - won't they conflict inside the agent?
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.
Thanks, renamed 3.1.1 classes.
I don't like it either. What alternatives do we have? The whole problem stems from rxjava moving |
ya, no worries, I think it's a lost cause trying too hard to limit our version splitting... |
* Instrumentation for rxjava3.1.1 * Move common test classes * spotless * move rxjava 3.1.1 classes to separate package
Resolves #4023