-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Rossen Stoyanchev opened SPR-14159 and commented
Add a GenericConverter for adapting async types (RxJava 1.x and CompletableFuture) to Reactive Streams using Project Reactor converters to Flux and Mono. This makes it easy to work with any composition library within the framework and also to check stream semantics (stream of 0..1 vs stream of many).
Affects: 4.2.5
Reference URL: https://github.com/spring-projects/spring-reactive/tree/master/src/main/java/org/springframework/core/convert/support
Issue Links:
- Support for RxJava 2 [SPR-14628] #19195 Support for RxJava 2
Referenced from: commits 101220b
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement