Huazhe Lei

Results 8 comments of Huazhe Lei

accept

Added: My bytebuddy version is 1.12.13 I loaded A,B's class from a jar separately, then put them to the Map classesTypeMap: ("A" -> byte[]) ("B" -> byte[]),the byte[] only on...

I change the skywalking-java-agent package for my personal using (I want a small agent, don't need many fuanctions of skywaling. ). But, when I launch the agent, here is the...

![image](https://user-images.githubusercontent.com/25452025/183645872-19bd1dff-f43e-4ec3-bcb2-d216a33a8ede.png) the MethodInvocationContext is the subclass of MethodInterceptResult. if classloader load the MethodInvocationContext first, it couldn't find the MethodInterceptResult .so exception below: java.lang. IllegalStateException Create breakpoint: java.lang.NoClassDefFoundError: com/maple/shine/apm/agent/core/plugin/interceptor/enhance/MethodInterceptResult this is...

resonable,I will check the bytebuddy's api, take some expriment.

The bytebuddy author's replay: _**If there is a dependency, you need to inject the classes in the required order.**_ https://github.com/raphw/byte-buddy/issues/1299