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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new b425ef7 [create-pull-request] automated change b425ef7 is described below commit b425ef74e328c9fe15838e0e448602137fec6992 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Mar 27 01:05:10 2021 +0000 [create-pull-request] automated change --- .../apache/camel/springboot/catalog/components/google-functions.json | 2 +- components-starter/README.adoc | 2 +- .../springboot/GoogleCloudFunctionsComponentConfiguration.java | 3 +-- docs/modules/ROOT/pages/list.adoc | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json index cbf6471..35bb8ac 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/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", diff --git a/components-starter/README.adoc b/components-starter/README.adoc index 402c720..183eb34 100644 --- a/components-starter/README.adoc +++ b/components-starter/README.adoc @@ -253,7 +253,7 @@ Number of Camel components: 329 in 265 JAR artifacts (1 deprecated) | xref:latest@components::google-storage-component.adoc[Google Storage] | camel-google-storage-starter | Preview | 3.9 | Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library. -| xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | camel-google-functions-starter | Preview | 3.9 | Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library. +| xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | camel-google-functions-starter | Preview | 3.9 | Manage and invoke Google Cloud Functions | xref:latest@components::gora-component.adoc[Gora] | camel-gora-starter | Stable | 2.14 | Access NoSQL databases using the Apache Gora framework. diff --git a/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java b/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java index d692287..c2fcf44 100644 --- a/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java +++ b/components-starter/camel-google-functions-starter/src/main/java/org/apache/camel/component/google/functions/springboot/GoogleCloudFunctionsComponentConfiguration.java @@ -21,8 +21,7 @@ import org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon; import org.springframework.boot.context.properties.ConfigurationProperties; /** - * 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! */ diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc index 402c720..183eb34 100644 --- a/docs/modules/ROOT/pages/list.adoc +++ b/docs/modules/ROOT/pages/list.adoc @@ -253,7 +253,7 @@ Number of Camel components: 329 in 265 JAR artifacts (1 deprecated) | xref:latest@components::google-storage-component.adoc[Google Storage] | camel-google-storage-starter | Preview | 3.9 | Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library. -| xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | camel-google-functions-starter | Preview | 3.9 | Store and retrieve objects from Google Cloud Functions Service using the google-cloud-storage library. +| xref:latest@components::google-functions-component.adoc[GoogleCloudFunctions] | camel-google-functions-starter | Preview | 3.9 | Manage and invoke Google Cloud Functions | xref:latest@components::gora-component.adoc[Gora] | camel-gora-starter | Stable | 2.14 | Access NoSQL databases using the Apache Gora framework.