apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.92k stars 6.53k forks source link

[Bug] Agent should shade async-profiler packages #12748

Closed wu-sheng closed 3 weeks ago

wu-sheng commented 3 weeks ago

Search before asking

Apache SkyWalking Component

Java Agent (apache/skywalking-java)

What happened

image

one.* are package from async-profiler, we should shade them into org.apache.skywalking.dependencies.asyncprofiler.one.*

What you expected to happen

The new dependency classes could be shaded in org.apache.skywalking

How to reproduce

Just check the binary package.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

wu-sheng commented 3 weeks ago

fyi @zhengziyi0117 as owner.