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/07/31 08:49:48 UTC

[camel] branch regen_bot updated (d3cd4966ad0 -> 4703fe669da)

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 d3cd4966ad0 Upgrade InfluxDB 2.x Driver to version 6.10.0 (#10920)
     add fc098145520 CAMEL-19675: fixed not copying safe copy properties (#10888)
     add 4703fe669da CAMEL-19675: added test case for aggregation strategy with attachment (#10895)

No new revisions were added by this update.

Summary of changes:
 .../MulticastAggregationStrategyTest.java          | 65 ++++++++++++++++++++++
 .../java/org/apache/camel/ExchangeExtension.java   |  5 ++
 .../org/apache/camel/support/ExchangeHelper.java   |  3 +
 .../camel/support/ExtendedExchangeExtension.java   |  7 +++
 4 files changed, 80 insertions(+)
 create mode 100644 components/camel-attachments/src/test/java/org/apache/camel/attachment/MulticastAggregationStrategyTest.java