Filter implementations in com.mongodb.client.model.Filters from the 3.0.X Java driver do not implement the equals() method. This is causing great difficulty unit testing the data layer since you can't compare a Filter Bson object with an expected value.
- is duplicated by
-
JAVA-2092 Add equals() and toString() to Updates
- Closed