diff --git a/Spring-Framework-7.0-Release-Notes.md b/Spring-Framework-7.0-Release-Notes.md index c5a6638..af75df6 100644 --- a/Spring-Framework-7.0-Release-Notes.md +++ b/Spring-Framework-7.0-Release-Notes.md @@ -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. \ No newline at end of file +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. \ No newline at end of file