-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topictype: documentationA documentation updateA documentation update
Description
By extending a class AbstractRelationalEventListener<T> and registering two events onBeforeSave and onBeforeDelete the latter doesn't seem to work for me. But BeforeSaveEvent gets registered successfully.
Link to repo to reproduce: https://github.com/jovanovicbogdan/spring-data-jdbc-audit.
The tests can be found at src/test/java/dev/bogdanjovanovic/springdatajdbcaudit/ApplicationTests.java. Java 25 and docker are prerequisites to run the tests.
Metadata
Metadata
Assignees
Labels
has: design-decisionAn issue that contains a design decision about its topicAn issue that contains a design decision about its topictype: documentationA documentation updateA documentation update