Skip to content
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

Avoid span.isError() boxing #2356

Merged
merged 1 commit into from
Feb 1, 2021
Merged

Avoid span.isError() boxing #2356

merged 1 commit into from
Feb 1, 2021

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented Feb 1, 2021

also avoids nullability questions.

This is a breaking binary change for anyone downstream using the isError() method, but it should be source compatible (as the Java compiler will handle any boxing-related differences) so they would just need to recompile against the new agent.

@mcculls mcculls added the tag: breaking change Breaking changes label Feb 1, 2021
@mcculls mcculls requested a review from a team as a code owner February 1, 2021 10:40
@mcculls mcculls merged commit fddac7f into master Feb 1, 2021
@mcculls mcculls deleted the mcculls/avoidIsErrorBoxing branch February 1, 2021 15:51
@github-actions github-actions bot added this to the 0.73.0 milestone Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: breaking change Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants