This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-4.8.x in repository https://gitbox.apache.org/repos/asf/camel.git
from 2c5e5d46b14 CAMEL-21379: camel-salesforce: introduce delay in pub/sub reconnect attempts new 388c0ea6a9d CAMEL-21380: camel-salesforce: pubsub: ability to opt out of system proxy new b012ab19770 CAMEL-21380: Regen new 6c8df76ed3f CAMEL-21380: Regen The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../camel/catalog/components/salesforce.json | 45 +++++++++++----------- .../codegen/AbstractSalesforceExecution.java | 2 +- .../salesforce/SalesforceComponentConfigurer.java | 6 +++ .../camel/component/salesforce/salesforce.json | 45 +++++++++++----------- .../component/salesforce/PubSubApiConsumer.java | 3 +- .../component/salesforce/SalesforceComponent.java | 13 +++++++ .../internal/client/PubSubApiClient.java | 8 +++- .../internal/processor/PubSubApiProcessor.java | 3 +- .../component/salesforce/PubSubApiManualIT.java | 2 +- .../camel/component/salesforce/PubSubApiTest.java | 12 +++--- .../dsl/SalesforceComponentBuilderFactory.java | 19 +++++++++ 11 files changed, 103 insertions(+), 55 deletions(-)