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 2023/08/01 15:00:20 UTC

[camel] branch regen_bot_3x updated (5bc271e2ad3 -> 145af6559a0)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 5bc271e2ad3 Regen for commit 6f5e10864476f8feaca1b675a6097ca671452e7f (#10941)
     add 1602a89c5a7 CAMEL-19675: fixed not copying safe copy properties
     add 145af6559a0 CAMEL-19675: added test case for aggregation strategy with attachment (#10895)

No new revisions were added by this update.

Summary of changes:
 .../MulticastAggregationStrategyTest.java          | 83 ++++++++++++++++++++++
 .../java/org/apache/camel/ExtendedExchange.java    |  6 ++
 .../org/apache/camel/support/AbstractExchange.java |  6 ++
 .../org/apache/camel/support/ExchangeHelper.java   |  1 +
 4 files changed, 96 insertions(+)
 create mode 100644 components/camel-attachments/src/test/java/org/apache/camel/attachment/MulticastAggregationStrategyTest.java