You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by DG007 <gi...@git.apache.org> on 2017/09/19 09:58:18 UTC

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

GitHub user DG007 opened a pull request:

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

    CAMEL-11785: CompositeApiClient cannot handle null resposnestream

    The DefaultCompositeApiClient class didnt consider null as a valid response stream and was only considering Json and XML format. But it has to also handle null responses, incase we have an update query.

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

    $ git pull https://github.com/DG007/camel master

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

    https://github.com/apache/camel/pull/1940.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 #1940
    
----
commit 3f49257f0e37b0fcff009820795e6bf68ed6249d
Author: GeorgeD <ge...@hgdeclfr002861.grp.haufemg.com>
Date:   2017-09-19T09:54:50Z

    CAMEL-11785: CompositeApiClient cannot handle null resposnestream

----


---

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

Posted by DG007 <gi...@git.apache.org>.
GitHub user DG007 reopened a pull request:

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

    CAMEL-11785: CompositeApiClient cannot handle null resposnestream

    The DefaultCompositeApiClient class didnt consider null as a valid response stream and was only considering Json and XML format. But it has to also handle null responses, incase we have an update query.

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

    $ git pull https://github.com/DG007/camel master

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

    https://github.com/apache/camel/pull/1940.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 #1940
    
----
commit 3f49257f0e37b0fcff009820795e6bf68ed6249d
Author: GeorgeD <ge...@hgdeclfr002861.grp.haufemg.com>
Date:   2017-09-19T09:54:50Z

    CAMEL-11785: CompositeApiClient cannot handle null resposnestream

----


---

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

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

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


---

[GitHub] camel pull request #1940: CAMEL-11785: CompositeApiClient cannot handle null...

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

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


---