This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from a6cce94 CAMEL-15267: Added a ByteArrayOutputStream to ByteBuffer
converter in core
new e08943a CAMEL-15233: Fixes Replay Extension to properly save replay
id value (#3969)
new 17555cd CAMEL-15233: Update salesforce license file to match the
source
The 2 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:
.../LICENSE-SALESFORCE.txt | 35 +++---
...tDReplayExtension.java => ReplayExtension.java} | 86 +++++++-------
.../internal/streaming/SubscriptionHelper.java | 2 +-
.../internal/streaming/ReplayExtensionTest.java | 127 +++++++++++++++++++++
4 files changed, 184 insertions(+), 66 deletions(-)
rename
components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/{CometDReplayExtension.java
=> ReplayExtension.java} (56%)
create mode 100644
components/camel-salesforce/camel-salesforce-component/src/test/java/org/apache/camel/component/salesforce/internal/streaming/ReplayExtensionTest.java