Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that suspended transaction is always resumed
If an exception happen inside commit (like an SQLException), the afterEndTransaction Runnable would not run. This caused the suspended Transaction to be never resumed, for e.g. a nested Transaction REQUIRES_NEW.
- Loading branch information