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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 7178466  camel-health - Add to upgrade guide
7178466 is described below

commit 71784665df1662938123106b2b61e499b2111bdc
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 2 17:53:19 2020 +0200

    camel-health - Add to upgrade guide
---
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
index a8b0d8c..a6cbf26 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc
@@ -25,6 +25,13 @@ For example to use JMX during testing you the following 
dependency as test scope
 === Health Check
 
 The default health check implementation has been moved out of `camel-base` 
into `camel-health` as a separate module.
+The health check has been refactored and there are some APIs and classes that 
has been changed.
+The health check in `camel-consul` has been removed.
+
+The old health check was not fully implemented and was only targeting Spring 
Boot.
+The new system is more generic and supports all Camel runtimes.
+
+An example is provided in `camel-example-main-health`.
 
 === Template components
 

Reply via email to