-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.0
-
Component/s: API, Write Operations
-
None
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");
- related to
-
JAVA-2137 Deprecate Mongo property mutators
- Closed