Improvement #2012
Upgrade built-in JTA to 1.2 and fix suspend behavior
Start date:
17.06.2018
Due date:
% Done:
100%
Estimated time:
origin:
Description
The version upgrade is required by later spring versions and as this does not seem to impose additional implementation changes on the non-XA support.
On the updated behavior: Currently the JTA impl throws an exception upon a call to suspend, if no transaction is currently associated. However, the TransactionManager API (https://docs.oracle.com/javaee/7/api/javax/transaction/TransactionManager.html#suspend) demands that null
is returned in that case.