This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from fa5900d8fe3 Fixed netty tests
new a1c26018e19 Fixed netty tests
new 3775cce688c CAMEL-21580: camel-core: Fix rare potential
ConcurrentModificationException when using producer template result processor
during header copying. Use specialized processor as the message body is the
only desired output so we avoid the header copying entirely.
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:
.../apache/camel/component/netty/ObjectSerializationTest.java | 11 ++++++++---
.../camel/impl/engine/ProducerTemplateResultProcessor.java | 7 +++----
2 files changed, 11 insertions(+), 7 deletions(-)