From 7ed54bda96520e024ba890b6f2e114495640daad Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 25 Jul 2020 07:20:06 +0200 Subject: [PATCH] Fix typo for management.health.readinessstate.enabled Closes gh-22560 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 5f7c1faae2..9764ff688d 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -220,7 +220,7 @@ "defaultValue": true }, { - "name": "management.health.readynessstate.enabled", + "name": "management.health.readinessstate.enabled", "type": "java.lang.Boolean", "description": "Whether to enable readiness state health check.", "defaultValue": false