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 2022/03/03 15:45:18 UTC

[camel-kamelets] branch main updated: Regen for commit 5e4d452b33f60ae91006aef4904225e317522f6b

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

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


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

commit 5add51483c79c0c25bcc392f77c28128d6efc74c
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Thu Mar 3 15:41:43 2022 +0000

    Regen for commit 5e4d452b33f60ae91006aef4904225e317522f6b
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/resources/kamelets/salesforce-source.kamelet.yaml        | 4 ++--
 1 file changed, 2 insertions(+), 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 3d20d4c..68e384c 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
@@ -99,11 +99,12 @@ spec:
     beans:
       - name: local-salesforce
         type: "#class:org.apache.camel.component.salesforce.SalesforceComponent"
-        parameters:
+        properties:
           clientId: "{{clientId}}"
           clientSecret: "{{clientSecret}}"
           userName: "{{userName}}"
           password: "{{password}}"
+          loginUrl: "{{loginUrl}}"
     from:
       uri: "{{local-salesforce}}:{{topicName}}"
       parameters:
@@ -114,7 +115,6 @@ spec:
         notifyForOperationDelete: "false"
         notifyForOperationUndelete: "false"
         sObjectQuery: "{{query}}"
-        loginUrl: "{{loginUrl}}"
       steps:
       - marshal:
           json: {}