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 <[email protected]>
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)
----
---