Upgrade some dependencies
* Remove already redundant `parentObservation` population in the `AbstractMessageChannel`: now it is handled properly by the `SimpleObservation` ctor
This commit is contained in:
@@ -335,7 +335,6 @@ public abstract class AbstractMessageChannel extends IntegrationObjectSupport
|
||||
DefaultMessageSenderObservationConvention.INSTANCE,
|
||||
() -> new MessageSenderContext(messageToSend, getComponentName()),
|
||||
this.observationRegistry)
|
||||
.parentObservation(this.observationRegistry.getCurrentObservation()) // TODO until the fix in micrometer-observation
|
||||
.observe(() -> sendInternal(messageToSend, timeout));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user