Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.16.0, 3.17.0, 3.18.0, 3.19.0, 3.20.0, 3.21.0, 4.0.0
-
None
-
Unknown
Description
In Camel version 3.16.0 and higher, a multicast route with a custom aggregation strategy starts failing. At the end of the AggregationStrategy, there is still an attachment on the Exchange. Right after the multicast, it's no longer on the Exchange.
I created a minimal example on https://github.com/rvanderhallen/camel-aggregation/blob/main/src/test/java/be/rvanderhallen/camel/aggregation/CamelAggregationStrategyTest.java.
orpiske discovered the root cause of the problem: https://github.com/apache/camel/commit/0125a133a11cbdff57d459634bac276c10963387
Link to the Zulip chat thread: https://camel.zulipchat.com/#narrow/stream/257298-camel/topic/aggregation.20strategy.20failing.20on.20Camel.203.2E16.2E0.20and.20higher
Attachments
Issue Links
- fixes
-
CAMEL-20907 came-mail - In Poll Enrich EIP, get email attachments are empty
- Resolved
- is related to
-
CAMEL-17563 wireTap doesn't deep copy attachments
- Resolved
- links to