Closed
Description
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.