Files
spring-projects-spring-fram…/spring-tx/src/test/java/org/springframework
Stephane Nicoll 4f8b347aa0 Do not trigger transactional event listener if no transaction is active
This commit fixes the behaviour of not triggering a transactional event
listener if no transaction is active. Previously, a transaction boundary
was all that was necessary to trigger the listener regardless of the fact
there was an active transaction.

This commit now prevents `Propagation.NOT_SUPPORTED` and
`Propagation.SUPPORTS` without an active transaction to trigger the
listener.

Closes gh-23276
2019-07-12 15:39:14 +02:00
..
2019-05-23 15:52:49 -07:00
2019-05-23 15:52:49 -07:00
2019-03-21 23:49:28 -05:00