-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(connect): upgrade to apache httpclient 5.x #4408 #4569
base: master
Are you sure you want to change the base?
feat(connect): upgrade to apache httpclient 5.x #4408 #4569
Conversation
e3b16d9
to
7144599
Compare
f4ce42f
to
dc187a0
Compare
dc187a0
to
10b2d86
Compare
Thank you for raising the PR. Best, |
@strangelookingnerd, I wanted to trigger the tests against this branch but the build is failing.
Error that I see:
|
a0262e7
to
8f584ec
Compare
I resolved the merge conflicts. |
8f584ec
to
3d05e62
Compare
3d05e62
to
297d773
Compare
There are some test failures related to the changes of this PR. |
- implement connectors based on httpclient 5.x - update README.md to reflect changes - trivial code cleanup
* preserve compatibility Co-authored-by: tasso94 <[email protected]>
- consolidate version.httpclient property
9035806
to
55dc4ed
Compare
- set version.httpclient to 5.3.1
55dc4ed
to
ffc14f8
Compare
Seems like there is a version mismatch for
Now there is two options:
In my experience the second option will cause way less headache further down the road. I downgraded the |
Re-created from #4408
related to #4438