Skip to content

Commit ae75d43

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents 25b6cc0 + b56b95d commit ae75d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/io/rest-client.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ include::code:MyService[]
6363
[[io.rest-client.webclient.runtime]]
6464
==== WebClient Runtime
6565
Spring Boot will auto-detect which `ClientHttpConnector` to use to drive `WebClient`, depending on the libraries available on the application classpath.
66-
For now, Reactor Netty and Jetty RS client are supported.
66+
For now, Reactor Netty, Jetty RS client and Apache HttpClient are supported.
6767

6868
The `spring-boot-starter-webflux` starter depends on `io.projectreactor.netty:reactor-netty` by default, which brings both server and client implementations.
6969
If you choose to use Jetty as a reactive server instead, you should add a dependency on the Jetty Reactive HTTP client library, `org.eclipse.jetty:jetty-reactive-httpclient`.
70-
Using the same technology for server and client has it advantages, as it will automatically share HTTP resources between client and server.
70+
Using the same technology for server and client has its advantages, as it will automatically share HTTP resources between client and server.
7171

7272
Developers can override the resource configuration for Jetty and Reactor Netty by providing a custom `ReactorResourceFactory` or `JettyResourceFactory` bean - this will be applied to both clients and servers.
7373

0 commit comments

Comments
 (0)