This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch CAMEL-17515 in repository https://gitbox.apache.org/repos/asf/camel.git
commit a0b09b58513afabe9a5e2bd7f8a7b544874a5ef8 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Apr 4 11:04:29 2022 +0200 CAMEL-17515: Camel should report DOWN for readiness check during graceful shutdown (stopping camel context) --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc index 3cf6a391c72..c5e958634f6 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_17.adoc @@ -6,6 +6,11 @@ from both 3.0 to 3.1 and 3.1 to 3.2. == Upgrading Camel 3.16 to 3.17 +=== camel-health + +Camel now reports DOWN when Camel is being stopped, during the graceful shutdown process. +This ensures that Camel reports that it's not ready to accept new traffic. + === camel-main Added method `findRouteResourcesFromDirectory` to `org.apache.camel.main.RoutesCollector`.
