-
Notifications
You must be signed in to change notification settings - Fork 645
Upgrade bytebuddy to 1.17.6 #761
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
Conversation
As I mentioned, please update license file. |
好的,吴老师,刚遗落了许可证的更新,我发起一个另外的pull request |
Update here, you just need to update your branch. |
And keep English for global users. Thanks. |
Yes. |
Should I withdraw this request and initiate it again? |
You should have a local branch, right? Just update it. |
Submitted, Mr. Wu |
And changes.md in the root please. |
ok |
Submitted, Mr. Wu |
As a new dependency introduced, it seems to break UTs. |
@kylixs Could you take a look as well? |
ok |
After testing, I found that upgrading to 1.17.6 solved the problem. I tried to push and re-run UTS |
Maven-shade-plugin may need to be adjusted. I'll try again. |
An new error shows up
|
Analysis shows that the new byte-buddy may contain java24 bytes, which causes the maven-shade-plugin to fail to package. I may need to consult byte-buddy to see if it can be excluded. |
Let's see how byte buddy community says |
okk |
This is my problem recurrence:
skywalking:9.3.0
guava: 33.2.1
then:
An error occurred during startup
Then I packaged it based on 9.5.0 (without upgrading byte-buddy) and found the same problem
When I updated to 1.15.5, the problem was solved