File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
spring-test/src/main/java/org/springframework/test/web/reactive/server Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
77
77
* <li>...
78
78
* </ul>
79
79
*
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
- *
88
80
* @author Rossen Stoyanchev
89
81
* @author Brian Clozel
90
82
* @author Sam Brannen
You can’t perform that action at this time.
0 commit comments