Hi,
Events that support entity deletion only work when the entity has Soft Delete set up.
@EventListener
open fun onDocumentChangedBeforeCommit(event: EntityChangedEvent<Document>) {
}
When no Soft Delete is set, the above function is not performed.
Regards
Marcin