You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by zregvart <gi...@git.apache.org> on 2016/11/14 20:43:57 UTC

[GitHub] camel pull request #1273: CAMEL-10478 Support simple language expressions in...

GitHub user zregvart opened a pull request:

    https://github.com/apache/camel/pull/1273

    CAMEL-10478 Support simple language expressions in header values in camel-salesforce

    This is a PR against 2.17.x, as this functionality would be beneficial to 2.17
    users as well.
    
    Implements support for simple language expressions in header values for
    the camel-salesforce component.
    
    AbstractSalesforceProcessor was modified to post-process values
    retrieved from message header and evaluate them with simple language.
    This greatly simplifies usage in downstream salesforce components as
    they can have access upstream values. For instance:
    
        salesforce:queryMore?sObjectQuery=${header.nextRecordsUrl}...

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zregvart/camel CAMEL-10478-camel-2.17.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1273.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1273
    
----
commit 214fb5d6ad3384d86e2e64e76b40f3798dfa2bd3
Author: Zoran Regvart <zo...@regvart.com>
Date:   2016-11-14T20:41:29Z

    Support simple language expressions in header values in camel-salesforce
    
    Implements support for simple language expressions in header values for
    the camel-salesforce component.
    
    AbstractSalesforceProcessor was modified to post-process values
    retrieved from message header and evaluate them with simple language.
    This greatly simplifies usage in downstream salesforce components as
    they can have access upstream values. For instance:
    
        salesforce:queryMore?sObjectQuery=${header.nextRecordsUrl}...

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #1273: CAMEL-10478 Support simple language expressions in...

Posted by zregvart <gi...@git.apache.org>.
Github user zregvart closed the pull request at:

    https://github.com/apache/camel/pull/1273


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---