Fausto Di Natale
Results
1
issues of
Fausto Di Natale
### Expected Behavior The `CompletionStage `returned by the `AsyncUsingSyncTransactionOperations#withTransaction` should complete exceptionally if the `synchronousTransactionManager.commit(status);` fails for whatever reason (it throws TransactionException, for example the UnexpectedRollbackException). ### Actual Behaviour the...