Hi, `AuditEventRepository` interface has the following method: `List find(String principal, Date after)` It is implemented in `InMemoryAuditEventRepository`. The problem is that the second parameter (`Date after`) seems to be ignored. Spring-Boot-1.2.0.RELEASE