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

[core] Fix missing kotlin and okio dependencies when using okhttp3. #5050

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

LinMingQiang
Copy link
Contributor

Purpose

Relation pr : #5044 (this pr can't be reopen because force push.)

When I used the partition mark done action of http-report :
java. lang.NoClassDefFoundError: okio/Options
java. lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics

So we need to shade okio-jvm and kotlin-stdlib too.

Linked issue: close #xxx

Tests

API and Format

Documentation

@LinMingQiang
Copy link
Contributor Author

LinMingQiang commented Feb 11, 2025

@jerry-024 Here, it can only be 'okio-jvm' not 'okio', otherwise ut will not pass.

@LinMingQiang
Copy link
Contributor Author

This is the final version, production test or ut has passed.

@wwj6591812
Copy link
Contributor

+1

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