Commit 477a0ce
Fix bug where calling 'context.with((ImplicitContextKeyed) null)' drops all other elements. (#11672)
Fix bug where calling 'context.with((ImplicitContextKeyed) null)' drops all other elements.
Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>1 parent 5e04aa9 commit 477a0ce
2 files changed
Lines changed: 5 additions & 3 deletions
File tree
- components/context/src
- main/java/datadog/context
- test/java/datadog/context
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments