Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auditing via AuditingEventListener stopped working #1967

Closed
mikereiche opened this issue Oct 1, 2024 · 0 comments · Fixed by #1971 or #1972
Closed

auditing via AuditingEventListener stopped working #1967

mikereiche opened this issue Oct 1, 2024 · 0 comments · Fixed by #1971 or #1972
Assignees
Labels
type: regression A regression from a previous release

Comments

@mikereiche
Copy link
Collaborator

mikereiche commented Oct 1, 2024

It wasn't being called because the Generic of BeforeConvertEvent did not match CouchbaseMappingEvent To fix, parameterized as CouchbaseMappingEvent

public class AuditingEventListener implements ApplicationListener<CouchbaseMappingEvent<?>>

@mikereiche mikereiche self-assigned this Oct 1, 2024
@mikereiche mikereiche changed the title auditing via AuditingEventListener no longer works, need to switch back to AuditingEventCallback auditing via AuditingEventListener stopped working Oct 1, 2024
@mikereiche mikereiche added the type: regression A regression from a previous release label Oct 2, 2024
mikereiche added a commit that referenced this issue Oct 3, 2024
mikereiche added a commit that referenced this issue Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
1 participant