This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 860fb08  Add StaticMethodsAroundInterceptor to be injected. (#3174)
860fb08 is described below

commit 860fb0843ce127cb90212dfcde46fcca5bbb65f0
Author: li.can <[email protected]>
AuthorDate: Sat Jul 27 15:52:49 2019 +0800

    Add StaticMethodsAroundInterceptor to be injected. (#3174)
---
 .../apm/agent/core/plugin/bootstrap/BootstrapInstrumentBoost.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/bootstrap/BootstrapInstrumentBoost.java
 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/bootstrap/BootstrapInstrumentBoost.java
index e3b5af1..c1dda6d 100644
--- 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/bootstrap/BootstrapInstrumentBoost.java
+++ 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/bootstrap/BootstrapInstrumentBoost.java
@@ -56,6 +56,7 @@ public class BootstrapInstrumentBoost {
         
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.BootstrapInterRuntimeAssist",
         
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceMethodsAroundInterceptor",
         
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.InstanceConstructorInterceptor",
+        
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.StaticMethodsAroundInterceptor",
         
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptResult",
         
"org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.OverrideCallable",
         "org.apache.skywalking.apm.agent.core.plugin.bootstrap.IBootstrapLog"

Reply via email to