GitHub user andrzej-majewski opened a pull request: https://github.com/apache/camel/pull/141
Fix MR-844 Missing field in LoginToken class in camel-salesforce Fix for: https://issues.jboss.org/browse/MR-844 Add Missing field in LoginToken class in camel-salesforce component. Additionally add @JsonIgnoreProperties(ignoreUnknown=true) to prevent similar problem in future. You can merge this pull request into a Git repository by running: $ git pull https://github.com/andrzej-majewski/camel MR-844 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/141.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #141 ---- commit 6fa35237a74d71e793ec82b972814f817493cf59 Author: Andrzej Majewski <andr...@gmail.com> Date: 2014-04-28T22:18:22Z Fix MR-844 Missing field in LoginToken class in camel-salesforce component MR-844 Add Missing field in LoginToken class in camel-salesforce component. Additionally add @JsonIgnoreProperties(ignoreUnknown=true) to prevent similar problem in future. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---