This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new b1bfbf8  CAMEL-17587: camel-health - Make Health Check API simpler
b1bfbf8 is described below

commit b1bfbf82c22ce53c26a1b9b4fe9ab71adf263e9f
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 7 11:27:36 2022 +0100

    CAMEL-17587: camel-health - Make Health Check API simpler
---
 health-checks/src/main/resources/application.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/health-checks/src/main/resources/application.properties 
b/health-checks/src/main/resources/application.properties
index 1ccbb76..23c25dc 100644
--- a/health-checks/src/main/resources/application.properties
+++ b/health-checks/src/main/resources/application.properties
@@ -63,7 +63,7 @@ camel.health.registry-enabled = true
 # you can turn on or off individual routes as shown below
 ### camel.heath.config[timer].parent = routes
 ### camel.heath.config[timer].enabled = true
-### camel.heath.config[netty].check = routes
+### camel.heath.config[netty].parent = routes
 ### camel.heath.config[netty].enabled = false
 
 # find grained routes configuration per route (support wildcards)

Reply via email to