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
We see a lot of transaction implementations having to override commit
and rollback just to honor the API. Same happens for participants that
want to be engaged at abort time so they need to implement
AbortParticipant, but the prepareForAbort implementation just calls
prepare.
We now provide default implementations for those.
0 commit comments