You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version micrometer-tracing-bridge-brave:1.2.x you could do baggage.makeCurrent(null) to remove a baggage value but with micrometer-tracing-bridge-brave:1.3.x, all API are @NotNull by default.
Maybe, it is possible to add @Nullable to makeCurrent and set methods in class io.micrometer.tracing.brave.bridge.BraveBaggageInScope to avoid issues with nullabilities check?
Many thanks & regards
The text was updated successfully, but these errors were encountered:
shakuzen
changed the title
Missing @Nullable in bridge for brave Baggage implementation
Missing @Nullable in bridge for brave Baggage implementation
Nov 7, 2024
Hello,
With version micrometer-tracing-bridge-brave:1.2.x you could do
baggage.makeCurrent(null)
to remove a baggage value but with micrometer-tracing-bridge-brave:1.3.x, all API are@NotNull
by default.Maybe, it is possible to add
@Nullable
tomakeCurrent
andset
methods in classio.micrometer.tracing.brave.bridge.BraveBaggageInScope
to avoid issues with nullabilities check?Many thanks & regards
The text was updated successfully, but these errors were encountered: