Skip to content

Commit aa272b4

Browse files
committed
Upgrade to Dokka 2.1.0-Beta
Required for Java 25 support. Closes gh-35532
1 parent c79e4e2 commit aa272b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ext {
2020
dependencies {
2121
checkstyle "io.spring.javaformat:spring-javaformat-checkstyle:${javaFormatVersion}"
2222
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
23-
implementation "org.jetbrains.dokka:dokka-gradle-plugin:2.0.0"
23+
implementation "org.jetbrains.dokka:dokka-gradle-plugin:2.1.0-Beta"
2424
implementation "com.tngtech.archunit:archunit:1.4.1"
2525
implementation "org.gradle:test-retry-gradle-plugin:1.6.2"
2626
implementation "io.spring.javaformat:spring-javaformat-gradle-plugin:${javaFormatVersion}"

spring-web/src/main/kotlin/org/springframework/web/server/CoWebFilter.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ abstract class CoWebFilter : WebFilter {
5757

5858
/**
5959
* Name of the [ServerWebExchange] attribute that contains the
60-
* [kotlin.coroutines.CoroutineContext] to be passed to the
61-
* [org.springframework.web.reactive.result.method.InvocableHandlerMethod].
60+
* [kotlin.coroutines.CoroutineContext] to be passed to
61+
* `org.springframework.web.reactive.result.method.InvocableHandlerMethod`.
6262
*/
6363
@JvmField
6464
val COROUTINE_CONTEXT_ATTRIBUTE = CoWebFilter::class.java.getName() + ".context"

0 commit comments

Comments
 (0)