You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/01/05 03:37:01 UTC

[incubator-skywalking] branch master updated (60422f5 -> 48717e4)

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

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


    from 60422f5  Merge pull request #725 from apache/graph-ql/add-incoming-attr
     add 4e64362  [Agent] fix the spring plugin doesn't work
     new 48717e4  Merge pull request #728 from ascrutae/fix/spring-plugin-issue

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../mvc/commons/EnhanceRequireObjectCache.java     | 12 +++++++++--
 ...tationMethodHandlerAdapterInstrumentation.java} | 25 ++++++----------------
 .../InvokeHandlerMethodInterceptor.java}           | 12 ++++++-----
 .../src/main/resources/skywalking-plugin.def       |  1 +
 4 files changed, 24 insertions(+), 26 deletions(-)
 copy apm-sniffer/apm-sdk-plugin/{struts2-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/struts2/define/Struts2Instrumentation.java => spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/define/AnnotationMethodHandlerAdapterInstrumentation.java} (73%)
 copy apm-sniffer/apm-sdk-plugin/{tomcat-7.x-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/tomcat78x/TomcatExceptionInterceptor.java => spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/InvokeHandlerMethodInterceptor.java} (76%)
 create mode 100644 apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/resources/skywalking-plugin.def

-- 
To stop receiving notification emails like this one, please contact
['"commits@skywalking.apache.org" <co...@skywalking.apache.org>'].

[incubator-skywalking] 01/01: Merge pull request #728 from ascrutae/fix/spring-plugin-issue

Posted by wu...@apache.org.
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/incubator-skywalking.git

commit 48717e448f97b20db43180d5179a2ad01567e3e6
Merge: 60422f5 4e64362
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Jan 5 11:36:58 2018 +0800

    Merge pull request #728 from ascrutae/fix/spring-plugin-issue
    
    [Agent] fix the spring plugin doesn't work

 .../mvc/commons/EnhanceRequireObjectCache.java     | 12 ++++-
 ...otationMethodHandlerAdapterInstrumentation.java | 57 ++++++++++++++++++++++
 .../InvokeHandlerMethodInterceptor.java            | 47 ++++++++++++++++++
 .../src/main/resources/skywalking-plugin.def       |  1 +
 4 files changed, 115 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@skywalking.apache.org" <co...@skywalking.apache.org>.