[
https://issues.apache.org/jira/browse/CAMEL-11668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125878#comment-16125878
]
ASF GitHub Bot commented on CAMEL-11668:
----------------------------------------
GitHub user DG007 opened a pull request:
https://github.com/apache/camel/pull/1889
CAMEL-11668
CAMEL-11668: CompositeApiClient class in the camel-salesforces component
cannot close a null InputStream
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DG007/camel camel-2.19.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1889.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 #1889
----
commit 466c34431980323c801b0100a9f80bda0682074e
Author: dg007 <[email protected]>
Date: 2017-08-14T16:03:24Z
CAMEL-11668
CAMEL-11668: CompositeApiClient class in the camel-salesforces component
cannot close a null InputStream
----
> CompositeApiClient class in the camel-salesforces component cannot close a
> null InputStream
> -------------------------------------------------------------------------------------------
>
> Key: CAMEL-11668
> URL: https://issues.apache.org/jira/browse/CAMEL-11668
> Project: Camel
> Issue Type: Bug
> Components: camel-salesforce
> Affects Versions: 2.19.3
> Environment: Windows 10, Eclipse Oxygen IDE with Java J2SE
> Reporter: Dicken George
> Priority: Blocker
> Labels: easyfix
> Fix For: 2.19.3
>
> Attachments: camel-salesforce.patch
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> In the class DefaultCompositeApiClient.java the method
> <T> Optional<T> tryToReadResponse(final Class<T> expectedType, final
> InputStream responseStream)
> cannot handle a null InputStream.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)