GitHub user drekbour opened a pull request: https://github.com/apache/camel/pull/2127
CAMEL-12041 Introduce ConcurrentMapIdempotentRepository and MapIdempotentRepository + Introduce AbstractIdempotentRepositoryTest Rebased, tested and checkstyle'd. The new tests duplicate and obselete a great number of the existing Idempotent* and FileIdempotent* tests but I have NOT deleted the pre-existing ones. I can update this PR with those deletions if requested. You can merge this pull request into a Git repository by running: $ git pull https://github.com/drekbour/camel CAMEL-12041 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2127.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2127 ---- commit 4355dc2073ed1103cf80269d013944de2aded4d8 Author: Marc Carter <drekb...@fastmail.fm> Date: 2017-12-02T10:02:22Z CAMEL-12041 Introduce ConcurrentMapIdempotentRepository and MapIdempotentRepository Introduce AbstractIdempotentRepositoryTest ---- ---