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
- Host: GitHub
- URL: https://github.com/imod/domain-event-problem
- Owner: imod
- Created: 2019-10-04T11:04:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T11:05:04.000Z (almost 7 years ago)
- Last Synced: 2025-10-20T04:59:25.976Z (9 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()`