You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuarkusTransaction.isActive() should be compared with Status.STATUS_ACTIVE
According to @mmusgrov:
> QuarkusTransaction.isActive() is, in my opinion, incorrectly coded since it returns true if getStatus() returns anything other than Status.STATUS_NO_TRANSACTION but is should be comparing with Status.STATUS_ACTIVE
Also included a `getStatus()` method for fine-grained use cases
0 commit comments