You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/11/30 20:30:11 UTC

[camel-karaf] branch main updated (96b67c5 -> 8cf28d4)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


    from 96b67c5  Prepare for next version
     new 3fa15fb  CAMEL-15133: camel-health - Resolve health-checks from classpath and make it friendlier to provide custom health checks.
     new 8cf28d4  Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/blueprint/CamelContextFactoryBean.java   | 11 +++++++++++
 docs/modules/ROOT/pages/components.adoc                       |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

[camel-karaf] 01/02: CAMEL-15133: camel-health - Resolve health-checks from classpath and make it friendlier to provide custom health checks.

Posted by da...@apache.org.
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-karaf.git

commit 3fa15fb309a200b1ca5802262a6e7a78da67a3ac
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Nov 30 21:16:30 2021 +0100

    CAMEL-15133: camel-health - Resolve health-checks from classpath and make it friendlier to provide custom health checks.
---
 .../org/apache/camel/blueprint/CamelContextFactoryBean.java   | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java b/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
index 82fd8bb..34fec02 100644
--- a/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
+++ b/components/camel-blueprint/src/main/java/org/apache/camel/blueprint/CamelContextFactoryBean.java
@@ -161,6 +161,8 @@ public class CamelContextFactoryBean extends AbstractCamelContextFactoryBean<Blu
     @XmlAttribute
     private String typeConverterStatisticsEnabled;
     @XmlAttribute
+    private String loadHealthChecks;
+    @XmlAttribute
     private String inflightRepositoryBrowseEnabled;
     @XmlAttribute
     private TypeConverterExists typeConverterExists;
@@ -547,6 +549,15 @@ public class CamelContextFactoryBean extends AbstractCamelContextFactoryBean<Blu
     }
 
     @Override
+    public String getLoadHealthChecks() {
+        return loadHealthChecks;
+    }
+
+    public void setLoadHealthChecks(String loadHealthChecks) {
+        this.loadHealthChecks = loadHealthChecks;
+    }
+
+    @Override
     public String getLoadTypeConverters() {
         return loadTypeConverters;
     }

[camel-karaf] 02/02: Regen

Posted by da...@apache.org.
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-karaf.git

commit 8cf28d41ac4f2630facd32b80074cc40442585d6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Nov 30 21:16:35 2021 +0100

    Regen
---
 docs/modules/ROOT/pages/components.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index c3b660f..10bfa17 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -104,7 +104,7 @@ Number of Camel components: 204 in 204 JAR artifacts (1 deprecated)
 | xref:next@components::azure-storage-blob-component.adoc[Azure Storage Blob Service] (camel-azure-storage-blob) +
 `azure-storage-blob:accountName/containerName` | 3.3 | Store and retrieve blobs from Azure Storage Blob Service using SDK v12.
 
-| xref:next@components::azure-storage-datalake-component.adoc[Azure storage datalake service] (camel-azure-storage-datalake) +
+| xref:next@components::azure-storage-datalake-component.adoc[Azure Storage Datalake Service] (camel-azure-storage-datalake) +
 `azure-storage-datalake:accountName/fileSystemName` | 3.8 | Camel Azure Datalake Gen2 Component
 
 | xref:next@components::azure-storage-queue-component.adoc[Azure Storage Queue Service] (camel-azure-storage-queue) +