(Javers 5.7.0)查询更改期间发生IllegalArgumentException

时间:2019-09-05 14:00:24

标签: java javers

所以基本上在我的项目中,我使用以下查询来获取 last 期间的更改

javers.findChanges(anyDomainObject().from(lastUpdated).build());

由于IllegalArgumentException: argument should not be null类中的argumentsAreNotNull验证,我得到了ObjectNode

previousSnapshot类中的SnapshotDiffer似乎为空,这会导致错误

CdoSnapshot previousSnapshot = previousSnapshots.get(SnapshotIdentifier.from(snapshot).previous()); // this one is null

在我使用[5.2.6]之前,我在[5.7.0]中遇到了这个问题,但没有这个问题

0 个答案:

没有答案