spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

has plan to Migration to httpclient 5 ? #841

Open little3201 opened 2 months ago

little3201 commented 2 months ago

Is your feature request related to a problem? Please describe. Current dependency httpclient 4.x, it dependency commons-logging, httpclient 5.x used sl4j, has plan to migration?

Describe the solution you'd like migration from httpclient4.x, see this migration-guide.

kzhsw commented 1 month ago

It's a transitive dependency from long unmantained com.ecwid.consul:consul-api, check https://github.com/spring-cloud/spring-cloud-consul/pull/840 for latest work on replacing this.