Stop referring to old Spring versions in the reference manual

This commit is contained in:
Sam Brannen
2024-07-01 18:37:46 +02:00
parent e02cddd155
commit a8e8897a00
16 changed files with 34 additions and 38 deletions

View File

@@ -209,7 +209,7 @@ class UserHandler(builder: WebClient.Builder) {
== Transactions
Transactions on Coroutines are supported via the programmatic variant of the Reactive
transaction management provided as of Spring Framework 5.2.
transaction management.
For suspending functions, a `TransactionalOperator.executeAndAwait` extension is provided.