Removed auto-fluxing Supplier result when Supplier is not reactive

This commit is contained in:
Oleg Zhurakousky
2019-07-26 15:33:26 +02:00
parent 74ca973bc9
commit 9b1e69f05d
4 changed files with 12 additions and 10 deletions

View File

@@ -433,7 +433,7 @@ public class BeanFactoryAwareFunctionRegistry
* This is ONLY relevant for web, so consider exposing some property or may be
* the fact that this is a rare case (Supplier) leave it temporarily as is.
*/
return Flux.just(result);
// return Flux.just(result);
}
return result;