Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.19.3
-
Fix Version/s: 2.20.0
-
Component/s: camel-salesforce
-
Labels:
-
Environment:
Windows 10, Eclipse Oxygen IDE with Java J2SE
-
Patch Info:Patch Available
-
Estimated Complexity:Novice
-
Flags:Patch
Description
In the class DefaultCompositeApiClient.java the method
<T> Optional<T> tryToReadResponse(final Class<T> expectedType, final InputStream responseStream)
cannot handle a null InputStream.