GitHub user oltoko opened a pull request:
https://github.com/apache/camel/pull/2196
CAMEL-12206: use Bson instead of Document
MongoDbProducer should expect org.bson.conversions.Bson instead of
org.bson.Document in createDoRemove
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oltoko/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2196.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 #2196
----
commit 9a3abf6853111fa2a4cbddc93917672249e7b7d3
Author: Oliver Koch <o.koch@...>
Date: 2018-01-29T10:33:24Z
CAMEL-12206: use Bson instead of Document
MongoDbProducer should expect org.bson.conversions.Bson instead of
org.bson.Document in createDoRemove
----
---