-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.8.0
-
Component/s: API
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
My application was developed several years ago. It use mongodb-java-driver version 2.x , which heavily depend on DBCollection.
Now I want to use transactions. I upgrade to MongoDB 4.0 and mongodb-java-driver 3.8.0. But find that I can not use ClientSession with DBCollection. If I use MongoCollection to replace DBCollection, it's a lot of work, almost whole re-writing of my application.
Is there any plan to add ClientSession to DBCollection?
Thanks.