Merge branch 'main' into 3.1.x

This commit is contained in:
Marcin Grzejszczak
2021-05-25 13:18:21 +02:00
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ public final class SleuthContextListenerAccessor {
}
public static void set(BeanFactory beanFactory, boolean refreshed) {
SleuthContextListener.CACHE.put(beanFactory,
SleuthContextListener.CACHE.put(beanFactory.hashCode(),
new SleuthContextListener(new AtomicBoolean(refreshed), new AtomicBoolean(false)));
}