From ac481e1bbbdf7ea5f27ec66a2953970a662e7b91 Mon Sep 17 00:00:00 2001 From: Jared Tan Date: Sat, 31 Oct 2020 12:15:26 +0800 Subject: [PATCH] update hystrix plugin version support list. (#5759) --- docs/en/setup/service-agent/java-agent/Supported-list.md | 2 +- test/plugin/scenarios/hystrix-scenario/support-version.list | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md index 1d74374cb9..e10873f412 100644 --- a/docs/en/setup/service-agent/java-agent/Supported-list.md +++ b/docs/en/setup/service-agent/java-agent/Supported-list.md @@ -82,7 +82,7 @@ * Spring Bean annotations(@Bean, @Service, @Component, @Repository) 3.x and 4.x (Optional²) * Spring Core Async SuccessCallback/FailureCallback/ListenableFutureCallback 4.x * Spring Transaction 4.x and 5.x (Optional²) -* [Hystrix: Latency and Fault Tolerance for Distributed Systems](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.18 * Scheduler * [Elastic Job](https://github.com/elasticjob/elastic-job) 2.x * [Apache ShardingSphere-Elasticjob](https://github.com/apache/shardingsphere-elasticjob) 3.0.0-alpha diff --git a/test/plugin/scenarios/hystrix-scenario/support-version.list b/test/plugin/scenarios/hystrix-scenario/support-version.list index 3f0d661011..2b115890af 100644 --- a/test/plugin/scenarios/hystrix-scenario/support-version.list +++ b/test/plugin/scenarios/hystrix-scenario/support-version.list @@ -16,3 +16,4 @@ 1.4.26 1.5.12 +1.5.18 -- GitLab