From 17f43fd138e04a12034c98370f7be696f98ab502 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 20 Apr 2017 15:12:57 -0400 Subject: [PATCH] Fixes #1855 --- spring-cloud-netflix-dependencies/pom.xml | 2 +- .../static/hystrix/components/hystrixCommand/hystrixCommand.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-cloud-netflix-dependencies/pom.xml b/spring-cloud-netflix-dependencies/pom.xml index 05aed7c6..a995dae1 100644 --- a/spring-cloud-netflix-dependencies/pom.xml +++ b/spring-cloud-netflix-dependencies/pom.xml @@ -17,7 +17,7 @@ 0.7.4 1.6.2 9.4.0 - 1.5.10 + 1.5.11 2.2.2 0.10.1 1.3.0 diff --git a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js index 9e505e93..9d5724d2 100644 --- a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js +++ b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js @@ -175,6 +175,7 @@ assertNotNull(data,"propertyValue_circuitBreakerSleepWindowInMilliseconds"); assertNotNull(data,"propertyValue_circuitBreakerErrorThresholdPercentage"); assertNotNull(data,"propertyValue_circuitBreakerForceOpen"); + assertNotNull(data,"propertyValue_circuitBreakerForceClosed"); assertNotNull(data,"propertyValue_executionIsolationStrategy"); assertNotNull(data,"propertyValue_executionIsolationThreadTimeoutInMilliseconds"); assertNotNull(data,"propertyValue_executionIsolationThreadInterruptOnTimeout"); @@ -539,5 +540,3 @@ return x1 + x2; } })(window); - -