Skip to content

Spring Boot Actuator Audit repository method parameter ignored #2291

Closed
@damianbl

Description

@damianbl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions