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

Upgrade to OkHttp 4.10.0, fixes #112 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asghol
Copy link

@asghol asghol commented Jun 22, 2022

OkHttp 3 and 4 are supposed to be fairly compatible according to OkHttp themselves. I do see some SocketException entries when running the tests. The test go green however and I've intercepted some of the tests to make sure that the test is not flakey with good results.

I'm still new to this project though so be critical.

References:
https://square.github.io/okhttp/changelogs/upgrading_to_okhttp_4/

@asghol asghol changed the title Upgrade to OkHttp 4.10.0 Upgrade to OkHttp 4.10.0, fixes #112 Jun 22, 2022
@asghol
Copy link
Author

asghol commented Jun 29, 2022

OkHttp 3.13.x+ targets Java 8 byte code...

@darrachequesne
Copy link
Member

@asghol thanks for the PR 👍

I think we will indeed need to drop support for Java 7 and create a new major version. Let me triage a few more issues in the Java client and we will proceed 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants