-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
ClientsClients within the Core repository such as High level Rest client and low level clientClients within the Core repository such as High level Rest client and low level clientenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
When I use latest rest client, it brings with it a dependency of an old async http client (httpasyncclient-4.1.4.jar).
This client is no longer maintained. See its github page: https://github.com/apache/httpasyncclient
Not only this is a security risk, I also believe that using this old client causes multiple issues, and also related to :
spring-projects/spring-data-elasticsearch#1387
spring-projects/spring-data-elasticsearch#1948
The expected solution:
elasticsearch-rest-client should use the latest modern http client 5.x, which has the same functionality.
https://github.com/apache/httpcomponents-client
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientsClients within the Core repository such as High level Rest client and low level clientClients within the Core repository such as High level Rest client and low level clientenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed