Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
-
Unknown
Description
Starting from version mongo-java-driver 3.7 version, the recommended way to create a connection to MongoDB is using the MongoClients factory which is finally returning a com.mongodb.client.MongoClient.
We're originally using com.mongodb.MongoClient class instead, so we should switch to the new implementation to be aligned with the latest recommendation.
Attachments
Issue Links
- is required by
-
CAMEL-14294 [Doc] Camel-mongodb* components 3.0 to 3.1 migration guide
- Resolved
- relates to
-
CAMEL-14293 [camel-mongodb-gridfs] Change deprecated MongoClient connection bean
- Resolved
- links to