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 16:04:45 UTC

[GitHub] camel pull request #2128: CAMEL-12056 Add NotifyBuilder.destroy() method

GitHub user drekbour opened a pull request:

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

    CAMEL-12056 Add NotifyBuilder.destroy() method

    + Java 7 tidy up
    
    Note I used the eventNotifier status in create() to determine "isDestroyed" rather than an explicit field. We could use the same to replace `created` and integrate both concepts together.. (I can amend PR if requested)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/drekbour/camel CAMEL-12056

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2128.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 #2128
    
----
commit fbde80bf8da8a9090a0658cd6d55278c469cd280
Author: Marc Carter <dr...@fastmail.fm>
Date:   2017-12-03T15:14:27Z

    CAMEL-12056: Introduce NotifyBuilder.destroy()

commit 923ed28526c2d7609c7ba6892c41f960ffb2be0b
Author: Marc Carter <dr...@fastmail.fm>
Date:   2017-12-03T15:34:21Z

    Java 7'isms for NotifyBuilder

----


---

[GitHub] camel pull request #2128: CAMEL-12056 Add NotifyBuilder.destroy() method

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

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


---