Replies: 1 comment 2 replies
-
You might want to inject ‘TransactionOperations’ and call find status or use ‘ConnectionOperations’ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm Ronald, the creator of JobRunr, a distributed job scheduling library that supports Micronaut.
I'm currently trying to upgrade to Micronaut 4 but having some difficulties - I tried finding a solution in the docs and the Micronaut Data source code but didn't find it yet.
For some functionality, I need to know whether a transaction is active. The code below worked in v3. What would be the equivalent in v4?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions