You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by drekbour <gi...@git.apache.org> on 2017/12/03 13:52:40 UTC

[GitHub] camel pull request #2127: CAMEL-12041 Introduce ConcurrentMapIdempotentRepos...

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 <dr...@fastmail.fm>
Date:   2017-12-02T10:02:22Z

    CAMEL-12041 Introduce ConcurrentMapIdempotentRepository and MapIdempotentRepository
    Introduce AbstractIdempotentRepositoryTest

----


---

[GitHub] camel pull request #2127: CAMEL-12041 Introduce ConcurrentMapIdempotentRepos...

Posted by davsclaus <gi...@git.apache.org>.
Github user davsclaus closed the pull request at:

    https://github.com/apache/camel/pull/2127


---