-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update httpclient artifact #40
Comments
We currently use the Google HTTP Client Library, which is what is pulling in the old version of httpclient. We have considered moving to using Apache httpclient directly to help avoid issues like this, but the work for doing so isn't currently scheduled. |
That's a real shame... I will see if I can maybe even submit a patch for transition to httpclient |
I'm not sure if it will work, but have you tried excluding the old version of httpcient? For instance:
|
Excluding the old version worked for me. |
This is fixed by 2.8.0-rc1. |
Hi Folks,
There are newever versions of the Apache httpclient artifact which this library should consider updating to.
Clients consuming geoip2 have classloading issues due to geoip2 using an old httpclient version.
I'll see if I can get something together and submit a PR.
The text was updated successfully, but these errors were encountered: