DBCollection.find(query) requires a non-null query now.
Repro:
MongoClient c = new MongoClient(); c.getDB("test").getCollection("x").find(null);
DBCollection.find(query) requires a non-null query now.
Repro:
MongoClient c = new MongoClient(); c.getDB("test").getCollection("x").find(null);