An open API service indexing awesome lists of open source software.

https://github.com/imod/domain-event-problem

spring data jpa project demonstrating a domain event problem
https://github.com/imod/domain-event-problem

Last synced: about 23 hours ago
JSON representation

spring data jpa project demonstrating a domain event problem

Awesome Lists containing this project

README

          

# event publishing problem

this spring boot project contains a simple test case showing that domain events published in in a method annotated with `@PreUpdate` do not get fired correctly.

see `com.example.demo.DomainEventTest.testHandleEvents()`