You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/18 05:48:39 UTC

[incubator-skywalking] branch master updated (4962cbb -> c694a30)

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 4962cbb  Merge pull request #2370 from peng-yongsheng/feature/oal_expression
     new 62f2133  impl USE_QUALIFIED_NAME_AS_ENDPOINT_NAME
     new 68376fb  vertx plugin work
     new ba15f2b  Merge branch 'master' into qualified-spring-mvc-endpoints
     new 7e31331  add to docs
     new e471b10  Merge branch 'master' into qualified-spring-mvc-endpoints
     new 2a31e5c  fix merge
     new 2493865  use MethodUtil
     new a2df0e0  didn't mean to commit with this PR
     new 7322ea8  updated to operation name
     new 6569288  meant to append
     new 5ef9adc  Merge branch 'master' into qualified-spring-mvc-endpoints
     new 94555f6  Merge remote-tracking branch 'origin/qualified-spring-mvc-endpoints' into qualified-spring-mvc-endpoints
     new fe9f81b  meant to append
     new 9a1518a  Merge branch 'master' into qualified-spring-mvc-endpoints
     new 257af0b  moved accepted method types to beginning of url
     new ffb6a1b  spelling
     new 6a6cbaa  formatting/spelling
     new c694a30  Merge pull request #2353 from BFergerson/qualified-spring-mvc-endpoints

The 4667 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:
 .../skywalking/apm/agent/core/conf/Config.java     | 15 +++++++++++++
 .../interceptor/AbstractMethodInterceptor.java     | 25 +++++++++++++++-------
 .../RequestMappingMethodInterceptor.java           | 20 +++++++++++++++--
 .../interceptor/RestMappingMethodInterceptor.java  |  8 +++++--
 .../webflux/v5/AbstractMethodInterceptor.java      |  7 +++---
 .../v5/RequestMappingMethodInterceptor.java        | 20 +++++++++++++++--
 .../webflux/v5/RestMappingMethodInterceptor.java   |  5 +++++
 .../trace/TraceAnnotationMethodInterceptor.java    |  3 ++-
 docker/config/component-libraries.yml              |  1 -
 docs/en/setup/service-agent/java-agent/README.md   |  4 +++-
 .../src/main/resources/component-libraries.yml     |  1 -
 11 files changed, 88 insertions(+), 21 deletions(-)