Skip to content

Commit dc5a21f

Browse files
committed
Remove outdated note
See gh-20606
1 parent e1c8a84 commit dc5a21f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -77,14 +77,6 @@
7777
* <li>...
7878
* </ul>
7979
*
80-
* <p><strong>Warning</strong>: {@code WebTestClient} is not usable yet in
81-
* Kotlin due to a <a href="https://youtrack.jetbrains.com/issue/KT-5464">type inference issue</a>
82-
* which is expected to be fixed as of Kotlin 1.3. You can watch
83-
* <a href="https://github.com/spring-projects/spring-framework/issues/20606">gh-20606</a>
84-
* for up-to-date information. Meanwhile, the proposed alternative is to use
85-
* directly {@link WebClient} with its Reactor and Spring Kotlin extensions to
86-
* perform integration tests on an embedded WebFlux server.
87-
*
8880
* @author Rossen Stoyanchev
8981
* @author Brian Clozel
9082
* @author Sam Brannen

0 commit comments

Comments
 (0)