I have observed exception while serializing DTO with java.util.Date (yyyy-MM-dd): java.time.DateTimeException: Unable to obtain Instant from TemporalAccessor: {},ISO,UTC resolved to 2000-12-31 of type ...
The Comparable that's passed to a Predicate has to be thread-safe. java.util.Date is a Java in-built class that implements the Comparable interface which is NOT thread safe. The Predicate is sent to ...