[
https://issues.apache.org/jira/browse/CAMEL-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16127032#comment-16127032
]
ASF GitHub Bot commented on CAMEL-1167:
---------------------------------------
GitHub user zregvart opened a pull request:
https://github.com/apache/camel/pull/1891
CAMEL-1167: Support Metadata component extension
** Submited for review **
@lburgazzoli can you take a look, thanks 👍
Adds support for `MetaDataExtension` in the Salesforce component.
Currently two kinds of metadata are supported:
- listing Salesforce Object types
- listing fields of Salesforce object type
For Salesforce object types object name and label are returned and for
Salesforce object fields name and field type are returned.
New facade to use low level Salesforce RestClient was added
`SalesforceClientTemplate` intended to be used from extensions such as
this and the existing `ComponentVerifierExtension` was refactored to use
it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-11667
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1891.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 #1891
----
commit 0e71530d80526e7cefd0e12a02a37e899bfa3b90
Author: Zoran Regvart <[email protected]>
Date: 2017-08-15T09:52:26Z
CAMEL-1167: Support Metadata component extension
Adds support for `MetaDataExtension` in the Salesforce component.
Currently two kinds of metadata are supported:
- listing Salesforce Object types
- listing fields of Salesforce object type
For Salesforce object types object name and label are returned and for
Salesforce object fields name and field type are returned.
New facade to use low level Salesforce RestClient was added
`SalesforceClientTemplate` intended to be used from extensions such as
this and the existing `ComponentVerifierExtension` was refactored to use
it.
----
> the script to copy deployed releases of manuals doesn't seem to be working...
> -----------------------------------------------------------------------------
>
> Key: CAMEL-1167
> URL: https://issues.apache.org/jira/browse/CAMEL-1167
> Project: Camel
> Issue Type: Improvement
> Reporter: james strachan
> Assignee: Jonathan Anstey
> Fix For: 2.0-M1
>
>
> manuals for releases should appear here...
> http://activemq.apache.org/camel/manual/
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)