[camel] branch master updated: Regen again

2020-09-21 Thread acosentino
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


The following commit(s) were added to refs/heads/master by this push:
 new 6723ccb  Regen again
6723ccb is described below

commit 6723ccb9fc49e098552a4a13694a9b33d6aa7da4
Author: Andrea Cosentino 
AuthorDate: Mon Sep 21 08:26:14 2020 +0200

Regen again
---
 .../apache/camel/catalog/components/braintree.json | 56 +++---
 .../catalog/components/google-calendar-stream.json | 48 +--
 .../catalog/components/google-mail-stream.json | 48 +--
 .../catalog/components/google-sheets-stream.json   |  8 ++--
 .../camel/catalog/components/google-sheets.json|  4 +-
 5 files changed, 82 insertions(+), 82 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
index 9b6e501..f509123 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/braintree.json
@@ -47,35 +47,35 @@
 "publicKey": { "kind": "parameter", "displayName": "Public Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "secret": true, 
"configurationClass": 
"org.apache.camel.component.braintree.BraintreeConfiguration", 
"configurationField": "configuration", "description": "The public key provided 
by Braintree." }
   },
   "apis": {
-"address": { "consumerOnly": false, "producerOnly": false, "description": 
"Provides methods to create, delete, find, and update Address objects", 
"methods": { "create": { "description": "Creates an Address for a Customer", 
"signatures": [ "com.braintreegateway.Result 
create(String customerId, com.braintreegateway.AddressRequest request)" ] }, 
"delete": { "description": "Deletes a Customer's Address", "signatures": [ 
"com.braintreegateway.Result 
create(com.braintreegateway.CreditCardVerificationRequest request)" ] }, 
"find": { "description": "", "signatures": [ 
"com.braintreegateway.CreditCardVerification find(String id)" ] }, "search": { 
"description": "", "signatures" [...]
-"customer": { "consumerOnly": false, "producerOnly": false, "description": 
"Provides methods to create, delete, find, and update Customer objects", 
"methods": { "create": { "description": "Creates a Customer", "signatures": [ 
"com.braintreegateway.Result 
create(com.braintreegateway.CustomerRequest request)" ] }, "delete": { 
"description": "Deletes a Customer by id", "signatures": [ 
"com.braintreegateway.Result delete(Strin [...]
-"dispute": { "consumerOnly": false, "producerOnly": false, "description": 
"Provides methods to interact with Dispute objects", "methods": { "accept": { 
"description": "Accept a Dispute, given a dispute ID", "signatures": [ 
"com.braintreegateway.Result accept(String id)" ] 
}, "addFileEvidence": { "description": "Add File Evidence to a Dispute, given 
an ID and a FileEvidenceRequest File evidence request", "signatures": [ 
"com.braintreegateway.Result 
create(com.braintreegateway.DocumentUploadRequest request)" ] } } },
-"merchantAccount": { "consumerOnly": false, "producerOnly": false, 
"description": "Provides methods to create, find, and update MerchantAccount 
objects", "methods": { "create": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
create(com.braintreegateway.MerchantAccountRequest request)" ] }, 
"createForCurrency": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
createForCurrenc [...]
-"paymentMethod": { "consumerOnly": false, "producerOnly": false, 
"description": "Provides methods to interact with payments", "methods": { 
"create": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
create(com.braintreegateway.PaymentMethodRequest request)" ] }, "delete": { 
"description": "", "signatures": [ 
"com.braintreegateway.Result 
delete(String token)", "com.braintreegate [...]
-"paymentMethodNonce": { "consumerOnly": false, "producerOnly": false, 
"description": "Provides methods to interact with nonce payments", "methods": { 
"create": { "description": "", "signatures": [ 
"com.braintreegateway.Result 
create(String paymentMethodToken)", 
"com.braintreegateway.Result 
create(com.braintreegateway.PaymentMethodNonceRequest request)" ] }, "find": { 
"description": "", "signatures": [ " [...]
-"report": { "consumerOnly": false, "producerOnly": false, "description": 
"Provides methods to interact with reports", "methods": { 
"transactionLevelFees": { "description": "Retrieves a Transaction-Level Fee 
Report", "signatures": [ 
"com.braintreegateway.Result 

[camel] branch master updated: Regen again

2019-10-21 Thread acosentino
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


The following commit(s) were added to refs/heads/master by this push:
 new 5c0cbcc  Regen again
5c0cbcc is described below

commit 5c0cbccffd403d11daeec631c6088b2312f68913
Author: Andrea Cosentino 
AuthorDate: Mon Oct 21 12:42:55 2019 +0200

Regen again
---
 .../endpoint/dsl/SparkEndpointBuilderFactory.java  | 246 ++---
 1 file changed, 164 insertions(+), 82 deletions(-)

diff --git 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/SparkEndpointBuilderFactory.java
 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/SparkEndpointBuilderFactory.java
index cc17915..7034409 100644
--- 
a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/SparkEndpointBuilderFactory.java
+++ 
b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/SparkEndpointBuilderFactory.java
@@ -22,8 +22,8 @@ import org.apache.camel.builder.EndpointProducerBuilder;
 import org.apache.camel.builder.endpoint.AbstractEndpointBuilder;
 
 /**
- * The spark component can be used to send RDD or DataFrame jobs to Apache 
Spark
- * cluster.
+ * The spark-rest component is used for hosting REST services which has been
+ * defined using Camel rest-dsl.
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
@@ -32,138 +32,166 @@ public interface SparkEndpointBuilderFactory {
 
 
 /**
- * Builder for endpoint for the Apache Spark component.
+ * Builder for endpoint for the Spark Rest component.
  */
-public interface SparkEndpointBuilder extends EndpointProducerBuilder {
+public interface SparkEndpointBuilder extends EndpointConsumerBuilder {
 default AdvancedSparkEndpointBuilder advanced() {
 return (AdvancedSparkEndpointBuilder) this;
 }
 /**
- * Indicates if results should be collected or counted.
+ * Accept type such as: 'text/xml', or 'application/json'. By default 
we
+ * accept all kinds of types.
  * 
- * The option is a: boolean type.
- * 
- * Group: producer
- */
-default SparkEndpointBuilder collect(boolean collect) {
-doSetProperty("collect", collect);
-return this;
-}
-/**
- * Indicates if results should be collected or counted.
- * 
- * The option will be converted to a boolean type.
+ * The option is a: java.lang.String type.
  * 
- * Group: producer
+ * Group: consumer
  */
-default SparkEndpointBuilder collect(String collect) {
-doSetProperty("collect", collect);
+default SparkEndpointBuilder accept(String accept) {
+doSetProperty("accept", accept);
 return this;
 }
 /**
- * DataFrame to compute against.
+ * Determines whether or not the raw input stream from Spark
+ * HttpRequest#getContent() is cached or not (Camel will read the 
stream
+ * into a in light-weight memory based Stream caching) cache. By 
default
+ * Camel will cache the Netty input stream to support reading it
+ * multiple times to ensure Camel can retrieve all data from the 
stream.
+ * However you can set this option to true when you for example need to
+ * access the raw stream, such as streaming it directly to a file or
+ * other persistent store. Mind that if you enable this option, then 
you
+ * cannot read the Netty stream multiple times out of the box, and you
+ * would need manually to reset the reader index on the Spark raw
+ * stream.
  * 
- * The option is a:
- * 
org.apache.spark.sql.Datasetorg.apache.spark.sql.Row type.
+ * The option is a: boolean type.
  * 
- * Group: producer
+ * Group: consumer
  */
-default SparkEndpointBuilder dataFrame(Object dataFrame) {
-doSetProperty("dataFrame", dataFrame);
+default SparkEndpointBuilder disableStreamCache(
+boolean disableStreamCache) {
+doSetProperty("disableStreamCache", disableStreamCache);
 return this;
 }
 /**
- * DataFrame to compute against.
+ * Determines whether or not the raw input stream from Spark
+ * HttpRequest#getContent() is cached or not (Camel will read the 
stream
+ * into a in light-weight memory based Stream caching) cache. By 
default
+ * Camel will cache the Netty input stream to support reading it
+ * multiple times to ensure Camel can retrieve all data from the 
stream.
+ * However you can set this option to true when you for example need to
+ * access the raw stream, 

[camel] branch master updated: Regen again. I love regen.

2019-06-21 Thread acosentino
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


The following commit(s) were added to refs/heads/master by this push:
 new 5b112ee  Regen again. I love regen.
5b112ee is described below

commit 5b112ee75495a6603032d85e4eae6298f33e1ef4
Author: Andrea Cosentino 
AuthorDate: Fri Jun 21 14:11:55 2019 +0200

Regen again. I love regen.
---
 docs/components/modules/ROOT/pages/cm-sms-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/cm-sms-component.adoc 
b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
index 4470bc5..d40ba67 100644
--- a/docs/components/modules/ROOT/pages/cm-sms-component.adoc
+++ b/docs/components/modules/ROOT/pages/cm-sms-component.adoc
@@ -71,10 +71,10 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *defaultFrom* (producer) | This is the sender name. The maximum length is 11 
characters. |  | String
-| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces 
the max number. Message can be truncated. Technically the gateway will first 
check if a message is larger than 160 characters, if so, the message will be 
cut into multiple 153 characters parts limited by these parameters. | 8 | 
Max(8L)Int
+| *defaultFrom* (producer) | This is the sender name. The maximum length is 11 
characters. |  | String)
+| *defaultMaxNumberOfParts* (producer) | If it is a multipart message forces 
the max number. Message can be truncated. Technically the gateway will first 
check if a message is larger than 160 characters, if so, the message will be 
cut into multiple 153 characters parts limited by these parameters. | 8 | 
Max(8L)::Int)
 | *lazyStartProducer* (producer) | 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 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
-| *productToken* (producer) | *Required* The unique token to use |  | String
+| *productToken* (producer) | *Required* The unique token to use |  | String)
 | *testConnectionOnStartup* (producer) | Whether to test the connection to the 
SMS Gateway on startup | false | boolean
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean



[camel] branch master updated: Regen (again)

2019-05-21 Thread acosentino
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


The following commit(s) were added to refs/heads/master by this push:
 new 7031b0e  Regen (again)
7031b0e is described below

commit 7031b0e1a6a6aa09f97cae6f843ec2b9d83df05b
Author: Andrea Cosentino 
AuthorDate: Tue May 21 17:35:27 2019 +0200

Regen (again)
---
 components/readme.adoc | 220 +
 1 file changed, 1 insertion(+), 219 deletions(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 011ca4f..ebbbf5f 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1046,242 +1046,38 @@ Number of Languages: 17 in 11 JAR artifacts (0 
deprecated)
  Miscellaneous Components
 
 // others: START
-Number of Miscellaneous Components: 139 in 139 JAR artifacts (0 deprecated)
+Number of Miscellaneous Components: 30 in 30 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
 | Component | Available From | Description
 
-| link:camel-activemq/src/main/docs/activemq.adoc[Activemq] (camel-activemq) | 
 | ActiveMQ component for Camel
-
-| link:camel-ahc/src/main/docs/ahc.adoc[Ahc] (camel-ahc) |  | Camel Async Http 
Client support
-
-| link:camel-ahc-ws/src/main/docs/ahc-ws.adoc[Ahc Ws] (camel-ahc-ws) |  | 
Camel Websocket Client support
-
-| link:camel-amqp/src/main/docs/amqp.adoc[Amqp] (camel-amqp) |  | Camel AMQP 
component which is based on the Apache Qpid project
-
-| link:camel-apns/src/main/docs/apns.adoc[Apns] (camel-apns) |  | A Camel 
Apple Push Notification Server Component
-
-| link:camel-asn1/src/main/docs/asn1.adoc[Asn1] (camel-asn1) |  | Camel ASN.1 
support
-
-| link:camel-asterisk/src/main/docs/asterisk.adoc[Asterisk] (camel-asterisk) | 
 | Camel Asterisk to interact with an Asterisk PBX Server
-
-| link:camel-atmos/src/main/docs/atmos.adoc[Atmos] (camel-atmos) |  | Camel 
Atmos support
-
-| 
link:camel-atmosphere-websocket/src/main/docs/atmosphere-websocket.adoc[Atmosphere
 Websocket] (camel-atmosphere-websocket) |  | Camel Atmosphere WebSocket Servlet
-
-| link:camel-atom/src/main/docs/atom.adoc[Atom] (camel-atom) |  | Camel Atom 
support
-
-| link:camel-atomix/src/main/docs/atomix.adoc[Atomix] (camel-atomix) |  | 
Camel Atomix support
-
-| link:camel-avro/src/main/docs/avro.adoc[Avro] (camel-avro) |  | Camel Avro 
data format
-
-| link:camel-aws-cw/src/main/docs/aws-cw.adoc[Aws Cw] (camel-aws-cw) |  | A 
Camel Amazon CW Web Service Component
-
-| link:camel-aws-ddb/src/main/docs/aws-ddb.adoc[Aws Ddb] (camel-aws-ddb) |  | 
A Camel Amazon DynamoDB Web Service Component
-
-| link:camel-aws-ec2/src/main/docs/aws-ec2.adoc[Aws Ec2] (camel-aws-ec2) |  | 
A Camel Amazon EC2 Web Service Component
-
-| link:camel-aws-ecs/src/main/docs/aws-ecs.adoc[Aws Ecs] (camel-aws-ecs) |  | 
A Camel Amazon ECS Web Service Component
-
-| link:camel-aws-eks/src/main/docs/aws-eks.adoc[Aws Eks] (camel-aws-eks) |  | 
A Camel Amazon EKS Web Service Component
-
-| link:camel-aws-iam/src/main/docs/aws-iam.adoc[Aws Iam] (camel-aws-iam) |  | 
A Camel Amazon IAM Web Service Component
-
-| link:camel-aws-kinesis/src/main/docs/aws-kinesis.adoc[Aws Kinesis] 
(camel-aws-kinesis) |  | A Camel Amazon Kinesis Web Service Component
-
-| link:camel-aws-kms/src/main/docs/aws-kms.adoc[Aws Kms] (camel-aws-kms) |  | 
A Camel Amazon KMS Web Service Component
-
-| link:camel-aws-lambda/src/main/docs/aws-lambda.adoc[Aws Lambda] 
(camel-aws-lambda) |  | A Camel Amazon Lambda We Service Component
-
-| link:camel-aws-mq/src/main/docs/aws-mq.adoc[Aws Mq] (camel-aws-mq) |  | A 
Camel Amazon MQ Web Service Component
-
-| link:camel-aws-msk/src/main/docs/aws-msk.adoc[Aws Msk] (camel-aws-msk) |  | 
A Camel Amazon MSK Web Service Component
-
-| link:camel-aws-s3/src/main/docs/aws-s3.adoc[Aws S3] (camel-aws-s3) |  | A 
Camel Amazon S3 Web Service Component
-
-| link:camel-aws-sdb/src/main/docs/aws-sdb.adoc[Aws Sdb] (camel-aws-sdb) |  | 
A Camel Amazon SDB Web Service Component
-
-| link:camel-aws-ses/src/main/docs/aws-ses.adoc[Aws Ses] (camel-aws-ses) |  | 
A Camel Amazon SES Web Service Component
-
-| link:camel-aws-sns/src/main/docs/aws-sns.adoc[Aws Sns] (camel-aws-sns) |  | 
A Camel Amazon SNS Web Service Component
-
-| link:camel-aws-sqs/src/main/docs/aws-sqs.adoc[Aws Sqs] (camel-aws-sqs) |  | 
A Camel Amazon SQS Web Service Component
-
-| link:camel-aws-swf/src/main/docs/aws-swf.adoc[Aws Swf] (camel-aws-swf) |  | 
A Camel Amazon SWF Web Service Component
-
-| link:camel-azure/src/main/docs/azure.adoc[Azure] (camel-azure) |  | Camel 
Microsoft Azure Components
-
-| link:camel-barcode/src/main/docs/barcode.adoc[Barcode] (camel-barcode) |  | 
Camel Barcode (e.g. QRcode, PDF417, DataMatrix) support
-
-| link:camel-base64/src/main/docs/base64.adoc[Base64] (camel-base64) |  | 
Camel Base64 data format support
-
-| link:camel-bean/src/main/docs/bean.adoc[Bean] (camel-bean) |  

[camel] branch master updated: Regen again

2019-03-06 Thread acosentino
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


The following commit(s) were added to refs/heads/master by this push:
 new 06ff918  Regen again
06ff918 is described below

commit 06ff9188c14bd85dd62431f01444d090a92fe590
Author: Andrea Cosentino 
AuthorDate: Wed Mar 6 16:17:34 2019 +0100

Regen again
---
 components/readme.adoc | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index 3bf3a14..20a558c 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
  Components
 
 // components: START
-Number of Components: 291 in 226 JAR artifacts (0 deprecated)
+Number of Components: 292 in 227 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -103,6 +103,9 @@ Number of Components: 291 in 226 JAR artifacts (0 
deprecated)
 | link:camel-aws-msk/src/main/docs/aws-msk-component.adoc[AWS MSK] 
(camel-aws-msk) +
 `aws-msk:label` | 3.0 | The aws-kms is used for managing Amazon KMS
 
+| link:camel-aws-s3/src/main/docs/aws-s3-component.adoc[AWS S3 Storage 
Service] (camel-aws-s3) +
+`aws-s3:bucketNameOrArn` | 2.8 | The aws-s3 component is used for storing and 
retrieving objecct from Amazon S3 Storage Service.
+
 | link:camel-aws-ses/src/main/docs/aws-ses-component.adoc[AWS Simple Email 
Service] (camel-aws-ses) +
 `aws-ses:from` | 2.9 | The aws-ses component is used for sending emails with 
Amazon's SES service.