From a3cb3e41307ccd4b53edd83720538c5a512bb7e2 Mon Sep 17 00:00:00 2001 From: ascrutae Date: Tue, 27 Feb 2018 11:51:12 +0800 Subject: [PATCH 1/3] add hystrix framework to support list --- docs/Supported-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Supported-list.md b/docs/Supported-list.md index cf1e4a26e..17cb5fc63 100644 --- a/docs/Supported-list.md +++ b/docs/Supported-list.md @@ -47,6 +47,7 @@ * Scheduler * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x * OpenTracing community supported +* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12 ¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases. From b090cfaf37930cf9fa4467a9e723237e7e1e68fb Mon Sep 17 00:00:00 2001 From: ascrutae Date: Tue, 27 Feb 2018 11:57:49 +0800 Subject: [PATCH 2/3] Move Hystrix to Spring Ecosystem --- docs/Supported-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Supported-list.md b/docs/Supported-list.md index 17cb5fc63..d804e0aa9 100644 --- a/docs/Supported-list.md +++ b/docs/Supported-list.md @@ -44,10 +44,10 @@ * Spring Ecosystem * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²) * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x + * [Hystrix](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12 * Scheduler * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x * OpenTracing community supported -* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12 ¹Required dependencies for these components must be first manually downloaded before being built, due to license incompatibilities. For this reason these components are not by default included in the SkyWalking releases. From fe587c8f297b7f0c02f6390bcce12d0d284a4bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 27 Feb 2018 15:52:31 +0800 Subject: [PATCH 3/3] Update Supported-list.md --- docs/Supported-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Supported-list.md b/docs/Supported-list.md index d804e0aa9..e0db31239 100644 --- a/docs/Supported-list.md +++ b/docs/Supported-list.md @@ -44,7 +44,7 @@ * Spring Ecosystem * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²) * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x - * [Hystrix](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12 +* [Hystrix: Latency and Fault Tolerance for Distributed Systems](https://github.com/Netflix/Hystrix) 1.4.20 -> 1.5.12 * Scheduler * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x * OpenTracing community supported