Browse Source
We now use Flux.usingWhen() instead materialize/dematerialize operators to reuse Reactor's resource closure. Until usingWhen() accepts a BiFunction to consume error signals, we need to map error signals outside of usingWhen which requires re-wrapping of the ReactiveTransaction object. Also, reuse the current TransactionContext to leave Transaction creation/propagation entirely to ReactiveTransactionManager instead of creating new TransactionContexts.pull/22916/head
Mark Paluch
6 years ago
committed by
Juergen Hoeller
3 changed files with 32 additions and 20 deletions
Loading…
Reference in new issue