mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Upgrade to Dokka 2.1.0-Beta
Required for Java 25 support. Closes gh-35532
This commit is contained in:
@@ -57,8 +57,8 @@ abstract class CoWebFilter : WebFilter {
|
||||
|
||||
/**
|
||||
* Name of the [ServerWebExchange] attribute that contains the
|
||||
* [kotlin.coroutines.CoroutineContext] to be passed to the
|
||||
* [org.springframework.web.reactive.result.method.InvocableHandlerMethod].
|
||||
* [kotlin.coroutines.CoroutineContext] to be passed to
|
||||
* `org.springframework.web.reactive.result.method.InvocableHandlerMethod`.
|
||||
*/
|
||||
@JvmField
|
||||
val COROUTINE_CONTEXT_ATTRIBUTE = CoWebFilter::class.java.getName() + ".context"
|
||||
|
||||
Reference in New Issue
Block a user