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/11/16 18:26:39 UTC

[camel] branch regen_bot updated (07fd3e7 -> bf4560e)

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 07fd3e7  CAMEL-17199: update documentation to align Camel JBang CLI usage w/ Karavan (#6442)
     add 11d71ee  CAMEL-15520: cleanup a deprecation in camel-couchbase test (#6441)
     add 8050b827 CAMEL-17195: camel-salesforce: Recover from invalid replayId
     add bf4560e  Regen for commit 8050b82724b10b4de8cb22e16e4a513bf66f1eb9

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/salesforce.json       |  2 +
 .../integration/CouchbaseIntegrationTestBase.java  |  2 +-
 .../salesforce/SalesforceComponentConfigurer.java  |  6 ++
 .../salesforce/SalesforceEndpointConfigurer.java   |  6 ++
 .../salesforce/SalesforceEndpointUriFactory.java   |  3 +-
 .../camel/component/salesforce/salesforce.json     |  2 +
 .../salesforce/SalesforceEndpointConfig.java       | 18 ++++
 .../internal/streaming/SubscriptionHelper.java     | 19 ++++-
 .../salesforce/StreamingApiIntegrationTest.java    | 20 ++++-
 .../dsl/SalesforceComponentBuilderFactory.java     | 17 ++++
 .../dsl/SalesforceEndpointBuilderFactory.java      | 98 ++++++++++++++++++++++
 11 files changed, 186 insertions(+), 7 deletions(-)