You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/12/09 17:53:44 UTC

[camel] branch regen_bot updated (eb82780 -> 0a6ac03)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from eb82780  Polished website nav panel
     add f4bd41a  [CAMEL-15757] Add rawPayload support on camel-salesforce composite (#4514)
     add 2064418  CAMEL-15757: Regen
     add 7cae96f  CAMEL-15915: remote type converter that may cause problems for camel-ftp tests.
     add 0a6ac03  Regen for commit 7cae96f399712217eee278f9cba5568b456d5c28

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/salesforce.json       |  6 ++-
 .../camel/catalog/docs/salesforce-component.adoc   | 39 +++++++++++++--
 .../component/file/GenericFileConverterLoader.java |  2 -
 .../camel/component/file/GenericFileConverter.java | 16 -------
 .../salesforce/SalesforceComponentConfigurer.java  |  6 +++
 .../salesforce/SalesforceEndpointConfigurer.java   |  6 +++
 .../salesforce/SalesforceEndpointUriFactory.java   |  3 +-
 .../camel/component/salesforce/salesforce.json     |  6 ++-
 .../src/main/docs/salesforce-component.adoc        | 39 +++++++++++++--
 .../salesforce/SalesforceEndpointConfig.java       | 17 ++++++-
 .../internal/client/CompositeApiClient.java        |  6 +++
 .../internal/client/DefaultCompositeApiClient.java | 35 ++++++++++++++
 .../internal/processor/CompositeApiProcessor.java  | 56 +++++++++++++++++++++-
 .../camel/component/salesforce/RawPayloadTest.java | 11 ++++-
 .../dsl/SalesforceComponentBuilderFactory.java     | 37 +++++++++-----
 .../dsl/SalesforceEndpointBuilderFactory.java      | 56 +++++++++-------------
 .../modules/ROOT/pages/salesforce-component.adoc   | 39 +++++++++++++--
 17 files changed, 292 insertions(+), 88 deletions(-)