This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0a52ab8 camel-core - Fixed NPE in Recipient List EIP new 01d5882 CAMEL-17174: fixed issue where exchange UnitOfWork was not being cleared upon completion. new a51d927 CAMEL-17174: fixed issue where exchange UnitOfWork was not being cleared upon completion. new aa28437 CAMEL-17174: fixed issue where exchange UnitOfWork was not being cleared upon completion. The 3 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: .../camel/impl/engine/DefaultUnitOfWork.java | 11 +++ .../apache/camel/impl/engine/MDCUnitOfWork.java | 6 ++ .../camel/processor/UnitOfWorkHelperTest.java | 97 ++++++++++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/UnitOfWorkHelperTest.java