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 2021/02/08 09:14:57 UTC

[camel] branch regen_bot updated (741d9a3 -> 241f50c)

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 741d9a3  Regen for commit b01c3714d01f27d403d8e7198e999f75db64c315 (#5042)
     add 7a92d98  CAMEL-12808: Salesforce: support PK chunking (#5038)
     add 241f50c  Regen for commit 7a92d98f705ecfd5a9ea2740d619da3cf67206b3

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/salesforce.json       |   8 +
 .../camel/catalog/docs/salesforce-component.adoc   |  51 ++--
 .../salesforce/SalesforceComponentConfigurer.java  |  24 ++
 .../salesforce/SalesforceEndpointConfigurer.java   |  24 ++
 .../salesforce/SalesforceEndpointUriFactory.java   |  42 +--
 .../camel/component/salesforce/salesforce.json     |   8 +
 .../src/main/docs/salesforce-component.adoc        |  51 ++--
 .../salesforce/SalesforceEndpointConfig.java       |  61 +++++
 .../internal/processor/BulkApiProcessor.java       |  40 ++-
 .../salesforce/BulkApiQueryIntegrationTest.java    |  41 +++
 .../dsl/SalesforceComponentBuilderFactory.java     |  73 +++++
 .../dsl/SalesforceEndpointBuilderFactory.java      | 303 +++++++++++++++++++++
 .../modules/ROOT/pages/salesforce-component.adoc   |  51 ++--
 13 files changed, 694 insertions(+), 83 deletions(-)