You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed through catching Exception now. Note that a checked exception will be converted into an UndeclaredThrowableException since we technically can't rethrow an undeclared checked exception ourselves. (Frankly, it's quite odd that Java allows for it from reflectively called constructors.)
Marat Radchenko opened SPR-6361 and commented
TransactionTemplate doesn't neither commit nor rollback on checked exception, causing leakage.
See attached testcase.
Affects: 2.5.6
Attachments:
Issue Links:
Referenced from: commits a741410
The text was updated successfully, but these errors were encountered: