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 09:19:40 UTC

(camel-kamelets) branch 1841 created (now c2df9cab)

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

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


      at c2df9cab Review OperationName parameter for Salesforce Source Kamelet

This branch includes the following new commits:

     new c4421958 Review OperationName parameter for Salesforce Source Kamelet
     new c2df9cab Review OperationName parameter for Salesforce Source Kamelet

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) 02/02: Review OperationName parameter for Salesforce Source Kamelet

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

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

commit c2df9cab220995d7300f83db87a0827b5de22170
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 10:12:46 2024 +0100

    Review OperationName parameter for Salesforce Source Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml         | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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 f2577803..41439570 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
@@ -131,7 +131,7 @@ spec:
           password: "{{password}}"
           loginUrl: "{{loginUrl}}"
     from:
-      uri: "{{local-salesforce}}:{{topicName}}"
+      uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
       parameters:
         notifyForFields: "{{notifyForFields}}"
         updateTopic: "true"
@@ -140,7 +140,6 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
-        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}


(camel-kamelets) 01/02: Review OperationName parameter for Salesforce Source Kamelet

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

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

commit c4421958aba305a713e7e4f8d615950de43aa186
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 23 10:11:50 2024 +0100

    Review OperationName parameter for Salesforce Source Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/salesforce-source.kamelet.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kamelets/salesforce-source.kamelet.yaml b/kamelets/salesforce-source.kamelet.yaml
index f2577803..41439570 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -131,7 +131,7 @@ spec:
           password: "{{password}}"
           loginUrl: "{{loginUrl}}"
     from:
-      uri: "{{local-salesforce}}:{{topicName}}"
+      uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
       parameters:
         notifyForFields: "{{notifyForFields}}"
         updateTopic: "true"
@@ -140,7 +140,6 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
-        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}