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 cd3f56f CAMEL-17190: camel-quickfix - Use ref counters to keep track
on engine usage, and stop engine when no longer in use. And start if needed,
such as manually stop a route and then later start it again.
new 53e406e Polished
new 8e7f86b CAMEL-17174: fixed issue where exchange UnitOfWork was not
being cleared upon completion.
new a77c354 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:
.../java/org/apache/camel/spi/ExchangeFactory.java | 2 +-
.../camel/impl/engine/DefaultUnitOfWork.java | 5 +-
.../apache/camel/impl/engine/MDCUnitOfWork.java | 1 +
.../impl/engine/PrototypeExchangeFactory.java | 2 +-
.../camel/processor/UnitOfWorkHelperTest.java | 95 ++++++++++++++++++++++
.../org/apache/camel/support/UnitOfWorkHelper.java | 1 -
6 files changed, 102 insertions(+), 4 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/UnitOfWorkHelperTest.java