You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2018/11/15 12:34:49 UTC

[incubator-skywalking] branch backend-init updated (7f3ad02 -> 7e79b7d)

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

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


    from 7f3ad02  Merge branch 'master' into backend-init
     add b44c6cc  Fix custom HystrixConcurrencyStrategy/CommandExecutionHook doesn't wo… (#1901)
     add 4e3fa95  Fix the license being pointed out by Justin in release vote. (#1910)
     add 7e79b7d  Merge branch 'master' into backend-init

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   2 +-
 apm-dist/release-docs/LICENSE                      |   3 +-
 .../v1/HystrixConcurrencyStrategyInterceptor.java  |  35 +++++++-
 .../hystrix/v1/HystrixPluginsInterceptor.java      |  32 ++++++-
 .../HystrixConcurrencyStrategyInterceptorTest.java | 100 +++++++++++++++++++++
 .../hystrix/v1/HystrixPluginsInterceptorTest.java  | 100 +++++++++++++++++++++
 6 files changed, 266 insertions(+), 6 deletions(-)
 create mode 100644 apm-sniffer/apm-sdk-plugin/hystrix-1.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/hystrix/v1/HystrixConcurrencyStrategyInterceptorTest.java
 create mode 100644 apm-sniffer/apm-sdk-plugin/hystrix-1.x-plugin/src/test/java/org/apache/skywalking/apm/plugin/hystrix/v1/HystrixPluginsInterceptorTest.java