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 e2d8f62179eea9cea079398374e6a16256e609c8 Merge: 8c859d1 a5e3710 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Sun Jan 28 15:45:02 2018 +0800 Merge pull request #778 from ascrutae/feature/spring-bean-plugin [Agent] support spring bean plugin apm-sniffer/apm-sdk-plugin/pom.xml | 7 +- .../optional-spring-plugins}/pom.xml | 21 ++-- .../spring-annotation-plugin}/pom.xml | 28 +++-- .../AbstractSpringBeanInstrumentation.java | 58 +++++++++++ .../annotations/SpringAnnotationInterceptor.java | 46 +++++++++ .../bean/SpringBeanInstrumentation.java | 36 +++++++ .../component/SpringComponentInstrumentation.java | 33 ++++++ .../SpringRepositoryInstrumentation.java | 33 ++++++ .../services/SpringServicesInstrumentation.java | 33 ++++++ .../src/main/resources/skywalking-plugin.def | 4 + apm-sniffer/optional-plugins/pom.xml | 114 +++++++++++++++++++++ apm-sniffer/pom.xml | 1 + 12 files changed, 383 insertions(+), 31 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
