@ -362,7 +362,7 @@ of `PlatformTransactionManager` within the test's `ApplicationContext`, you can
@@ -362,7 +362,7 @@ of `PlatformTransactionManager` within the test's `ApplicationContext`, you can
qualifier by using `@Transactional("myTxMgr")` or `@Transactional(transactionManager =
"myTxMgr")`, or `TransactionManagementConfigurer` can be implemented by an
@ -75,7 +75,7 @@ infrastructure and controller declarations and use it to handle requests via moc
@@ -75,7 +75,7 @@ infrastructure and controller declarations and use it to handle requests via moc
and response objects, without a running server.
For WebFlux, use the following where the Spring `ApplicationContext` is passed to
@ -44,7 +44,7 @@ rejected. No CORS headers are added to the responses of simple and actual CORS r
@@ -44,7 +44,7 @@ rejected. No CORS headers are added to the responses of simple and actual CORS r
@ -74,6 +74,6 @@ When a `@RequestParam` annotation is declared on a `Map<String, String>` or
@@ -74,6 +74,6 @@ When a `@RequestParam` annotation is declared on a `Map<String, String>` or
Note that use of `@RequestParam` is optional -- for example, to set its attributes. By
default, any argument that is a simple value type (as determined by
@ -207,7 +207,7 @@ was not provided (for example, model attribute was returned) or an async return
@@ -207,7 +207,7 @@ was not provided (for example, model attribute was returned) or an async return
view resolution scenarios. Explore the options in your IDE with code completion.
* `Model`, `Map`: Extra model attributes to be added to the model for the request.
* Any other: Any other return value (except for simple types, as determined by
@ -71,7 +71,7 @@ rejected. No CORS headers are added to the responses of simple and actual CORS r
@@ -71,7 +71,7 @@ rejected. No CORS headers are added to the responses of simple and actual CORS r
@ -215,7 +215,7 @@ the content negotiation during the error handling phase will decide which conten
@@ -215,7 +215,7 @@ the content negotiation during the error handling phase will decide which conten
| Any other return value
| If a return value is not matched to any of the above and is not a simple type (as determined by
@ -214,7 +214,7 @@ When multiple patterns match a URL, the best match must be selected. This is don
@@ -214,7 +214,7 @@ When multiple patterns match a URL, the best match must be selected. This is don
one of the following depending on whether use of parsed `PathPattern` is enabled for use or not: