Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.0
-
None
-
Camel 3.1.0
-
Unknown
Description
We were migrating the salesforce component code from version 2.24.2 to version 3.1.0. However we are getting error
Caused by: org.apache.camel.PropertyBindingException: Error binding property (camel.component.salesforce.httpclientproperties.requestbuffersize=65536) with name: httpclientproperties.requestbuffersize on bean: org.apache.camel.component.salesforce.SalesforceComponent@497cd25 with value: 65536
Earlier also there was issue with Map properties, which was raised in CAMEL-13770 and it was fixed by commit https://github.com/apache/camel/commit/2566504f56212b87ff5532a181cb85dfc00f2286
This seems to be new issue.