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 7718417 Regen for commit 666b57bce5e36e8e67e1b4ce3bac9fc85e0f8508 add dfdcafa Polished add ab18d30 CAMEL-16091: Fixed Enricher EIP to handover onCompletions to UoW so they are executed at end of routing. PollEnricher already did this. Thanks to MichaĆ Ostrowski for test case in camel-netty-http. No new revisions were added by this update. Summary of changes: .../netty/http/NettyEnricherLeakTest.java | 75 ++++++++++++++++++++++ .../src/main/java/org/apache/camel/Component.java | 2 - .../camel/spi/HeaderFilterStrategyAware.java | 2 - .../camel/builder/AggregationStrategies.java | 5 -- .../java/org/apache/camel/processor/Enricher.java | 4 ++ .../aggregate/AbstractListAggregationStrategy.java | 2 - .../aggregate/StringAggregationStrategy.java | 8 +-- .../toolbox/FlexibleAggregationStrategiesTest.java | 2 - 8 files changed, 80 insertions(+), 20 deletions(-) create mode 100644 components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyEnricherLeakTest.java