syndesisio / syndesis-verifier

Syndesis Verifier Service
Apache License 2.0
2 stars 8 forks source link

fix(metadata): Better `null` handling #24

Closed zregvart closed 7 years ago

zregvart commented 7 years ago

Verifier has no knowledge of the properties required for a Syndesis action. So syndesis-rest sends null values for properties action requires but the user has not specified yet. This is not helpful for Camel metadata extension, only as a hint to the MetadataAdapters to set those action properties if requested.

Also SalesforceMetadataAdapter should not fetch schema/data shape for unspecified (null) Salesforce object names.

pure-bot[bot] commented 7 years ago

Pull request approved by @jimmidyson - applying approved label