This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a change to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 7024d18c067 (chores) camel-bindy: fixed checkstyle issue
new 519bd97c0d1 CAMEL-19675: fixed not copying safe copy properties
new ade08bbe735 CAMEL-19675: added test case for aggregation strategy with
attachment (#10895)
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:
.../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