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

okhttp: Fix okio 2.x API incompatibility #8005

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Mar 22, 2021

okio 2.x is ABI compatible with 1.x but not API compatible. This hasn't
been a problem as users use binaries from Maven Central so the ABI
compatibility is the important part. However, when building with Bazel
the API compatibily is the important part.

Tested with okio 2.10.0

Fixes #8004

CC @Kernald

okio 2.x is ABI compatible with 1.x but not API compatible. This hasn't
been a problem as users use binaries from Maven Central so the ABI
compatibility is the important part. However, when building with Bazel
the API compatibily is the important part.

Tested with okio 2.10.0

Fixes grpc#8004
@ejona86 ejona86 requested a review from voidzcy March 22, 2021 23:59
@Kernald
Copy link

Kernald commented Mar 23, 2021

I confirm that this fixes #8004 for me - thanks again!

@ejona86 ejona86 merged commit 931d95d into grpc:master Mar 23, 2021
@ejona86 ejona86 deleted the okio-2.x-compat branch March 23, 2021 00:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Okio 2.x incompatibilities
3 participants