Skip to content

Add support for Coroutines transactions  #22915

Closed
@gkdevone

Description

@gkdevone

Currently spring transactions bind to ThreadLocal.
Are there any plans to support binding to Kotlin coroutines?

For example @transactional over a suspend function maybe should
bind to the coroutine context regardless of the executing thread.

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions