-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
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
).
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement