-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement
Milestone
Description
As a follow-up of #22915, this issue is about supporting suspending functions annotated with @Transactional
. It seems not straightforward to call CoroutinesUtils.invokeHandlerMethod(method: Method, bean: Any, vararg args: Any?): Any?
from TransactionAspectSupport.ReactiveTransactionSupport#invokeWithinTransaction
where we deal with a parameter-less InvocationCallback
.
the-fine, kucharzyk, sakuna63, chipnesh, alimate and 15 more
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement