orpiske commented on pull request #3829: URL: https://github.com/apache/camel/pull/3829#issuecomment-629246862
> Have you tested with latest master branch as the http client is set here > > https://github.com/apache/camel/blob/661100f19749288ce6ed4a91d390a2af42253cf4/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java#L260 > > And the doStop method has logic whether the client was created by Camel itself vs specified by end user (not sure if anyone does that TBH) Thanks Claus. Yes, I did try w/ the latest code from master and we still have the issue. The code for 3.2.0 also sets the HTTP client on the [same location](https://github.com/apache/camel/blob/camel-3.2.0/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java#L260), but this seems to be effective after the condition that causes this NPE. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
