Skip to content

Support current versions of Spring Data (2.x) #677

@shollander

Description

@shollander

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions