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:46 UTC

(camel-kamelets) branch 1841-4.0.x created (now 121dcff0)

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

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


      at 121dcff0 Review OperationName parameter for Salesforce Source Kamelet

This branch includes the following new commits:

     new f98e3714 Review OperationName parameter for Salesforce Source Kamelet
     new 121dcff0 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-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 121dcff0bc04c1e811c54e79063512fa20248a83
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 d489cfc0..877d48e6 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
@@ -141,7 +141,7 @@ spec:
           password: "{{password}}"
           loginUrl: "{{loginUrl}}"
     from:
-      uri: "{{local-salesforce}}:{{topicName}}"
+      uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
       parameters:
         notifyForFields: "{{notifyForFields}}"
         updateTopic: "true"
@@ -150,7 +150,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-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit f98e37147aa2abf776855b0614dffecfda0fc831
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 d489cfc0..877d48e6 100644
--- a/kamelets/salesforce-source.kamelet.yaml
+++ b/kamelets/salesforce-source.kamelet.yaml
@@ -141,7 +141,7 @@ spec:
           password: "{{password}}"
           loginUrl: "{{loginUrl}}"
     from:
-      uri: "{{local-salesforce}}:{{topicName}}"
+      uri: "{{local-salesforce}}:{{operation}}:{{topicName}}"
       parameters:
         notifyForFields: "{{notifyForFields}}"
         updateTopic: "true"
@@ -150,7 +150,6 @@ spec:
         notifyForOperationDelete: "{{notifyForOperationDelete}}"
         notifyForOperationUndelete: "{{notifyForOperationUndelete}}"
         sObjectQuery: "{{query}}"
-        operationName: "{{operation}}"
       steps:
       - marshal:
           json: {}