Files
spring-cloud-sleuth/spring-cloud-sleuth-api
Marcin Grzejszczak 3d198306ea Properly clears the scopes (#2280)
without this fix when calling `maybeScope(null)` or `withSpan(null)` or `newScope(null)` we ended up with creating a null scope that would allocate additional resources and not clear things.

with this fix we're clearing all the scopes and removing thread locals
2023-04-14 13:35:35 +02:00
..
2023-04-14 13:35:35 +02:00