You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/26 13:41:21 UTC

[camel] branch master updated (710bd55 -> be6b777)

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

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


    from 710bd55  CAMEL-16396: Fix resolution of health checks from HealthCheckRegistryRepository
     new 3305dc8  CAMEL-16409 - camel-google-cloud-functions - Better description
     new 49006b3  CAMEL-16409 - Regen
     new be6b777  Regen

The 3 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/catalog/components/google-functions.json    | 2 +-
 .../apache/camel/catalog/docs/google-functions-component.adoc    | 2 +-
 .../camel/component/google/functions/google-functions.json       | 2 +-
 .../src/main/docs/google-functions-component.adoc                | 2 +-
 .../component/google/functions/GoogleCloudFunctionsEndpoint.java | 2 +-
 .../apache/camel/builder/component/ComponentsBuilderFactory.java | 3 +--
 .../component/dsl/GoogleFunctionsComponentBuilderFactory.java    | 6 ++----
 core/camel-componentdsl/src/generated/resources/metadata.json    | 2 +-
 .../apache/camel/builder/endpoint/StaticEndpointBuilders.java    | 6 ++----
 .../endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java | 9 +++------
 .../modules/ROOT/pages/google-functions-component.adoc           | 2 +-
 11 files changed, 15 insertions(+), 23 deletions(-)

[camel] 01/03: CAMEL-16409 - camel-google-cloud-functions - Better description

Posted by ac...@apache.org.
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

commit 3305dc83b2ba1cf3e92628280c41d8bebd04de4e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 26 14:30:57 2021 +0100

    CAMEL-16409 - camel-google-cloud-functions - Better description
---
 .../camel/component/google/functions/GoogleCloudFunctionsEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
index 895aa0d..de4a1dc 100644
--- a/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
+++ b/components/camel-google/camel-google-functions/src/main/java/org/apache/camel/component/google/functions/GoogleCloudFunctionsEndpoint.java
@@ -26,7 +26,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.
+ * Manage and invoke Google Cloud Functions
  * 
  * Google Functions Endpoint definition represents a function within the GCP and contains configuration to customize the
  * behavior of Producer.

[camel] 03/03: Regen

Posted by ac...@apache.org.
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

commit be6b777aaaf2a3ab221034f6420f9b7465d23889
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 26 14:40:38 2021 +0100

    Regen
---
 .../resources/org/apache/camel/catalog/components/google-functions.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-functions.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-functions.json
index 21a6075..6223b0f 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-functions.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-functions.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "google-functions",
     "title": "GoogleCloudFunctions",
-    "description": "Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.",
+    "description": "Manage and invoke Google Cloud Functions",
     "deprecated": false,
     "firstVersion": "3.9.0",
     "label": "cloud",

[camel] 02/03: CAMEL-16409 - Regen

Posted by ac...@apache.org.
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

commit 49006b30d42eed0272dd1a5ae9b2effe89e6f8e4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 26 14:31:40 2021 +0100

    CAMEL-16409 - Regen
---
 .../apache/camel/catalog/docs/google-functions-component.adoc    | 2 +-
 .../camel/component/google/functions/google-functions.json       | 2 +-
 .../src/main/docs/google-functions-component.adoc                | 2 +-
 .../apache/camel/builder/component/ComponentsBuilderFactory.java | 3 +--
 .../component/dsl/GoogleFunctionsComponentBuilderFactory.java    | 6 ++----
 core/camel-componentdsl/src/generated/resources/metadata.json    | 2 +-
 .../apache/camel/builder/endpoint/StaticEndpointBuilders.java    | 6 ++----
 .../endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java | 9 +++------
 .../modules/ROOT/pages/google-functions-component.adoc           | 2 +-
 9 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc
index da6a86c..27595e3 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/google-functions-component.adoc
@@ -2,7 +2,7 @@
 = GoogleCloudFunctions Component
 :docTitle: GoogleCloudFunctions
 :artifactId: camel-google-functions
-:description: Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.
+:description: Manage and invoke Google Cloud Functions
 :since: 3.9
 :supportLevel: Preview
 :component-header: Only producer is supported
diff --git a/components/camel-google/camel-google-functions/src/generated/resources/org/apache/camel/component/google/functions/google-functions.json b/components/camel-google/camel-google-functions/src/generated/resources/org/apache/camel/component/google/functions/google-functions.json
index 21a6075..6223b0f 100644
--- a/components/camel-google/camel-google-functions/src/generated/resources/org/apache/camel/component/google/functions/google-functions.json
+++ b/components/camel-google/camel-google-functions/src/generated/resources/org/apache/camel/component/google/functions/google-functions.json
@@ -3,7 +3,7 @@
     "kind": "component",
     "name": "google-functions",
     "title": "GoogleCloudFunctions",
-    "description": "Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.",
+    "description": "Manage and invoke Google Cloud Functions",
     "deprecated": false,
     "firstVersion": "3.9.0",
     "label": "cloud",
diff --git a/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc b/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
index da6a86c..27595e3 100644
--- a/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
+++ b/components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
@@ -2,7 +2,7 @@
 = GoogleCloudFunctions Component
 :docTitle: GoogleCloudFunctions
 :artifactId: camel-google-functions
-:description: Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.
+:description: Manage and invoke Google Cloud Functions
 :since: 3.9
 :supportLevel: Preview
 :component-header: Only producer is supported
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
index deb8422..4d9c905 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/ComponentsBuilderFactory.java
@@ -1653,8 +1653,7 @@ public interface ComponentsBuilderFactory {
     }
     /**
      * GoogleCloudFunctions (camel-google-functions)
-     * Store and retrieve objects from Google Cloud Functions Service using the
-     * google-cloud-storage library.
+     * Manage and invoke Google Cloud Functions
      * 
      * Category: cloud
      * Since: 3.9
diff --git a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GoogleFunctionsComponentBuilderFactory.java b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GoogleFunctionsComponentBuilderFactory.java
index 9338f9e..c220912 100644
--- a/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GoogleFunctionsComponentBuilderFactory.java
+++ b/core/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/GoogleFunctionsComponentBuilderFactory.java
@@ -23,8 +23,7 @@ import org.apache.camel.builder.component.ComponentBuilder;
 import org.apache.camel.component.google.functions.GoogleCloudFunctionsComponent;
 
 /**
- * Store and retrieve objects from Google Cloud Functions Service using the
- * google-cloud-storage library.
+ * Manage and invoke Google Cloud Functions
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -33,8 +32,7 @@ public interface GoogleFunctionsComponentBuilderFactory {
 
     /**
      * GoogleCloudFunctions (camel-google-functions)
-     * Store and retrieve objects from Google Cloud Functions Service using the
-     * google-cloud-storage library.
+     * Manage and invoke Google Cloud Functions
      * 
      * Category: cloud
      * Since: 3.9
diff --git a/core/camel-componentdsl/src/generated/resources/metadata.json b/core/camel-componentdsl/src/generated/resources/metadata.json
index d25894f..1429e66 100644
--- a/core/camel-componentdsl/src/generated/resources/metadata.json
+++ b/core/camel-componentdsl/src/generated/resources/metadata.json
@@ -2689,7 +2689,7 @@
     "kind": "component",
     "name": "google-functions",
     "title": "GoogleCloudFunctions",
-    "description": "Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.",
+    "description": "Manage and invoke Google Cloud Functions",
     "deprecated": false,
     "firstVersion": "3.9.0",
     "label": "cloud",
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
index 1c03d57..2982e7d 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java
@@ -5589,8 +5589,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * GoogleCloudFunctions (camel-google-functions)
-     * Store and retrieve objects from Google Cloud Functions Service using the
-     * google-cloud-storage library.
+     * Manage and invoke Google Cloud Functions
      * 
      * Category: cloud
      * Since: 3.9
@@ -5610,8 +5609,7 @@ public class StaticEndpointBuilders {
     }
     /**
      * GoogleCloudFunctions (camel-google-functions)
-     * Store and retrieve objects from Google Cloud Functions Service using the
-     * google-cloud-storage library.
+     * Manage and invoke Google Cloud Functions
      * 
      * Category: cloud
      * Since: 3.9
diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java
index 6322dbd..4d7a4c9 100644
--- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/GoogleCloudFunctionsEndpointBuilderFactory.java
@@ -22,8 +22,7 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * Store and retrieve objects from Google Cloud Functions Service using the
- * google-cloud-storage library.
+ * Manage and invoke Google Cloud Functions
  * 
  * Generated by camel build tools - do NOT edit this file!
  */
@@ -258,8 +257,7 @@ public interface GoogleCloudFunctionsEndpointBuilderFactory {
     public interface GoogleCloudFunctionsBuilders {
         /**
          * GoogleCloudFunctions (camel-google-functions)
-         * Store and retrieve objects from Google Cloud Functions Service using
-         * the google-cloud-storage library.
+         * Manage and invoke Google Cloud Functions
          * 
          * Category: cloud
          * Since: 3.9
@@ -278,8 +276,7 @@ public interface GoogleCloudFunctionsEndpointBuilderFactory {
         }
         /**
          * GoogleCloudFunctions (camel-google-functions)
-         * Store and retrieve objects from Google Cloud Functions Service using
-         * the google-cloud-storage library.
+         * Manage and invoke Google Cloud Functions
          * 
          * Category: cloud
          * Since: 3.9
diff --git a/docs/components/modules/ROOT/pages/google-functions-component.adoc b/docs/components/modules/ROOT/pages/google-functions-component.adoc
index b50be1a..c34d79b 100644
--- a/docs/components/modules/ROOT/pages/google-functions-component.adoc
+++ b/docs/components/modules/ROOT/pages/google-functions-component.adoc
@@ -4,7 +4,7 @@
 :page-source: components/camel-google/camel-google-functions/src/main/docs/google-functions-component.adoc
 :docTitle: GoogleCloudFunctions
 :artifactId: camel-google-functions
-:description: Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library.
+:description: Manage and invoke Google Cloud Functions
 :since: 3.9
 :supportLevel: Preview
 :component-header: Only producer is supported