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

acosentino 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 75d405c  Regen
75d405c is described below

commit 75d405c5e1ededc3cb0f7cadffc41c5c07b9087b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jun 3 16:05:22 2020 +0200

    Regen
---
 docs/components/modules/ROOT/pages/iec60870-client-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/iec60870-server-component.adoc | 2 +-
 docs/components/modules/others/pages/microprofile-health.adoc     | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/iec60870-client-component.adoc 
b/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
index 5d0043d..36d4c9f 100644
--- a/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
+++ b/docs/components/modules/ROOT/pages/iec60870-client-component.adoc
@@ -14,7 +14,7 @@
 *{component-header}*
 
 The IEC 60870-5-104 Client component provides access to IEC 60870 servers 
using the
-http://eclipse.org/eclipsescada[Eclipse NeoSCADA™] implementation.
+http://eclipse.org/eclipsescada[Eclipse NeoSCADA] implementation.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
diff --git a/docs/components/modules/ROOT/pages/iec60870-server-component.adoc 
b/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
index a34ee8f..c4512a8 100644
--- a/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
+++ b/docs/components/modules/ROOT/pages/iec60870-server-component.adoc
@@ -14,7 +14,7 @@
 *{component-header}*
 
 The *IEC 60870-5-104 Server* component provides access to IEC 60870 servers 
using the
-http://eclipse.org/eclipsescada[Eclipse NeoSCADA™] implementation.
+http://eclipse.org/eclipsescada[Eclipse NeoSCADA] implementation.
 
 Maven users will need to add the following dependency to their `pom.xml`
 for this component:
diff --git a/docs/components/modules/others/pages/microprofile-health.adoc 
b/docs/components/modules/others/pages/microprofile-health.adoc
index 43b14ac..1a3d105 100644
--- a/docs/components/modules/others/pages/microprofile-health.adoc
+++ b/docs/components/modules/others/pages/microprofile-health.adoc
@@ -40,6 +40,7 @@ public class MyHealthCheck extends 
AbstractCamelMicroProfileLivenessCheck {
 
     public MyHealthCheck() {
         super("my-liveness-check-id");
+        getConfiguration().setEnabled(true);
     }
 
     @Override

Reply via email to