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/18 12:50:38 UTC

[camel] branch regen_bot updated (06fa1d8 -> 65dd97a)

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 06fa1d8  CAMEL-15969 - Added a note about the policy option
     add 8af5f2f  CAMEL-12871: stub server and test
     add 78ea9bb  CAMEL-12871: release resources on stop
     add 65dd97a  CAMEL-12871: disconnect on handshake failure

No new revisions were added by this update.

Summary of changes:
 .../internal/streaming/SubscriptionHelper.java     | 161 +++++----
 .../salesforce/internal/streaming/StubServer.java  | 295 ++++++++++++++++
 .../SubscriptionHelperIntegrationTest.java         | 372 +++++++++++++++++++++
 3 files changed, 770 insertions(+), 58 deletions(-)
 create mode 100644 components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/internal/streaming/StubServer.java
 create mode 100644 components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelperIntegrationTest.java