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