Open
Description
A possible enhancement to functionality detailed in the docs at https://docs.spring.io/spring-data/data-jpa/reference/data-commons/repositories/core-domain-events.html.
Any time, say, the save
method is called (from CrudRepository
), standard Spring created events (like Spring Data REST's BeforeSaveEvent
and AfterSaveEvent
) would be published. This would allow developers to create custom event handlers for standard lifecycle events without having to register custom events on those entities.