From b090cfaf37930cf9fa4467a9e723237e7e1e68fb Mon Sep 17 00:00:00 2001 From: ascrutae Date: Tue, 27 Feb 2018 11:57:49 +0800 Subject: [PATCH] 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.