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
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.
The text was updated successfully, but these errors were encountered:
Following up on #23198,
TransactionOperations
andTransactionTemplate
would benefit from a dedicatedvoid execute(Runnable)
method which is conveniently usable with lambda expressions, not enforcing a potentially unusedTransactionStatus
and not having to return anull
dummy.The text was updated successfully, but these errors were encountered: