From dc5a21fbd1d59a573b7385cdeb92d3bc103672a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 16 Jan 2024 16:43:28 +0100 Subject: [PATCH] Remove outdated note See gh-20606 --- .../test/web/reactive/server/WebTestClient.java | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java b/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java index 622c6f9d79..6b4e220728 100644 --- a/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java +++ b/spring-test/src/main/java/org/springframework/test/web/reactive/server/WebTestClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2023 the original author or authors. + * Copyright 2002-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -77,14 +77,6 @@ import org.springframework.web.util.UriBuilderFactory; *
  • ... * * - *

    Warning: {@code WebTestClient} is not usable yet in - * Kotlin due to a type inference issue - * which is expected to be fixed as of Kotlin 1.3. You can watch - * gh-20606 - * for up-to-date information. Meanwhile, the proposed alternative is to use - * directly {@link WebClient} with its Reactor and Spring Kotlin extensions to - * perform integration tests on an embedded WebFlux server. - * * @author Rossen Stoyanchev * @author Brian Clozel * @author Sam Brannen