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
Migration guide https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.16 are talking about the new Transaction API, more in detail is providing some example where this transaction result is returned RunOptions.ExceptionResult.ROLLBACK. In my opinion, based on what I saw on the source code, we should return TransactionExceptionResult.ROLLBACK
The text was updated successfully, but these errors were encountered:
Describe the bug
Related to: #31507
Migration guide https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.16 are talking about the new Transaction API, more in detail is providing some example where this transaction result is returned
RunOptions.ExceptionResult.ROLLBACK
. In my opinion, based on what I saw on the source code, we should returnTransactionExceptionResult.ROLLBACK
The text was updated successfully, but these errors were encountered: