Skip to content

4.x: Replace deprecated method Span.baggage(key) on Span.baggage().get(key) #9042

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

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

Captain1653
Copy link
Contributor

@Captain1653 Captain1653 commented Jul 27, 2024

Description

I've found, that the deprecated method Span.baggage(String key) is used in the code. The method was marked as deprecated in this commit
Screenshot 2024-07-27 at 19 06 07

It can be replaced on Span.baggage().get(String key).

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 27, 2024
@romain-grecourt romain-grecourt requested a review from tjquinno July 29, 2024 20:19
@tjquinno tjquinno merged commit ba179fd into helidon-io:main Jul 30, 2024
12 checks passed
@Captain1653 Captain1653 deleted the span-deprecated-get branch July 30, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants