spring-framework
spring-framework copied to clipboard
Harmonize Reactor Netty client class names
The recent introduction of ReactorNettyClientRequestFactory brought a naming inconsistency with ReactorClientHttpConnector as well as HttpComponentsClientHttpRequestFactory: it would rather have to be called ReactorClientHttpRequestFactory. However, there is also ReactorNetty2ClientHttpConnector, so ReactorClientHttpConnector could also be named ReactorNettyClientHttpConnector instead. To wrap it up, HttpComponentsClientHttpRequestFactory could be named HttpComponentsClientRequestFactory (dropping the repeated Http from the interface name, just like in ReactorNettyClientRequestFactory).