Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
3.0.0
-
None
Description
The following code snippet does not set WriteConcern on the MongoDatabase instance as might be expected:
MongoClient mongoClient = new MongoClient( <something> ); |
mongoClient.setWriteConcern(WriteConcern.REPLICAS_SAFE);
|
MongoDatabase db = mongoClient.getDatabase("wc"); |
Attachments
Issue Links
- related to
-
JAVA-2137 Deprecate Mongo property mutators
-
- Closed
-