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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new c9f32e2  Regen
c9f32e2 is described below

commit c9f32e25c3f936f05a8d3c17c4cd1aa3c23c4b26
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 4 06:14:42 2022 +0100

    Regen
---
 .../springboot/catalog/components/salesforce.json    | 20 ++++++++++----------
 .../src/main/docs/salesforce.json                    | 10 +++++-----
 .../springboot/SalesforceComponentConfiguration.java | 11 ++++++-----
 3 files changed, 21 insertions(+), 20 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
index a8a9769..a144e75 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/salesforce.json
@@ -47,11 +47,11 @@
     "maxRecords": { "kind": "property", "displayName": "Max Records", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": 
"java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "The maximum number of records 
to retrieve per set of results for a Bulk 2.0 Query. The request is still 
subject to the size l [...]
     "notFoundBehaviour": { "kind": "property", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "EXCEPTION", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Sets the be [...]
     "notifyForFields": { "kind": "property", "displayName": "Notify For 
Fields", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum", 
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for [...]
-    "notifyForOperationCreate": { "kind": "property", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for create operation, 
defaults to false (API version = 29.0)" },
-    "notifyForOperationDelete": { "kind": "property", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for delete operation, 
defaults to false (API version = 29.0)" },
-    "notifyForOperations": { "kind": "property", "displayName": "Notify For 
Operations", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum", 
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description":  [...]
-    "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify 
For Operation Undelete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for un-delete operation, 
defaults to false (API version = 29.0)" },
-    "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for update operation, 
defaults to false (API version = 29.0)" },
+    "notifyForOperationCreate": { "kind": "property", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for create operation, 
defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperationDelete": { "kind": "property", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for delete operation, 
defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperations": { "kind": "property", "displayName": "Notify For 
Operations", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum", 
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description":  [...]
+    "notifyForOperationUndelete": { "kind": "property", "displayName": "Notify 
For Operation Undelete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for un-delete operation, 
defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperationUpdate": { "kind": "property", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Notify for update operation, 
defaults to false (API version &gt;= 29.0)" },
     "objectMapper": { "kind": "property", "displayName": "Object Mapper", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Custom Jackson ObjectMapper to 
use when serializing\/deserializing Salesforce objects." },
     "packages": { "kind": "property", "displayName": "Packages", "group": 
"common", "label": "common", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "In what packages are the generated DTO classes. Typically the 
classes would be generated using camel-salesforce-maven-plugin. Set it if using 
the generated DTOs to gain the benefit of using short SObject names in 
parameters\/header values. Multip [...]
     "pkChunking": { "kind": "property", "displayName": "Pk Chunking", "group": 
"common", "label": "", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "config", "description": "Use PK Chunking. Only for use 
in original Bulk API. Bulk 2.0 API performs PK chunking automatically, if 
necessary." },
@@ -137,11 +137,11 @@
     "maxRecords": { "kind": "parameter", "displayName": "Max Records", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "The maximum number of 
records to retrieve per set of results for a Bulk 2.0 Query. The request is 
still subject to th [...]
     "notFoundBehaviour": { "kind": "parameter", "displayName": "Not Found 
Behaviour", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.NotFoundBehaviour", "enum": [ 
"EXCEPTION", "NULL" ], "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": "EXCEPTION", "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Set [...]
     "notifyForFields": { "kind": "parameter", "displayName": "Notify For 
Fields", "group": "common", "label": "", "required": false, "type": "object", 
"javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForFieldsEnum", 
"enum": [ "ALL", "REFERENCED", "SELECT", "WHERE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "No [...]
-    "notifyForOperationCreate": { "kind": "parameter", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for create 
operation, defaults to false (API version = 29.0)" },
-    "notifyForOperationDelete": { "kind": "parameter", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for delete 
operation, defaults to false (API version = 29.0)" },
-    "notifyForOperations": { "kind": "parameter", "displayName": "Notify For 
Operations", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum", 
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "descri [...]
-    "notifyForOperationUndelete": { "kind": "parameter", "displayName": 
"Notify For Operation Undelete", "group": "common", "label": "", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for un-delete 
operation, defaults to false (API version = 29.0)" },
-    "notifyForOperationUpdate": { "kind": "parameter", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for update 
operation, defaults to false (API version = 29.0)" },
+    "notifyForOperationCreate": { "kind": "parameter", "displayName": "Notify 
For Operation Create", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for create 
operation, defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperationDelete": { "kind": "parameter", "displayName": "Notify 
For Operation Delete", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for delete 
operation, defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperations": { "kind": "parameter", "displayName": "Notify For 
Operations", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum", 
"enum": [ "ALL", "CREATE", "EXTENDED", "UPDATE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "descri [...]
+    "notifyForOperationUndelete": { "kind": "parameter", "displayName": 
"Notify For Operation Undelete", "group": "common", "label": "", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for un-delete 
operation, defaults to false (API version &gt;= 29.0)" },
+    "notifyForOperationUpdate": { "kind": "parameter", "displayName": "Notify 
For Operation Update", "group": "common", "label": "", "required": false, 
"type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Notify for update 
operation, defaults to false (API version &gt;= 29.0)" },
     "objectMapper": { "kind": "parameter", "displayName": "Object Mapper", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "com.fasterxml.jackson.databind.ObjectMapper", "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Custom Jackson 
ObjectMapper to use when serializing\/deserializing Salesforce objects." },
     "pkChunking": { "kind": "parameter", "displayName": "Pk Chunking", 
"group": "common", "label": "", "required": false, "type": "boolean", 
"javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Use PK Chunking. Only 
for use in original Bulk API. Bulk 2.0 API performs PK chunking automatically, 
if necessary." },
     "pkChunkingChunkSize": { "kind": "parameter", "displayName": "Pk Chunking 
Chunk Size", "group": "common", "label": "", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "configurationClass": 
"org.apache.camel.component.salesforce.SalesforceEndpointConfig", 
"configurationField": "configuration", "description": "Chunk size for use with 
PK Chunking. If unspecified, salesforce default is 100,000. Maximum size  [...]
diff --git 
a/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json 
b/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
index c98bf8a..dd2618f 100644
--- a/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
+++ b/components-starter/camel-salesforce-starter/src/main/docs/salesforce.json
@@ -362,31 +362,31 @@
     {
       "name": "camel.component.salesforce.notify-for-operation-create",
       "type": "java.lang.Boolean",
-      "description": "Notify for create operation, defaults to false (API 
version = 29.0)",
+      "description": "Notify for create operation, defaults to false (API 
version &gt;= 29.0)",
       "sourceType": 
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
     },
     {
       "name": "camel.component.salesforce.notify-for-operation-delete",
       "type": "java.lang.Boolean",
-      "description": "Notify for delete operation, defaults to false (API 
version = 29.0)",
+      "description": "Notify for delete operation, defaults to false (API 
version &gt;= 29.0)",
       "sourceType": 
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
     },
     {
       "name": "camel.component.salesforce.notify-for-operation-undelete",
       "type": "java.lang.Boolean",
-      "description": "Notify for un-delete operation, defaults to false (API 
version = 29.0)",
+      "description": "Notify for un-delete operation, defaults to false (API 
version &gt;= 29.0)",
       "sourceType": 
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
     },
     {
       "name": "camel.component.salesforce.notify-for-operation-update",
       "type": "java.lang.Boolean",
-      "description": "Notify for update operation, defaults to false (API 
version = 29.0)",
+      "description": "Notify for update operation, defaults to false (API 
version &gt;= 29.0)",
       "sourceType": 
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
     },
     {
       "name": "camel.component.salesforce.notify-for-operations",
       "type": 
"org.apache.camel.component.salesforce.internal.dto.NotifyForOperationsEnum",
-      "description": "Notify for operations, options are ALL, CREATE, 
EXTENDED, UPDATE (API version 29.0)",
+      "description": "Notify for operations, options are ALL, CREATE, 
EXTENDED, UPDATE (API version &lt; 29.0)",
       "sourceType": 
"org.apache.camel.component.salesforce.springboot.SalesforceComponentConfiguration"
     },
     {
diff --git 
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
 
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
index 0c2a2f4..73b935c 100644
--- 
a/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
+++ 
b/components-starter/camel-salesforce-starter/src/main/java/org/apache/camel/component/salesforce/springboot/SalesforceComponentConfiguration.java
@@ -168,24 +168,25 @@ public class SalesforceComponentConfiguration
      */
     private NotifyForFieldsEnum notifyForFields;
     /**
-     * Notify for create operation, defaults to false (API version = 29.0)
+     * Notify for create operation, defaults to false (API version &gt;= 29.0)
      */
     private Boolean notifyForOperationCreate;
     /**
-     * Notify for delete operation, defaults to false (API version = 29.0)
+     * Notify for delete operation, defaults to false (API version &gt;= 29.0)
      */
     private Boolean notifyForOperationDelete;
     /**
      * Notify for operations, options are ALL, CREATE, EXTENDED, UPDATE (API
-     * version 29.0)
+     * version &lt; 29.0)
      */
     private NotifyForOperationsEnum notifyForOperations;
     /**
-     * Notify for un-delete operation, defaults to false (API version = 29.0)
+     * Notify for un-delete operation, defaults to false (API version &gt;=
+     * 29.0)
      */
     private Boolean notifyForOperationUndelete;
     /**
-     * Notify for update operation, defaults to false (API version = 29.0)
+     * Notify for update operation, defaults to false (API version &gt;= 29.0)
      */
     private Boolean notifyForOperationUpdate;
     /**

Reply via email to