This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24091
in repository https://gitbox.apache.org/repos/asf/camel.git
discard f0ccead6312a CAMEL-24091: camel-file - Snapshot idempotent key at poll
time to prevent key mismatch when route mutates file headers
add a82d5c3de85f CAMEL-23358 - Adapt
SSLContextParametersTest.testSignatureSchemesFilter for JDK 26
add e1c7f27d0c8c CAMEL-24124: Drain pending reply handlers during shutdown
instead of silently discarding
add 04f57cb97fd1 CAMEL-24089: camel-file - Loop transferTo to handle files
larger than 2 GB
add f3c12e7d79fb CAMEL-24090: camel-file - Drain eagerly-added idempotent
keys on poll exception
add 82507e3eab0b CAMEL-24093: camel-file - Idempotent read-lock strategies
must use original path as key
add c51374ab7de9 CAMEL-24095: camel-file - Add missing Move branch to
handleExistingTarget
add 72dd62c1ade0 CAMEL-24091: camel-file - Snapshot idempotent key at poll
time to prevent key mismatch when route mutates file headers
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f0ccead6312a)
\
N -- N -- N refs/heads/fix/CAMEL-24091 (72dd62c1ade0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../camel/component/file/FileOperations.java | 6 +-
.../camel/component/file/GenericFileConsumer.java | 3 +
.../camel/component/file/GenericFileProducer.java | 3 +
...dempotentChangedRepositoryReadLockStrategy.java | 11 ++-
...IdempotentRenameRepositoryReadLockStrategy.java | 11 ++-
.../FileIdempotentRepositoryReadLockStrategy.java | 12 ++-
.../component/jms/reply/CorrelationTimeoutMap.java | 6 ++
.../component/jms/reply/ReplyManagerSupport.java | 10 ++-
.../component/rocketmq/reply/ReplyTimeoutMap.java | 6 ++
.../reply/RocketMQReplyManagerSupport.java | 26 ++++--
.../sjms/reply/CorrelationTimeoutMap.java | 6 ++
.../component/sjms/reply/ReplyManagerSupport.java | 94 +++++++++++-----------
.../file/FileIdempotentEagerPollExceptionTest.java | 85 +++++++++++++++++++
.../file/FileProducerMoveExistingTest.java | 21 +++--
...java => FileIdempotentReadLockPreMoveTest.java} | 42 ++++------
.../support/jsse/SSLContextParametersTest.java | 64 ++++++++++++++-
.../apache/camel/support/DefaultTimeoutMap.java | 22 +++++
17 files changed, 327 insertions(+), 101 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/component/file/FileIdempotentEagerPollExceptionTest.java
copy
core/camel-core/src/test/java/org/apache/camel/component/file/strategy/{FileIdempotentReadLockDelayedTest.java
=> FileIdempotentReadLockPreMoveTest.java} (63%)