spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Harmonize Reactor Netty client class names

Open jhoeller opened this issue 1 year ago • 0 comments

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).

jhoeller avatar Aug 13 '24 20:08 jhoeller