This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch fix/typo in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git
commit 6f12e8bd8d1f72df9515b12cc6dedef9235b5511 Merge: 534b049 d1a6f0d Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Wed Feb 28 11:17:45 2018 +0800 Merge branch 'master' into fix/typo apm-sniffer/apm-sdk-plugin/pom.xml | 1 + .../apm-sdk-plugin/rocketMQ-3.x-plugin/pom.xml | 68 +++++++++++ .../v3/AbstractMessageConsumeInterceptor.java | 78 ++++++++++++ .../v3/MessageConcurrentlyConsumeInterceptor.java | 50 ++++++++ .../v3/MessageOrderlyConsumeInterceptor.java | 51 ++++++++ .../plugin/rocketMQ/v3/MessageSendInterceptor.java | 100 +++++++++++++++ .../plugin/rocketMQ/v3/OnExceptionInterceptor.java | 61 +++++++++ .../plugin/rocketMQ/v3/OnSuccessInterceptor.java | 68 +++++++++++ .../rocketMQ/v3/UpdateNameServerInterceptor.java | 43 +++++++ .../ConsumeMessageConcurrentlyInstrumentation.java | 68 +++++++++++ .../ConsumeMessageOrderlyInstrumentation.java | 68 +++++++++++ .../v3/define/MQClientAPIImplInstrumentation.java | 89 ++++++++++++++ .../v3/define/SendCallBackEnhanceInfo.java | 44 +++++++ .../v3/define/SendCallbackInstrumentation.java | 86 +++++++++++++ .../src/main/resources/skywalking-plugin.def | 4 + .../rocketMQ/v3/MessageSendInterceptorTest.java | 136 +++++++++++++++++++++ .../rocketMQ/v3/OnExceptionInterceptorTest.java | 88 +++++++++++++ .../rocketMQ/v3/OnSuccessInterceptorTest.java | 114 +++++++++++++++++ 18 files changed, 1217 insertions(+) -- To stop receiving notification emails like this one, please contact [email protected].
