Skip to content
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

Remove OkHttp transport #5113

Merged
merged 2 commits into from
Mar 28, 2022
Merged

Remove OkHttp transport #5113

merged 2 commits into from
Mar 28, 2022

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Feb 22, 2022

AHC5 was the default transport for 7 months now and we never had any reports about issues caused by it.

Since OkHttp transport's future in docker-java is unclear, and AHC5 covers everything, let's remove OkHttp transport option to reduce our set of dependencies.

@bsideup bsideup added this to the next milestone Feb 22, 2022
@bsideup
Copy link
Member Author

bsideup commented Mar 3, 2022

@rnorth do you have any objections? :)

@bsideup bsideup merged commit 0545c0e into master Mar 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the remove_okhttp branch March 28, 2022 15:01
smcvb added a commit to AxonIQ/axonserver-connector-java that referenced this pull request Sep 30, 2022
This project used the shaded dependency from testcontainers on okhttp3.
However, testcontainers decide to remove this entirely, in favor of
Apache HttpClient 5. They made this decision, as Apache HttpClient 5 is
apparently more stable (as you can read here https://github
.com/testcontainers/testcontainers-java/pull/5113). I think it's fair we
 follow the same paradigm. While making this adjustment, we should
 clean-up the dependencies a little and resolve warnings in the touched
 files too.

#dependency-upgrade/testcontainers
jaydeepk added a commit to znsio/specmatic that referenced this pull request Jun 16, 2023
…and above.

testcontainers/testcontainers-java#5113
AHC5 is what they are planing to continue with, hence replaced okhttp3 with apache httpclient 5 in tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants