Closed
Description
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.
/cc @simonbasle @bsideup