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 2017/11/07 13:03:32 UTC

[GitHub] camel pull request #2085: CAMEL-11995: Salesforce Composite API support

GitHub user zregvart opened a pull request:

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

    CAMEL-11995: Salesforce Composite API support

    Adds support for third Composite resource, now we can support Batch,
    Tree and plain "Composite" resource. Composite resource allows
    generating a request of up to 25 possibly chained requests. Chaining is
    performed by using references so response from a previous request can be
    used in the subsequent request.
    
    Bulk of the work was contributed by Spiliopoulos, Vassilis (ELS-CON)
    <v....@elsevier.com>, this polishes and rebases on the current
    master.
    
    @vspiliop can you take a look at this, I've just extracted the Composite API support ([CAMEL-11995](https://issues.apache.org/jira/browse/CAMEL-11995)) and I'll create another PR for [CAMEL-10193](https://issues.apache.org/jira/browse/CAMEL-10193) that you contributed in #2079.

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

    $ git pull https://github.com/zregvart/camel CAMEL-11995

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

    https://github.com/apache/camel/pull/2085.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 #2085
    
----
commit b5e42fccd3f2141f70b9075bb210d38c699087fb
Author: Zoran Regvart <zr...@apache.org>
Date:   2017-11-07T12:52:35Z

    CAMEL-11995: Salesforce Composite API support
    
    Adds support for third Composite resource, now we can support Batch,
    Tree and plain "Composite" resource. Composite resource allows
    generating a request of up to 25 possibly chained requests. Chaining is
    performed by using references so response from a previous request can be
    used in the subsequent request.
    
    Bulk of the work was contributed by Spiliopoulos, Vassilis (ELS-CON)
    <v....@elsevier.com>, this polishes and rebases on the current
    master.

----


---

[GitHub] camel pull request #2085: CAMEL-11995: Salesforce Composite API support

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

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


---