Browse Source
Before this commit, TransactionalOperator.executeAndAwait had a rigid null-safety handling. This commit takes advantage of Kotlin capability to allow to deal with both non-null and nullable depending on the nullability of the lambda. Closes gh-29919pull/29703/head
Sébastien Deleuze
2 years ago
2 changed files with 22 additions and 6 deletions
Loading…
Reference in new issue