Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Add null checks to Salesforce connectors #307

Closed
syndesis-bot opened this issue Nov 15, 2017 · 0 comments
Closed

Add null checks to Salesforce connectors #307

syndesis-bot opened this issue Nov 15, 2017 · 0 comments
Assignees
Labels
cat/bug A bug which needs fixing group/connector Supported camel connectors
Milestone

Comments

@syndesis-bot
Copy link
Collaborator

@zregvart 2017-11-02 bug

Seems that the body from the exchange can sometimes be null, we need to guard from that in afterProcessors in Salesforce connectors

@syndesis-bot syndesis-bot added this to the Sprint 20 milestone Nov 15, 2017
@syndesis-bot syndesis-bot added cat/bug A bug which needs fixing group/connector Supported camel connectors labels Nov 15, 2017
@zregvart zregvart modified the milestones: Sprint 20, Sprint 21 Nov 27, 2017
zregvart added a commit to zregvart/syndesis that referenced this issue Dec 18, 2017
This refactors Salesforce connectors to make them more maintainable and
applicable for connector simplification planned next.

Changes:
 - salesforce-upsert-contact-connector has been removed, we have a
   generic create or update connector for Salesforce
 - `salesforce-model` has been renamed to `salesforce-common` it used to
   contain only a DTO class, then expanded into containing base classes
 - all connectors are now based on a set of common base classes in
   `syndesis-common`, this should allow easier maintenance of the all
   Salesforce based connectors, and easy transition to simplified
   connector model in the future

Fixes syndesisio#307, syndesisio#668
@pure-bot pure-bot bot closed this as completed in #817 Dec 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cat/bug A bug which needs fixing group/connector Supported camel connectors
Projects
None yet
Development

No branches or pull requests

3 participants