You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/19 07:51:00 UTC

[jira] [Commented] (CAMEL-11785) CompositeApiClient cannot handle null ResponseStream

    [ https://issues.apache.org/jira/browse/CAMEL-11785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16171250#comment-16171250 ] 

ASF GitHub Bot commented on CAMEL-11785:
----------------------------------------

GitHub user DG007 opened a pull request:

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

    CAMEL-11785: CompositeApiClient cannot handle null resposnestream

    CompositeApiClient doesnt treat null as a valid response for a composite batch call. It currently handles only Json and XML format. However, null is a valid response for an update composite batch query. 

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

    $ git pull https://github.com/apache/camel camel-2.19.x

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

    https://github.com/apache/camel/pull/1939.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 #1939
    
----
commit 6abc8a7767cee9b4981834474e8e2fb71cffcd5a
Author: Andrea Cosentino <an...@gmail.com>
Date:   2017-05-08T11:14:51Z

    Upgrade Async Http Client to version 2.0.32

commit b66112346ee29f6c12447d40d5b1eaa763924a82
Author: Prasanth Pagolu <pp...@redhat.com>
Date:   2017-05-12T16:35:24Z

    CAMEL-11264: Fixed potential NPE in DefaultUndertowHttpBinding

commit 20cda49afe2af4c4846c26d1d149d6901b455cfa
Author: Antonin Stefanutti <an...@stefanutti.fr>
Date:   2017-05-15T08:57:16Z

    Upgrade CDI 2 API to version 2.0

commit 1bd593b705d7f10d8927c32d5e19ba061f6a7ba8
Author: Antonin Stefanutti <an...@stefanutti.fr>
Date:   2017-05-15T09:01:24Z

    Upgrade Weld 3.x to version 3.0.0.Final

commit 7b23f11896edeab1fcd6c12bf0d1036a5f8eeabd
Author: lburgazzoli <lb...@gmail.com>
Date:   2017-05-15T09:31:13Z

    CAMEL-11280: camel-twitter : hard-coded component scheme

commit e313e6dba38c282369b3601212620d63b44dc14f
Author: Prasanth Pagolu <pp...@redhat.com>
Date:   2017-05-15T12:55:51Z

    CAMEL-11234: NullPointerException while trying to get the Route Status on startup

commit e7bddc8cdec93cf7a194bb80da2324875344709a
Author: Guy Veraghtert <gu...@aca-it.be>
Date:   2017-05-15T13:22:19Z

    CAMEL-11281: added org.apache.camel.model.Constants.JAXB_CONTEXT_PACKAGES to Import-Package osgi header

commit 5ab2c8d830af4842d331c08b79c67d5ba731171c
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T08:39:11Z

    CAMEL-11281: added org.apache.camel.model.Constants.JAXB_CONTEXT_PACKAGES to Import-Package osgi header

commit 785d2b32d13e2807b50df081708f523c1ef9b2dc
Author: Anton Krosnev <an...@ocado.com>
Date:   2017-05-14T12:09:18Z

    Camel-hystrix test, which checks if the Hystrix in the route is
    short-circuited after some errors.

commit 398f14bf41a346b8be1728b1fff477b48d0df97b
Author: Anton Krosnev <an...@ocado.com>
Date:   2017-05-14T12:51:21Z

    Fixing source stile

commit 51da163c6b2834858952f2f1d2fe833ffcce6f93
Author: Anton Krosnev <an...@ocado.com>
Date:   2017-05-14T13:21:43Z

    Fixing Camel hystrix issue:
    https://issues.apache.org/jira/browse/CAMEL-11279

commit 31eb7d688b8a0a6b77df61f4b2948003b18af1e8
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T09:00:47Z

    CAMEL-11279: Polished

commit 750d7aa71131c4c222e60029a7ffeb988a380c6d
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T09:35:49Z

    CAMEL-11283: camel-hystrix-starter - The circuitBreakerForceClose option is default true which should be false

commit e92502113f0a10e90a2bee4051027847bedf3ee2
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T10:26:51Z

    CAMEL-11279: Updated hystrix example

commit a3060338952095f8793ddb3efaa10cd8b329ff6e
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T10:45:42Z

    CAMEL-11279: Fixed test

commit 921fa67da22406de8687c98112c9fa5075382d51
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T10:42:43Z

    CAMEL-11279: Fixed CS

commit 4d7d173059c2209f7943a40d574803122d4e1062
Author: Andrea Cosentino <an...@gmail.com>
Date:   2017-05-16T11:37:09Z

    CAMEL-11265: Fix maven warning about fork option

commit 1572b3de455d51bbf31dc6613f1b80432b8fbccb
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T12:48:33Z

    CAMEL-11272: ReloadStrategySupport wrongly logs

commit ccdfa1a02c60f77be93dafd21488f16da4899baa
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T12:52:15Z

    CAMEL-11273: Allow to load routeContext with live reload routes from xml files support. Thanks to Ronny Aerts for the patch. This closes #1693

commit 445ef3d835e4e21a68a84638451b4e8810f8fc81
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T14:46:36Z

    CAMEL-11287: MDC routeId value is lost after calling a direct route from a transacted route

commit 221e0f25fa912ef5192dd4d7f6ea634f8af90b8d
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-16T14:52:05Z

    CAMEL-11287: MDC routeId value is lost after calling a direct route from a transacted route

commit bc186de0910315abdc50a8c5c80b022911461520
Author: lburgazzoli <lb...@gmail.com>
Date:   2017-05-16T16:05:19Z

    CAMEL-11289: camel-ehcache: allow to configure cache manager on component

commit 18ac6527911b65c54be4e72db14025c120dd30a6
Author: Dmitry Volodin <dm...@gmail.com>
Date:   2017-05-16T16:09:09Z

    CAMEL-11288: camel-grpc producer incorrectly called async services

commit 6d820defcb8752566b501ceec8e74bb01143fff5
Author: Gregor Zurowski <gr...@zurowski.org>
Date:   2017-05-18T19:29:26Z

    Add schema references for release 2.17.7
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>

commit 04c4de84687579b1f26fb536c21b0ad90d1fbeb1
Author: aldettinger <al...@gmail.com>
Date:   2017-05-20T10:18:57Z

    CAMEL-11235: Resolved an issue where a method inherited from a superclass overrides a superinterface method

commit aef52c315e5fcd8a9bb2d538606ac32a1372e2fc
Author: aldettinger <al...@gmail.com>
Date:   2017-05-20T11:13:15Z

    CAMEL-11235: Used the new override from getMethodInfo(...)

commit 5f40bbb4b8a03ea588d70135cf93154c928964af
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-20T13:23:51Z

    CAMEL-11235: Added unit test. This closes #1703

commit 68ba27f2c507a5f3890fa682aa3eb3b0f286e2cd
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-20T13:42:57Z

    Upgrade artemis

commit f96c5823254b8a2caf5ba716961b5d658f32de9b
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-20T13:53:24Z

    Fixed test on osx

commit 6e7b709334c56365b8526cacf5975c3829d508f3
Author: Claus Ibsen <da...@apache.org>
Date:   2017-05-21T16:56:48Z

    CAMEL-11305: camel-test - Using dump route coverage with custom processor may cause NPE

----


> CompositeApiClient cannot handle null ResponseStream
> ----------------------------------------------------
>
>                 Key: CAMEL-11785
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11785
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-salesforce
>    Affects Versions: 2.19.3
>            Reporter: Dicken George
>
> The class DefaultCompositeApiClient cannot handle null responsestream send out during an update process.
> Need to handle null as a valid response format other than Json and XML



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)