From 565f471d608e5fcd42a104854fcaad922c5009a1 Mon Sep 17 00:00:00 2001 From: Jonghae Park Date: Fri, 30 May 2025 22:43:41 +0900 Subject: [PATCH] remove duplicate line in docs (#1496) Signed-off-by: JongHae.Park --- docs/modules/ROOT/partials/_configprops.adoc | 1 - .../META-INF/additional-spring-configuration-metadata.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/docs/modules/ROOT/partials/_configprops.adoc b/docs/modules/ROOT/partials/_configprops.adoc index d5698893..0fd900f7 100644 --- a/docs/modules/ROOT/partials/_configprops.adoc +++ b/docs/modules/ROOT/partials/_configprops.adoc @@ -44,7 +44,6 @@ |spring.cloud.loadbalancer.enabled | `+++true+++` | Enables Spring Cloud LoadBalancer. |spring.cloud.loadbalancer.health-check.initial-delay | `+++0+++` | Initial delay value for the HealthCheck scheduler. |spring.cloud.loadbalancer.health-check.interval | `+++25s+++` | Interval for rerunning the HealthCheck scheduler. -|spring.cloud.loadbalancer.health-check.interval | `+++25s+++` | Interval for rerunning the HealthCheck scheduler. |spring.cloud.loadbalancer.health-check.path | | Path at which the health-check request should be made. Can be set up per `serviceId`. A `default` value can be set up as well. If none is set up, `/actuator/health` will be used. |spring.cloud.loadbalancer.health-check.port | | Path at which the health-check request should be made. If none is set, the port under which the requested service is available at the service instance. |spring.cloud.loadbalancer.health-check.refetch-instances | `+++false+++` | Indicates whether the instances should be refetched by the `HealthCheckServiceInstanceListSupplier`. This can be used if the instances can be updated and the underlying delegate does not provide an ongoing flux. diff --git a/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json index c30efdd0..218bb0a8 100644 --- a/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -59,12 +59,6 @@ "description": "Initial delay value for the HealthCheck scheduler.", "type": "java.time.Duration" }, - { - "name": "spring.cloud.loadbalancer.health-check.interval ", - "defaultValue": "25s", - "description": "Interval for rerunning the HealthCheck scheduler.", - "type": "java.time.Duration" - }, { "name": "spring.cloud.loadbalancer.health-check.path", "description": "Path at which the health-check request should be made. Can be set up per `serviceId`. A `default` value can be set up as well. If none is set up, `/actuator/health` will be used.",