GitHub user sirlatrom opened a pull request: https://github.com/apache/camel/pull/1028
Prefix picklist enum names with owning SObjectDescription name This allows multiple objects to have similarly named picklist fields (e.g. `Type`) without causing name conflicts (practically a race condition on the contents of the picklist enum class). @davsclaus We've discussed this feature a long time ago - the patches will finally be rolling in now :smile: Signed-off-by: Sune Keller <abs...@almbrand.dk> You can merge this pull request into a Git repository by running: $ git pull https://github.com/sirlatrom/camel feature/prefix-salesforce-picklist-enum-class-with-owning-object Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1028.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 #1028 ---- commit f1445983d12c91167fa20ea12ba0ad2a8fb63846 Author: Sune Keller <abs...@almbrand.dk> Date: 2016-01-31T12:16:44Z Prefix picklist enum names with owning SObjectDescription name Signed-off-by: Sune Keller <abs...@almbrand.dk> ---- --- 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. ---