This is an automated email from the ASF dual-hosted git repository.
apupier pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
from 80210ce04b23 CAMEL-24922: camel-core - Stop sticky failover by
counting the endpoints tried
new 64e17e003b0c CAMEL-24953: camel-core - Idempotent Consumer: do not let
a routed duplicate remove or confirm the key
new c0291dc08f03 CAMEL-24953: camel-core - Make the new test class
package-private
new f80b68052fce CAMEL-24953: camel-core - Use
KeyValueIdempotentRepository in the new test and always release the blocked
exchange
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:
.../processor/idempotent/IdempotentConsumer.java | 27 ++--
.../IdempotentConsumerFailedDuplicateTest.java | 159 +++++++++++++++++++++
2 files changed, 175 insertions(+), 11 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/IdempotentConsumerFailedDuplicateTest.java