Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.12.5, 2.13.4, 2.14.2, 2.15.0
-
Component/s: camel-salesforce
-
Labels:
-
Patch Info:Patch Available
-
Estimated Complexity:Unknown
Description
Camel salesforce component exposes an httpClient property in SalesforceEndpointConfig to provide a custom Jetty HTTP client configured with HTTP proxy settings. But this requires writing a factory bean o simply inject simple properties in the HTTP client.
The maven plugin does not expose any mechanism to provide a custom HTTP client.
Both the component and the plugin should expose simple properties to configure:
- SSLContextParameters,
- HTTP proxy host, port, username and password for proxy-authentication
- All other basic properties of Jetty Http client, for e.g. connectTimeout, timeout, removeIdleDestinations, etc.