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/10/22 11:37:20 UTC

[skywalking] branch scope_name updated (7f8aa3b -> 6dd303f)

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

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


    from 7f8aa3b  Merge branch 'master' into scope_name
     add 26b1d41  Supporting RequestRateLimiterGatewayFilterFactory (#3538)
     add 6dd303f  Merge branch 'master' into scope_name

No new revisions were added by this update.

Summary of changes:
 .../gateway-2.1.x-plugin/pom.xml                   |  1 +
 ...or.java => FilteringWebHandlerInterceptor.java} | 88 +++++++++++-----------
 .../v21x/NettyRoutingFilterInterceptor.java        | 21 +-----
 .../FilteringWebHandlerInstrumentation.java}       | 15 ++--
 .../src/main/resources/skywalking-plugin.def       |  3 +-
 .../gateway-projectA-scenario/pom.xml              |  5 ++
 .../sc/gateway/projectA/ApiKeyResolver.java}       | 15 ++--
 .../src/main/resources/application.yml             | 11 ++-
 8 files changed, 82 insertions(+), 77 deletions(-)
 copy apm-sniffer/optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v21x/{NettyRoutingFilterInterceptor.java => FilteringWebHandlerInterceptor.java} (53%)
 copy apm-sniffer/{apm-toolkit-activation/apm-toolkit-logback-1.x-activation/src/main/java/org/apache/skywalking/apm/toolkit/activation/log/logback/v1/x/async/AsyncAppenderBaseInstrumentation.java => optional-plugins/optional-spring-plugins/optional-spring-cloud/gateway-2.1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/spring/cloud/gateway/v21x/define/FilteringWebHandlerInstrumentation.java} (81%)
 copy test/plugin/scenarios/{spring-3.0.x-scenario/src/main/java/test/org/apache/skywalking/apm/testcase/spring3/component/TestComponentBean.java => gateway-scenario/gateway-projectA-scenario/src/main/java/org/apache/skywalking/apm/testcase/sc/gateway/projectA/ApiKeyResolver.java} (66%)