Details
-
Technical task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The MongoDocumentStore currently uses the old API in com.mongodb. Starting with MongoDB Java driver 3.0 a new client API was introduced in com.mongodb.client. New features like client sessions are only available in the new API and MongoDB may remove some deprecated methods/classes/interfaces in the future. The implementation should be migrated to the new client API.