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/11/28 23:03:28 UTC

[camel] branch regen_bot updated (a9cec27 -> 3c2685f)

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 a9cec27  Fixed CS
     add cb395a4  CAMEL-15704: camel-csimple - Compiled simple language.
     add 20ea5ec  CAMEL-15904: camel-salesforce: streaming replayId default (#4698)
     add 3c2685f  Regen for commit 20ea5ec2b4b18a9e6371e4441d4ff706c245e038

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/salesforce.json       |   4 +-
 .../camel/catalog/docs/salesforce-component.adoc   |   4 +-
 .../language/csimple/joor/OriginalSimpleTest.java  | 260 ++++++++++-----------
 .../camel/component/salesforce/salesforce.json     |   4 +-
 .../src/main/docs/salesforce-component.adoc        |   4 +-
 .../salesforce/SalesforceEndpointConfig.java       |   6 +-
 .../salesforce/StreamingApiIntegrationTest.java    |   9 +-
 .../dsl/SalesforceComponentBuilderFactory.java     |   1 +
 .../camel/language/csimple/CSimpleHelper.java      |  39 ++++
 .../simple/ast/SimpleFunctionExpression.java       | 136 +++++++++--
 .../dsl/SalesforceEndpointBuilderFactory.java      |   6 +
 .../modules/ROOT/pages/salesforce-component.adoc   |   4 +-
 12 files changed, 299 insertions(+), 178 deletions(-)