Nested Transactions support in Micronaut 4.0.0 #2394
Answered
by
dstepanov
tmalinakis-vng
asked this question in
Q&A
-
Hi, it appears that nested transactions are not supported anymore in Micronaut Data 4.0.0. Manually creating savepoints was also removed from
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
dstepanov
Jul 24, 2023
Replies: 1 comment 2 replies
-
I will add nested TX support in one of the following minor releases. You can manually create a snapshot by accessing the connection from the transaction status. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tmalinakis-vng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will add nested TX support in one of the following minor releases. You can manually create a snapshot by accessing the connection from the transaction status.