-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: 3.1.0
-
Component/s: Query Operations
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Builder methods should also accept List<? extends Bson> not just List<Bson> as arguments.
Otherwise you have to use strange constructs like:
Updates.combine(new ArrayList<Bson>(listOfDocuments))))