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

commit fd60c3c29c639fb51adcc26ef68e78057f452f8d
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sat Mar 20 15:10:49 2021 +0100

    Fix site for google functions
---
 .../catalog/components/google-functions.json       | 38 ----------------------
 .../camel/springboot/catalog/others.properties     |  3 +-
 .../catalog/others/google-functions.json           | 14 --------
 3 files changed, 1 insertion(+), 54 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
deleted file mode 100644
index cbf6471..0000000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-functions.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
-  "component": {
-    "kind": "component",
-    "name": "google-functions",
-    "title": "GoogleCloudFunctions",
-    "description": "Store and retrieve objects from Google Cloud Functions 
Service using the google-cloud-storage library.",
-    "deprecated": false,
-    "firstVersion": "3.9.0",
-    "label": "cloud",
-    "javaType": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsComponent",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel.springboot",
-    "artifactId": "camel-google-functions-starter",
-    "version": "3.9.0-SNAPSHOT",
-    "scheme": "google-functions",
-    "extendsScheme": "",
-    "syntax": "google-functions:functionName",
-    "async": false,
-    "api": false,
-    "consumerOnly": false,
-    "producerOnly": true,
-    "lenientProperties": false
-  },
-  "componentProperties": {
-    "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
-    "autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
-  },
-  "properties": {
-    "functionName": { "kind": "path", "displayName": "Function Name", "group": 
"common", "label": "common", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "The user-defined name 
of the function" },
-    "serviceAccountKey": { "kind": "parameter", "displayName": "Service 
Account Key", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "Service account key to 
authenticate an application as a service account" },
-    "lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during sta [...]
-    "location": { "kind": "parameter", "displayName": "Location", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "The Google Cloud 
Location (Region) where the Function is located" },
-    "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations", 
"enum": [ "listFunctions", "getFunction", "callFunction", 
"generateDownloadUrl", "generateUploadUrl", "createFunction", "updateFunction", 
"deleteFunction" ], "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": "org.apache.camel [...]
-    "pojoRequest": { "kind": "parameter", "displayName": "Pojo Request", 
"group": "producer", "label": "", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "Specifies if the 
request is a pojo request" },
-    "project": { "kind": "parameter", "displayName": "Project", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "The Google Cloud 
Project name where the Function is located" },
-    "client": { "kind": "parameter", "displayName": "Client", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.google.cloud.functions.v1.CloudFunctionsServiceClient", 
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false, 
"configurationClass": 
"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration",
 "configurationField": "configuration", "description": "The client to use 
during service invocation." }
-  }
-}
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index eb5c12b..cf48915 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -3,7 +3,6 @@ caffeine-lrucache
 csimple-joor
 cxf-transport
 etcd3
-google-functions
 google-storage
 hystrix
 jasypt
@@ -23,4 +22,4 @@ spring-javaconfig
 spring-security
 swagger-java
 undertow-spring-security
-zipkin
\ No newline at end of file
+zipkin
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/google-functions.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/google-functions.json
deleted file mode 100644
index 01ab86b..0000000
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others/google-functions.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "google-functions",
-    "title": "Google Functions",
-    "description": "Camel Component for Google Cloud Platform Functions",
-    "deprecated": false,
-    "firstVersion": "3.9.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel.springboot",
-    "artifactId": "camel-google-functions-starter",
-    "version": "3.9.0-SNAPSHOT"
-  }
-}

Reply via email to