@ -295,4 +295,4 @@ Bean Overrides such as `@MockitoBean`, `@MockitoSpyBean` and `@TestBean` can now
@@ -295,4 +295,4 @@ Bean Overrides such as `@MockitoBean`, `@MockitoSpyBean` and `@TestBean` can now
### Context Propagation for Kotlin Coroutines
Kotlin developers shared that while context propagation for traces worked well for blocking and reactive applications, this information is not available during the execution of a Kotlin Coroutine. This new release introduces a [`PropagationContextElement`](https://docs.spring.io/spring-framework/reference/7.0/languages/kotlin/coroutines.html#coroutines.propagation) operator to help Kotlin users. For now, you will need to add this operator to your Kotlin functions, but we are exploring ways to make this an automatic feature where possible.
Kotlin developers shared that while context propagation for traces worked well for blocking and reactive applications, this information is not available during the execution of a Kotlin Coroutine. This new release introduces [automatic context propagation](https://docs.spring.io/spring-framework/reference/7.0/languages/kotlin/coroutines.html#coroutines.propagation) for Coroutines via the [`PropagationContextElement`](https://docs.spring.io/spring-framework/reference/7.0/languages/kotlin/coroutines.html#coroutines.propagation) operator.