You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/23 10:09:49 UTC

(camel-kamelets) branch 1843-4.0.x created (now ee16d296)

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

acosentino pushed a change to branch 1843-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at ee16d296 Add rawPayload option to Salesforce source connector

This branch includes the following new commits:

     new c4655801 Add rawPayload option to Salesforce source connector
     new ee16d296 Add rawPayload option to Salesforce source connector

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(camel-kamelets) 01/02: Add rawPayload option to Salesforce source connector

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1843-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c465580138c1cf346c51e2005b211ac3bb80ebb6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 11:06:29 2024 +0100

    Add rawPayload option to Salesforce source connector
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/salesforce-source.kamelet.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml
index 877d48e6..a386120d 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -123,6 +123,11 @@ spec:
         description: The operation to use
         type: string
         default: subscribe
+      rawPayload:
+        title: Raw Payload
+        description: Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default.
+        type: boolean
+        default: false
   types:
     out:
       mediaType: application/json
@@ -150,6 +155,7 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
+        rawPayload: "{{rawPayload}}"
       steps:
       - marshal:
           json: {}


(camel-kamelets) 02/02: Add rawPayload option to Salesforce source connector

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1843-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ee16d296af7a96c0f94b64e7ef04475c7d1977c9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 11:07:18 2024 +0100

    Add rawPayload option to Salesforce source connector
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
index 877d48e6..a386120d 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/salesforce-source.kamelet.yaml
@@ -123,6 +123,11 @@ spec:
         description: The operation to use
         type: string
         default: subscribe
+      rawPayload:
+        title: Raw Payload
+        description: Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default.
+        type: boolean
+        default: false
   types:
     out:
       mediaType: application/json
@@ -150,6 +155,7 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
+        rawPayload: "{{rawPayload}}"
       steps:
       - marshal:
           json: {}