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

Adds appending of baggage entries from parent context #105

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

marcingrzejszczak
Copy link
Contributor

without this change BaggageTextMapPropagator does not take into account the parent Context and its baggage. This could lead to overriding of eixsting baggage entries.

with this change we're appending to existing baggage entries.

without this change BaggageTextMapPropagator does not take into account the parent Context and its baggage. This could lead to overriding of eixsting baggage entries.

with this change we're appending to existing baggage entries.
@marcingrzejszczak marcingrzejszczak added the bug A general bug label Oct 26, 2022
@marcingrzejszczak marcingrzejszczak added this to the 1.0.0 milestone Oct 26, 2022
@marcingrzejszczak marcingrzejszczak merged commit 5aa2656 into main Oct 26, 2022
@marcingrzejszczak marcingrzejszczak deleted the baggageTextMapPropagatorAppending branch October 26, 2022 22:21
@sonatype-lift
Copy link

sonatype-lift bot commented Oct 26, 2022

⚠️ 2 God Classes were detected by Lift in this project. Visit the Lift web console for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant