This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24484
in repository https://gitbox.apache.org/repos/asf/camel.git
from 132cb8cd8ff4 CAMEL-24484: camel-file - readLockRemoveOnCommit=false
must not remove a pre-existing idempotent entry
add 42173c8a52e7 CAMEL-24484: camel-file - releaseExclusiveReadLockOnAbort
must not leak keys it owns
No new revisions were added by this update.
Summary of changes:
...dempotentChangedRepositoryReadLockStrategy.java | 27 +++++-
...IdempotentRenameRepositoryReadLockStrategy.java | 27 +++++-
.../FileIdempotentRepositoryReadLockStrategy.java | 25 ++++-
.../org/apache/camel/ExchangeConstantProvider.java | 3 +-
.../src/main/java/org/apache/camel/Exchange.java | 1 +
...mpotentRepositoryReadLockStrategyAbortTest.java | 105 +++++++++++++++++++++
6 files changed, 176 insertions(+), 12 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/file/strategy/FileIdempotentRepositoryReadLockStrategyAbortTest.java