-
Notifications
You must be signed in to change notification settings - Fork 152
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
[#2030] fix(client-spark): Remove javax and logging from relocation list to solve NoClassDefFoundError #2029
Conversation
Test Results 2 760 files - 32 2 760 suites - 32 5h 38m 7s ⏱️ - 12m 10s For more details on these failures, see this check. Results for commit 25576f6. ± Comparison against base commit 3673b55. ♻️ This comment has been updated with latest results. |
5ed905e
to
807e2cf
Compare
807e2cf
to
ef5b630
Compare
Could you help review this? @zhengchenyu |
@jerqi Please help to review this PR, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@jerqi thanks for your review |
…tion list to solve NoClassDefFoundError (apache#2029) ### What changes were proposed in this pull request? Do not relocate javax to avoid NoClassDefFoundError issue. ### Why are the changes needed? Fix: apache#2030 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Thanks for the verify check by @zhengchenyu . This is not reproduced on my env. (cherry picked from commit 95537cd)
What changes were proposed in this pull request?
Do not relocate javax to avoid NoClassDefFoundError issue.
Why are the changes needed?
Fix: #2030
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Thanks for the verify check by @zhengchenyu . This is not reproduced on my env.