1. 28 11月, 2016 2 次提交
    • R
      Refactor ReactiveAdapter hierarchy · 52096ab8
      Rossen Stoyanchev 提交于
      Collapse ReactiveAdapter hierarchy into a single class that simply
      delegates to functions for converting to/from a Publisher.
      
      A private ReactorAdapter extension automaticlaly wraps adapted,  "raw"
      Publisher's as Flux or Mono depending on the semantics of the target
      reactive type.
      
      Issue: SPR-14902
      52096ab8
    • R
      Improved reactive type descriptor support · 2e7d16df
      Rossen Stoyanchev 提交于
      ReactiveTypeDescriptor is now a top-level type with named constructors.
      It also contains and provides a getter for the actual type.
      
      Issue: SPR-14902
      2e7d16df
  2. 25 10月, 2016 1 次提交
  3. 01 9月, 2016 1 次提交
    • S
      Add support for RxJava 2 · 48d67a24
      Sebastien Deleuze 提交于
      This commit adds support for RxJava 2 Completable,
      Single, Observable and Flowable types (io.reactivex package).
      
      Issue: SPR-14628
      48d67a24
  4. 23 7月, 2016 1 次提交