is there any plans to integrate spring transaction...
# spring
l
is there any plans to integrate spring transactional model with coroutines?
via coroutine context of course
s
Yes
I will start working on that shortly
But that will concern only the Reactive stack
Via Coroutines API on top of R2DBC
l
that is very good news)
can you tell me - classic
@Transactional
approach will be supported anyway?
@sdeleuze?
s
Potentially but again for Reactive stack only and no strong commitment yet, we need to work more on that to know for sure
l
thnx
c
My suggestion would be to use compile-time annotation processor to allow for generating the relevant code once the underlying mechanisms are sound.