Improvement #2012
Updated by Henning Blohm over 6 years ago
The version upgrade As that 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.