Following up on #23198, TransactionOperations and TransactionTemplate would benefit from a dedicated void execute(Runnable) method which is conveniently usable with lambda expressions, not enforcing a potentially unused TransactionStatus and not having to return a null dummy.
Following up on #23198,
TransactionOperationsandTransactionTemplatewould benefit from a dedicatedvoid execute(Runnable)method which is conveniently usable with lambda expressions, not enforcing a potentially unusedTransactionStatusand not having to return anulldummy.