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 2153d4b [create-pull-request] automated change
2153d4b is described below
commit 2153d4be5b626d7f1d98793cd11aa5d221904612
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 01:09:12 2020 +0000
[create-pull-request] automated change
---
.../org/apache/camel/springboot/catalog/components/as2.json | 2 +-
.../camel/springboot/catalog/components/azure-storage-blob.json | 2 +-
.../org/apache/camel/springboot/catalog/components/box.json | 2 +-
.../org/apache/camel/springboot/catalog/components/braintree.json | 8 ++++----
.../org/apache/camel/springboot/catalog/components/fhir.json | 2 +-
.../camel/springboot/catalog/components/google-calendar.json | 2 +-
.../apache/camel/springboot/catalog/components/google-drive.json | 2 +-
.../apache/camel/springboot/catalog/components/google-mail.json | 2 +-
.../apache/camel/springboot/catalog/components/google-sheets.json | 2 +-
.../org/apache/camel/springboot/catalog/components/olingo2.json | 2 +-
.../org/apache/camel/springboot/catalog/components/olingo4.json | 2 +-
.../org/apache/camel/springboot/catalog/components/twilio.json | 2 +-
.../apache/camel/springboot/catalog/components/vertx-http.json | 2 +-
.../camel/springboot/catalog/components/vertx-websocket.json | 2 +-
.../org/apache/camel/springboot/catalog/components/zendesk.json | 2 +-
components-starter/README.adoc | 4 ++--
.../vertx/http/springboot/VertxHttpComponentConfiguration.java | 2 +-
.../springboot/VertxWebsocketComponentConfiguration.java | 3 ++-
docs/modules/ROOT/pages/list.adoc | 4 ++--
19 files changed, 25 insertions(+), 24 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
index 91174b7..e4772c8 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/as2.json
@@ -29,7 +29,7 @@
"configuration": { "kind": "property", "displayName": "Configuration",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "org.apache.camel.component.as2.AS2Configuration", "deprecated":
false, "secret": false, "description": "Component configuration" }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.as2.internal.AS2ApiName", "enum": [ "client",
"server" ], "deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass": "org.apache.camel.component.as2.AS2Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.as2.internal.AS2ApiName", "enum": [ "CLIENT",
"SERVER" ], "deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass": "org.apache.camel.component.as2.AS2Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass": "org.apache.camel.component.as2.AS2Configuration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"as2From": { "kind": "parameter", "displayName": "As2 From", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.as2.AS2Configuration", "configurationField":
"configuration", "description": "The value of the AS2From header of AS2
message." },
"as2MessageStructure": { "kind": "parameter", "displayName": "As2 Message
Structure", "group": "common", "label": "", "required": false, "type":
"object", "javaType": "org.apache.camel.component.as2.api.AS2MessageStructure",
"enum": [ "PLAIN", "SIGNED", "ENCRYPTED", "SIGNED_ENCRYPTED",
"PLAIN_COMPRESSED", "SIGNED_COMPRESSED", "ENCRYPTED_COMPRESSED",
"ENCRYPTED_COMPRESSED_SIGNED" ], "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.as2.AS2Configur [...]
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
index c396ed0..2474730 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/azure-storage-blob.json
@@ -14,7 +14,7 @@
"version": "3.5.0-SNAPSHOT",
"scheme": "azure-storage-blob",
"extendsScheme": "",
- "syntax": "azure-storage-blob:containerName",
+ "syntax": "azure-storage-blob:accountName\/containerName",
"async": false,
"api": false,
"apiPropertyQualifier": "",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/box.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/box.json
index 0465f31..116c10e 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/box.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/box.json
@@ -44,7 +44,7 @@
"userPassword": { "kind": "property", "displayName": "User Password",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass": "org.apache.camel.component.box.BoxConfiguration",
"configurationField": "configuration", "description": "Box user password, MUST
be provided if authSecureStorage is not set, or returns null on first call" }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.box.internal.BoxApiName", "enum": [
"collaborations", "comments", "event-logs", "files", "folders", "groups",
"events", "search", "tasks", "users" ], "deprecated": false, "deprecationNote":
"", "secret": false, "configurationClass":
"org.apache.camel.component.box.BoxConfiguration", "configurationField":
"configuration", " [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.box.internal.BoxApiName", "enum": [
"COLLABORATIONS", "COMMENTS", "EVENT_LOGS", "FILES", "FOLDERS", "GROUPS",
"EVENTS", "SEARCH", "TASKS", "USERS" ], "deprecated": false, "deprecationNote":
"", "secret": false, "configurationClass":
"org.apache.camel.component.box.BoxConfiguration", "configurationField":
"configuration", " [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass": "org.apache.camel.component.box.BoxConfiguration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"clientId": { "kind": "parameter", "displayName": "Client Id", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.box.BoxConfiguration", "configurationField":
"configuration", "description": "Box application client ID" },
"enterpriseId": { "kind": "parameter", "displayName": "Enterprise Id",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass": "org.apache.camel.component.box.BoxConfiguration",
"configurationField": "configuration", "description": "The enterprise ID to use
for an App Enterprise." },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
index 32b702d..dd98a5c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/braintree.json
@@ -29,7 +29,7 @@
"configuration": { "kind": "property", "displayName": "Configuration",
"group": "advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "org.apache.camel.component.braintree.BraintreeConfiguration",
"deprecated": false, "secret": false, "description": "Component configuration" }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.braintree.internal.BraintreeApiName", "enum": [
"addOn", "address", "clientToken", "creditCardVerification", "customer",
"discount", "dispute", "documentUpload", "merchantAccount", "paymentMethod",
"paymentMethodNonce", "plan", "report", "settlementBatchSummary",
"subscription", "transaction", "webhookNotification" ], "dep [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.braintree.internal.BraintreeApiName", "enum": [
"ADD_ON", "ADDRESS", "CLIENT_TOKEN", "CREDIT_CARD_VERIFICATION", "CUSTOMER",
"DISCOUNT", "DISPUTE", "DOCUMENT_UPLOAD", "MERCHANT_ACCOUNT", "PAYMENT_METHOD",
"PAYMENT_METHOD_NONCE", "PLAN", "REPORT", "SETTLEMENT_BATCH_SUMMARY",
"SUBSCRIPTION", "TRANSACTION", "WEBHOOK_NOTIFICAT [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"environment": { "kind": "parameter", "displayName": "Environment",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.braintree.BraintreeConfiguration",
"configurationField": "configuration", "description": "The environment Either
SANDBOX or PRODUCTION" },
"inBody": { "kind": "parameter", "displayName": "In Body", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "description": "Sets
the name of a parameter to be passed in the exchange In Body" },
@@ -68,10 +68,10 @@
},
"apiProperties": {
"addOn": { },
- "address": { "customerId": { "kind": "parameter", "displayName": "Customer
Id", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "The id of the" }, "id": { "kind": "parameter", "displayName":
"Id", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "The id of the" }, "request": { [...]
+ "address": { "customerId": { "kind": "parameter", "displayName": "Customer
Id", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "The id of the Customer" }, "id": { "kind": "parameter",
"displayName": "Id", "group": "common", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "The id of the Address [...]
"clientToken": { "request": { "kind": "parameter", "displayName":
"Request", "group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.braintreegateway.ClientTokenRequest", "deprecated": false,
"secret": false, "description": "" } },
"creditCardVerification": { "id": { "kind": "parameter", "displayName":
"Id", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "" }, "query": { "kind": "parameter", "displayName": "Query",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.braintreegateway.CreditCardVerificationSearchRequest",
"deprecated": false, "secret": false, "description": [...]
- "customer": { "associationFilterId": { "kind": "parameter", "displayName":
"Association Filter Id", "group": "common", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "description": "The id of the association filter to use" },
"id": { "kind": "parameter", "displayName": "Id", "group": "common", "label":
"", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, [...]
+ "customer": { "associationFilterId": { "kind": "parameter", "displayName":
"Association Filter Id", "group": "common", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "description": "The id of the association filter to use" },
"id": { "kind": "parameter", "displayName": "Id", "group": "common", "label":
"", "required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, [...]
"discount": { },
"dispute": { "content": { "kind": "parameter", "displayName": "Content",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "The content of the text evidence for the dispute" },
"disputeId": { "kind": "parameter", "displayName": "Dispute Id", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "de [...]
"documentUpload": { "request": { "kind": "parameter", "displayName":
"Request", "group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.braintreegateway.DocumentUploadRequest", "deprecated": false,
"secret": false, "description": "" } },
@@ -81,7 +81,7 @@
"plan": { },
"report": { "request": { "kind": "parameter", "displayName": "Request",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "com.braintreegateway.TransactionLevelFeeReportRequest",
"deprecated": false, "secret": false, "description": "The request" } },
"settlementBatchSummary": { "groupByCustomField": { "kind": "parameter",
"displayName": "Group By Custom Field", "group": "common", "label": "",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "description": "" }, "settlementDate": {
"kind": "parameter", "displayName": "Settlement Date", "group": "common",
"label": "", "required": false, "type": "object", "javaType":
"java.util.Calendar", "deprecated": false, "secret": false, [...]
- "subscription": { "amount": { "kind": "parameter", "displayName":
"Amount", "group": "common", "label": "", "required": false, "type": "object",
"javaType": "java.math.BigDecimal", "deprecated": false, "secret": false,
"description": "" }, "customerId": { "kind": "parameter", "displayName":
"Customer Id", "group": "common", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "" }, "id": { "kind": "para [...]
+ "subscription": { "amount": { "kind": "parameter", "displayName":
"Amount", "group": "common", "label": "", "required": false, "type": "object",
"javaType": "java.math.BigDecimal", "deprecated": false, "secret": false,
"description": "" }, "customerId": { "kind": "parameter", "displayName":
"Customer Id", "group": "common", "label": "", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "" }, "id": { "kind": "para [...]
"transaction": { "amount": { "kind": "parameter", "displayName": "Amount",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "java.math.BigDecimal", "deprecated": false, "secret": false,
"description": "" }, "cloneRequest": { "kind": "parameter", "displayName":
"Clone Request", "group": "common", "label": "", "required": false, "type":
"object", "javaType": "com.braintreegateway.TransactionCloneRequest",
"deprecated": false, "secret": false, "descriptio [...]
"webhookNotification": { "challenge": { "kind": "parameter",
"displayName": "Challenge", "group": "common", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "description": "" }, "payload": { "kind": "parameter",
"displayName": "Payload", "group": "common", "label": "", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "description": "" }, "signature": { "kin [...]
}
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
index 505b13a..fd32977 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/fhir.json
@@ -52,7 +52,7 @@
"username": { "kind": "property", "displayName": "Username", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration",
"configurationField": "configuration", "description": "Username to use for
basic authentication" }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.fhir.internal.FhirApiName", "enum": [
"capabilities", "create", "delete", "history", "load-page", "meta",
"operation", "patch", "read", "search", "transaction", "update", "validate" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration", "co
[...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.fhir.internal.FhirApiName", "enum": [
"CAPABILITIES", "CREATE", "DELETE", "HISTORY", "LOAD_PAGE", "META",
"OPERATION", "PATCH", "READ", "SEARCH", "TRANSACTION", "UPDATE", "VALIDATE" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass": "org.apache.camel.component.fhir.FhirConfiguration", "co
[...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "What sub operation to use for the selected
operation" },
"encoding": { "kind": "parameter", "displayName": "Encoding", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "enum": [ "JSON", "XML" ], "deprecated": false, "secret":
false, "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "Encoding to use for all request" },
"fhirVersion": { "kind": "parameter", "displayName": "Fhir Version",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "enum": [ "DSTU2", "DSTU2_HL7ORG", "DSTU2_1",
"DSTU3", "R4", "R5" ], "deprecated": false, "secret": false, "defaultValue":
"R4", "configurationClass":
"org.apache.camel.component.fhir.FhirConfiguration", "configurationField":
"configuration", "description": "The FHIR Version to use" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-calendar.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-calendar.json
index f165256..3110076 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-calendar.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-calendar.json
@@ -39,7 +39,7 @@
"refreshToken": { "kind": "property", "displayName": "Refresh Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationField": "configuration", "description": "OAuth 2 refresh token.
Using this, the Google Calendar component can obtain a new accessToken whenever
the current one [...]
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName",
"enum": [ "acl", "list", "calendars", "channels", "colors", "freebusy",
"events", "settings" ], "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationField": [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.calendar.internal.GoogleCalendarApiName",
"enum": [ "ACL", "LIST", "CALENDARS", "CHANNELS", "COLORS", "FREEBUSY",
"EVENTS", "SETTINGS" ], "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationField": [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "calendarImport", "clear", "delete", "get",
"insert", "instances", "list", "move", "patch", "query", "quickAdd", "stop",
"update", "watch" ], "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationFie [...]
"applicationName": { "kind": "parameter", "displayName": "Application
Name", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationField": "configuration", "description": "Google calendar
application name. Example would be camel-google-calendar\/1.0" },
"clientId": { "kind": "parameter", "displayName": "Client Id", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.google.calendar.GoogleCalendarConfiguration",
"configurationField": "configuration", "description": "Client ID of the
calendar application" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
index 4188991..8dae789 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-drive.json
@@ -36,7 +36,7 @@
"refreshToken": { "kind": "property", "displayName": "Refresh Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass":
"org.apache.camel.component.google.drive.GoogleDriveConfiguration",
"configurationField": "configuration", "description": "OAuth 2 refresh token.
Using this, the Google Calendar component can obtain a new accessToken whenever
the current one expire [...]
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.drive.internal.GoogleDriveApiName", "enum":
[ "drive-about", "drive-apps", "drive-changes", "drive-channels",
"drive-children", "drive-comments", "drive-files", "drive-parents",
"drive-permissions", "drive-properties", "drive-realtime", "drive-replies",
"drive-revisions" ], "deprecated": false, "deprecationNote": "" [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.drive.internal.GoogleDriveApiName", "enum":
[ "DRIVE_ABOUT", "DRIVE_APPS", "DRIVE_CHANGES", "DRIVE_CHANNELS",
"DRIVE_CHILDREN", "DRIVE_COMMENTS", "DRIVE_FILES", "DRIVE_PARENTS",
"DRIVE_PERMISSIONS", "DRIVE_PROPERTIES", "DRIVE_REALTIME", "DRIVE_REPLIES",
"DRIVE_REVISIONS" ], "deprecated": false, "deprecationNote": "" [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "copy", "delete", "get", "getIdForEmail",
"insert", "list", "patch", "stop", "touch", "trash", "untrash", "update",
"watch" ], "deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.google.drive.GoogleDriveConfiguration",
"configurationField": "configuration", [...]
"applicationName": { "kind": "parameter", "displayName": "Application
Name", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.drive.GoogleDriveConfiguration",
"configurationField": "configuration", "description": "Google drive application
name. Example would be camel-google-drive\/1.0" },
"clientFactory": { "kind": "parameter", "displayName": "Client Factory",
"group": "common", "label": "", "required": false, "type": "object",
"javaType": "org.apache.camel.component.google.drive.GoogleDriveClientFactory",
"deprecated": false, "secret": false, "description": "To use the
GoogleCalendarClientFactory as factory for creating the client. Will by default
use BatchGoogleDriveClientFactory" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-mail.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-mail.json
index 21f59b0..2dc671c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-mail.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-mail.json
@@ -35,7 +35,7 @@
"refreshToken": { "kind": "property", "displayName": "Refresh Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration",
"configurationField": "configuration", "description": "OAuth 2 refresh token.
Using this, the Google Calendar component can obtain a new accessToken whenever
the current one expires [...]
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.mail.internal.GoogleMailApiName", "enum": [
"threads", "messages", "attachments", "labels", "history", "drafts", "users" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration",
"configurationField": "configuration", "desc [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.mail.internal.GoogleMailApiName", "enum": [
"THREADS", "MESSAGES", "ATTACHMENTS", "LABELS", "HISTORY", "DRAFTS", "USERS" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration",
"configurationField": "configuration", "desc [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "attachments", "create", "delete", "get",
"getProfile", "gmailImport", "insert", "list", "modify", "patch", "send",
"stop", "trash", "untrash", "update", "watch" ], "deprecated": false,
"deprecationNote": "", "secret": false, "configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration", "c [...]
"applicationName": { "kind": "parameter", "displayName": "Application
Name", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration",
"configurationField": "configuration", "description": "Google mail application
name. Example would be camel-google-mail\/1.0" },
"clientId": { "kind": "parameter", "displayName": "Client Id", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.google.mail.GoogleMailConfiguration",
"configurationField": "configuration", "description": "Client ID of the mail
application" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
index db53f7b..79daf68 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-sheets.json
@@ -36,7 +36,7 @@
"refreshToken": { "kind": "property", "displayName": "Refresh Token",
"group": "security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "OAuth 2 refresh token.
Using this, the Google Sheets component can obtain a new accessToken whenever
the current one expire [...]
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName",
"enum": [ "spreadsheets", "data" ], "deprecated": false, "deprecationNote": "",
"secret": false, "configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.google.sheets.internal.GoogleSheetsApiName",
"enum": [ "SPREADSHEETS", "DATA" ], "deprecated": false, "deprecationNote": "",
"secret": false, "configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "create", "get", "update", "append",
"batchUpdate", "clear" ], "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected op [...]
"applicationName": { "kind": "parameter", "displayName": "Application
Name", "group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "Google Sheets
application name. Example would be camel-google-sheets\/1.0" },
"clientId": { "kind": "parameter", "displayName": "Client Id", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.google.sheets.GoogleSheetsConfiguration",
"configurationField": "configuration", "description": "Client ID of the sheets
application" },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
index ddc1a9c..d24b48f 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo2.json
@@ -43,7 +43,7 @@
"useGlobalSslContextParameters": { "kind": "property", "displayName": "Use
Global Ssl Context Parameters", "group": "security", "label": "security",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "secret": false, "defaultValue": "false", "description": "Enable usage
of global SSL context parameters." }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.olingo2.internal.Olingo2ApiName", "enum": [ "" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.olingo2.Olingo2Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.olingo2.internal.Olingo2ApiName", "enum": [
"DEFAULT" ], "deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.olingo2.Olingo2Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.olingo2.Olingo2Configuration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"connectTimeout": { "kind": "parameter", "displayName": "Connect Timeout",
"group": "common", "label": "", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "secret": false, "defaultValue":
"30000", "configurationClass":
"org.apache.camel.component.olingo2.Olingo2Configuration",
"configurationField": "configuration", "description": "HTTP connection creation
timeout in milliseconds, defaults to 30,000 (30 seconds)" },
"contentType": { "kind": "parameter", "displayName": "Content Type",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "application\/json;charset=utf-8", "configurationClass":
"org.apache.camel.component.olingo2.Olingo2Configuration",
"configurationField": "configuration", "description": "Content-Type header
value can be used to specify JSON or XML message format, defaults to appl [...]
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
index 69560ec..8404286 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/olingo4.json
@@ -41,7 +41,7 @@
"useGlobalSslContextParameters": { "kind": "property", "displayName": "Use
Global Ssl Context Parameters", "group": "security", "label": "security",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "secret": false, "defaultValue": "false", "description": "Enable usage
of global SSL context parameters." }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.olingo4.internal.Olingo4ApiName", "enum": [ "" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.olingo4.Olingo4Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.olingo4.internal.Olingo4ApiName", "enum": [
"DEFAULT" ], "deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass":
"org.apache.camel.component.olingo4.Olingo4Configuration",
"configurationField": "configuration", "description": "What kind of operation
to perform" },
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "deprecationNote": "", "secret":
false, "configurationClass":
"org.apache.camel.component.olingo4.Olingo4Configuration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"connectTimeout": { "kind": "parameter", "displayName": "Connect Timeout",
"group": "common", "label": "", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "secret": false, "defaultValue":
"30000", "configurationClass":
"org.apache.camel.component.olingo4.Olingo4Configuration",
"configurationField": "configuration", "description": "HTTP connection creation
timeout in milliseconds, defaults to 30,000 (30 seconds)" },
"contentType": { "kind": "parameter", "displayName": "Content Type",
"group": "common", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"defaultValue": "application\/json;charset=utf-8", "configurationClass":
"org.apache.camel.component.olingo4.Olingo4Configuration",
"configurationField": "configuration", "description": "Content-Type header
value can be used to specify JSON or XML message format, defaults to appl [...]
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
index 6381880..1013036 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/twilio.json
@@ -33,7 +33,7 @@
"username": { "kind": "property", "displayName": "Username", "group":
"security", "label": "common,security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"description": "The account to use." }
},
"properties": {
- "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.twilio.internal.TwilioApiName", "enum": [
"account", "address", "application", "available-phone-number-country", "call",
"conference", "connect-app", "incoming-phone-number", "key", "message",
"new-key", "new-signing-key", "notification", "outgoing-caller-id", "queue",
"recording", "short-code", "signing-key", "token", "tr [...]
+ "apiName": { "kind": "path", "displayName": "Api Name", "group": "common",
"label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.twilio.internal.TwilioApiName", "enum": [
"ACCOUNT", "ADDRESS", "APPLICATION", "AVAILABLE_PHONE_NUMBER_COUNTRY", "CALL",
"CONFERENCE", "CONNECT_APP", "INCOMING_PHONE_NUMBER", "KEY", "MESSAGE",
"NEW_KEY", "NEW_SIGNING_KEY", "NOTIFICATION", "OUTGOING_CALLER_ID", "QUEUE",
"RECORDING", "SHORT_CODE", "SIGNING_KEY", "TOKEN", "TR [...]
"methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "string", "javaType":
"java.lang.String", "enum": [ "create", "delete", "fetch", "read", "update" ],
"deprecated": false, "deprecationNote": "", "secret": false,
"configurationClass": "org.apache.camel.component.twilio.TwilioConfiguration",
"configurationField": "configuration", "description": "What sub operation to
use for the selected operation" },
"inBody": { "kind": "parameter", "displayName": "In Body", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "description": "Sets
the name of a parameter to be passed in the exchange In Body" },
"bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions occurred while the
consumer is trying to pickup incoming messages, or the likes, will now be
processed as a message and handled b [...]
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
index 5fbc3f3..550390b 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-http.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "vertx-http",
"title": "Vert.x HTTP Client",
- "description": "Camel HTTP client support with Vert.x",
+ "description": "Send requests to external HTTP servers using Vert.x",
"deprecated": false,
"firstVersion": "3.5.0",
"label": "http",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
index fc107e3..7fbeb8d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/vertx-websocket.json
@@ -3,7 +3,7 @@
"kind": "component",
"name": "vertx-websocket",
"title": "Vert.x WebSocket",
- "description": "Camel WebSocket support with Vert.x",
+ "description": "Expose WebSocket endpoints and connect to remote WebSocket
servers using Vert.x",
"deprecated": false,
"firstVersion": "3.5.0",
"label": "websocket",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
index 6eb8029..9ae9b35 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/zendesk.json
@@ -35,7 +35,7 @@
"username": { "kind": "property", "displayName": "Username", "group":
"security", "label": "security", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": true,
"description": "The user name." }
},
"properties": {
- "methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [
"addTagToOrganisations", "addTagToTicket", "addTagToTopics",
"associateAttachmentsToArticle", "changeUserPassword", "createArticle",
"createArticleTranslation", "createAutomation", "createCategory",
"createCategoryTranslation", "createComment", "createDynamicContentItem", [...]
+ "methodName": { "kind": "path", "displayName": "Method Name", "group":
"common", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.zendesk.internal.ZendeskApiMethod", "enum": [
"ADD_TAG_TO_ORGANISATIONS", "ADD_TAG_TO_TICKET", "ADD_TAG_TO_TOPICS",
"ASSOCIATE_ATTACHMENTS_TO_ARTICLE", "CHANGE_USER_PASSWORD", "CREATE_ARTICLE",
"CREATE_ARTICLE_1", "CREATE_ARTICLE_TRANSLATION", "CREATE_AUTOMATION",
"CREATE_CATEGORY", "CREATE_CATEGORY_TRANSLATION", "CR [...]
"inBody": { "kind": "parameter", "displayName": "In Body", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "description": "Sets
the name of a parameter to be passed in the exchange In Body" },
"serverUrl": { "kind": "parameter", "displayName": "Server Url", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.zendesk.ZendeskConfiguration",
"configurationField": "configuration", "description": "The server URL to
connect." },
"bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions occurred while the
consumer is trying to pickup incoming messages, or the likes, will now be
processed as a message and handled b [...]
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 6a6093c..f09b5b4 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -647,9 +647,9 @@ Number of Camel components: 339 in 272 JAR artifacts (3
deprecated)
| link:https://camel.apache.org/components/latest/vertx-component.html[Vert.x]
| camel-vertx-starter | Stable | 2.12 | Send and receive messages to/from
Vert.x Event Bus.
-|
link:https://camel.apache.org/components/latest/vertx-http-component.html[Vert.x
HTTP Client] | camel-vertx-http-starter | Preview | 3.5 | Camel HTTP client
support with Vert.x
+|
link:https://camel.apache.org/components/latest/vertx-http-component.html[Vert.x
HTTP Client] | camel-vertx-http-starter | Preview | 3.5 | Send requests to
external HTTP servers using Vert.x
-|
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
WebSocket] | camel-vertx-websocket-starter | Preview | 3.5 | Camel WebSocket
support with Vert.x
+|
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
WebSocket] | camel-vertx-websocket-starter | Preview | 3.5 | Expose WebSocket
endpoints and connect to remote WebSocket servers using Vert.x
| link:https://camel.apache.org/components/latest/vm-component.html[VM] |
camel-vm-starter | Stable | 1.1 | Call another endpoint in the same
CamelContext asynchronously.
diff --git
a/components-starter/camel-vertx-http-starter/src/main/java/org/apache/camel/component/vertx/http/springboot/VertxHttpComponentConfiguration.java
b/components-starter/camel-vertx-http-starter/src/main/java/org/apache/camel/component/vertx/http/springboot/VertxHttpComponentConfiguration.java
index 128302d..2b2a09a 100644
---
a/components-starter/camel-vertx-http-starter/src/main/java/org/apache/camel/component/vertx/http/springboot/VertxHttpComponentConfiguration.java
+++
b/components-starter/camel-vertx-http-starter/src/main/java/org/apache/camel/component/vertx/http/springboot/VertxHttpComponentConfiguration.java
@@ -22,7 +22,7 @@ import
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Camel HTTP client support with Vert.x
+ * Send requests to external HTTP servers using Vert.x
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentConfiguration.java
b/components-starter/camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentConfiguration.java
index 67542e0..1811744 100644
---
a/components-starter/camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentConfiguration.java
+++
b/components-starter/camel-vertx-websocket-starter/src/main/java/org/apache/camel/component/vertx/websocket/springboot/VertxWebsocketComponentConfiguration.java
@@ -21,7 +21,8 @@ import
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Camel WebSocket support with Vert.x
+ * Expose WebSocket endpoints and connect to remote WebSocket servers using
+ * Vert.x
*
* 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 6a6093c..f09b5b4 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -647,9 +647,9 @@ Number of Camel components: 339 in 272 JAR artifacts (3
deprecated)
| link:https://camel.apache.org/components/latest/vertx-component.html[Vert.x]
| camel-vertx-starter | Stable | 2.12 | Send and receive messages to/from
Vert.x Event Bus.
-|
link:https://camel.apache.org/components/latest/vertx-http-component.html[Vert.x
HTTP Client] | camel-vertx-http-starter | Preview | 3.5 | Camel HTTP client
support with Vert.x
+|
link:https://camel.apache.org/components/latest/vertx-http-component.html[Vert.x
HTTP Client] | camel-vertx-http-starter | Preview | 3.5 | Send requests to
external HTTP servers using Vert.x
-|
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
WebSocket] | camel-vertx-websocket-starter | Preview | 3.5 | Camel WebSocket
support with Vert.x
+|
link:https://camel.apache.org/components/latest/vertx-websocket-component.html[Vert.x
WebSocket] | camel-vertx-websocket-starter | Preview | 3.5 | Expose WebSocket
endpoints and connect to remote WebSocket servers using Vert.x
| link:https://camel.apache.org/components/latest/vm-component.html[VM] |
camel-vm-starter | Stable | 1.1 | Call another endpoint in the same
CamelContext asynchronously.