所以基本上在我的项目中,我使用以下查询来获取 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]中遇到了这个问题,但没有这个问题