This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 59e6848 CAMEL-16114: Fixed jackson dataformat unmarshal type for
arrays. Thanks to Bob Paulin for unit test.
new 02a4bce Polished
new 2bf4694 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.
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:
.../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