syndesisio / connectors

Apache Camel Connectors for Syndesis
Apache License 2.0
6 stars 12 forks source link

fix: work with options specified as parameters #73

Closed zregvart closed 6 years ago

zregvart commented 6 years ago

Connector options holds values from parameters defined via Spring Boot they will not hold values that are defined or overridden in URI parameters of the endpoint.

In this case the sObjectIdName would hold the value Id, that is the default value, not any overriden value via endpoint URI parameters.

pure-bot[bot] commented 6 years ago

Pull request approved by @rhuss - applying approved label