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
NoTransactionException should be pre-allocated in org.springframework.transaction.reactive.TransactionContextManager to prevent expensive exception creation when calling TransactionContextManager.currentContext(). Ideally, this exception captures no stack trace, that is irrelevant in the context of reactive flows.
NoTransactionException
should be pre-allocated inorg.springframework.transaction.reactive.TransactionContextManager
to prevent expensive exception creation when callingTransactionContextManager.currentContext()
. Ideally, this exception captures no stack trace, that is irrelevant in the context of reactive flows./cc @simonbasle @bsideup
The text was updated successfully, but these errors were encountered: