Thomas Diesler created CAMEL-15194:
--------------------------------------
Summary: Default Salesforce httpClient no longer initilized in time
Key: CAMEL-15194
URL: https://issues.apache.org/jira/browse/CAMEL-15194
Project: Camel
Issue Type: Bug
Components: camel-salesforce
Affects Versions: 3.3.0
Reporter: Thomas Diesler
In Camel-3.3.0 there seems to have been a change with Salesforce such that the
component's httpClient is no longer initialized before the endpoint is created.
This is perhaps a fundamental lifecycle issue that leads to NPE in my
Salesforce tests.
In 3.1.0 the httpClient is available when the endpoint is created
[here|https://github.com/apache/camel/blob/master/components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/SalesforceComponent.java#L260]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)