Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB2F5200CFC for ; Thu, 28 Sep 2017 15:34:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D98E31609ED; Thu, 28 Sep 2017 13:34:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 52AE41609C2 for ; Thu, 28 Sep 2017 15:34:01 +0200 (CEST) Received: (qmail 40013 invoked by uid 500); 28 Sep 2017 13:34:00 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 40004 invoked by uid 99); 28 Sep 2017 13:34:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2017 13:34:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68545E967F; Thu, 28 Sep 2017 13:34:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lburgazzoli@apache.org To: commits@camel.apache.org Date: Thu, 28 Sep 2017 13:34:00 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] camel git commit: Add experimental support warning archived-at: Thu, 28 Sep 2017 13:34:02 -0000 Repository: camel Updated Branches: refs/heads/master 83f50465f -> 7f82f94b6 Add experimental support warning Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e5e18f36 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e5e18f36 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e5e18f36 Branch: refs/heads/master Commit: e5e18f364b9304ef44dac19c0d045d2e690a7d4f Parents: 1bf1450 Author: lburgazzoli Authored: Thu Sep 28 14:33:58 2017 +0200 Committer: lburgazzoli Committed: Thu Sep 28 15:33:18 2017 +0200 ---------------------------------------------------------------------- camel-core/src/main/docs/health-check.adoc | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e5e18f36/camel-core/src/main/docs/health-check.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/health-check.adoc b/camel-core/src/main/docs/health-check.adoc index 1d2bf5e..67ec2ba 100644 --- a/camel-core/src/main/docs/health-check.adoc +++ b/camel-core/src/main/docs/health-check.adoc @@ -3,6 +3,11 @@ *Available as of Camel 2.20* +[WARNING] +==== +*Experimental feature* +==== + Camel 2.20 provides an *experimental* support to probe the state of a Camel integration via a pluggable Health Check strategy based on the following concepts: - *HealthCheck:* represent an health check and defines its basic contract;