You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Frankst2 <gi...@git.apache.org> on 2017/09/27 13:20:28 UTC

[GitHub] camel pull request #1969: CAMEL-11848: Check for null value when getting key...

GitHub user Frankst2 opened a pull request:

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

    CAMEL-11848: Check for null value when getting key "capped" of collec…

    …tion stats (key/value might not exist in MongoDB 2.6 when it is a non-capped collection)

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

    $ git pull https://github.com/Frankst2/camel master

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

    https://github.com/apache/camel/pull/1969.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 #1969
    
----
commit 62a8ce1d953cda0c1594ef556726d7d9f6aa3658
Author: Frank Wein <fr...@fau.de>
Date:   2017-09-27T13:17:09Z

    CAMEL-11848: Check for null value when getting key "capped" of collection stats (key/value might not exist in MongoDB 2.6)

----


---

[GitHub] camel pull request #1969: CAMEL-11848: Check for null value when getting key...

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

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


---