Switchted to @TransactionalEventListener
authorKai Moritz <kai@juplo.de>
Tue, 15 Sep 2020 15:27:20 +0000 (17:27 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 24 Oct 2020 08:57:00 +0000 (10:57 +0200)
commitedd159b3a12f91470c4bfd76008034b6d2a5c74c
treef93563c995c41f5120c047a34a3973eaf4b0a978
parenta20df3da57291f107122e0fbf57e0a44a8ee15a9
Switchted to @TransactionalEventListener

* This listener ensures, that the event is fired in a specific tx-phase
* The default-phase is AFTER_COMMIT, which fits our use-case perfectly
src/main/java/de/juplo/boot/data/jdbc/UserEventListener.java