This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 15c5e84 CAMEL-15290: camel-cxf - RS producer should not leak over
HTTP headers from org.apache.cxf when sending to REST server.
new 244b31d CAMEL-12871: stub server and test
new 02e5938 CAMEL-12871: release resources on stop
new 4a3ce89 CAMEL-12871: disconnect on handshake failure
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:
.../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