Merge branch '6.1.x'

This commit is contained in:
Sébastien Deleuze
2024-11-05 10:27:22 +01:00
11 changed files with 482 additions and 482 deletions

View File

@@ -66,4 +66,4 @@ suspend fun ServerWebExchange.awaitSession(): WebSession =
* @since 6.1
*/
fun ServerWebExchange.Builder.principal(supplier: suspend () -> Principal): ServerWebExchange.Builder
= principal(mono(Dispatchers.Unconfined) { supplier.invoke() })
= principal(mono(Dispatchers.Unconfined) { supplier.invoke() })