Current versions of Spring Data use saveAll(Iterable) instead of save(Iterable). When used with JaversSpringDataAuditableRepositoryAspect, calls to saveAll() are ignored. I believe this is a simple fix that just requires the addition of another pointcut definition in JaversSpringDataAuditableRepositoryAspect. delete(Iterable) has also been renamed to deleteAll(Iterable).
See DATACMNS-944 and 727ab8384cac21e574526f325e19d6af92b8c8df.