Framework 5.3 added support for Apache HttpClient 5 to WebClient
. We should add corresponding support in Spring Boot. I think that's some dependency management and some auto-configuration to create an HttpComponentsClientHttpConnector
when it's on the classpath (and Jetty and Reactor Netty are not).
Comment From: m1ngyuan
typos https://github.com/spring-projects/spring-boot/blob/ba2583900fc1f32ed7c074cde96abc4955f8cdbf/spring-boot-project/spring-boot-dependencies/build.gradle#L497
Comment From: wilkinsona
Thanks, @m1ngyuan. I've fixed that in eda9fe4952da9897fcd22673eba737d912a5db83.