github reactor/reactor-core v2.5.0.M4

latest releases: v3.8.5, v3.7.18, v3.8.4...
pre-release9 years ago

New exciting stuff, polishing, name changes, fixes, efficiency, clarifications: that's the result of an extended feedback and an active stream of improvements from Reactive Streams Commons.
TBC:

Breaking from M3 :

  • Computations and Timer factories are now used through Schedulers
    • Computations#concurrent -> Schedulers#elastic
    • Computations#parallel -> Schedulers#parallel or Schedulers#computation if pure non blocking tasks
  • Mono.any -> first
  • Mono.get -> block
  • Mono.toCompletableFuture -> toFuture,
  • Mono.fromCompletableFuture -> fromFuture
  • Flux.amb -> firstEmitting
  • Flux.toXx -> collectXxx
  • Flux.exists -> any
  • Flux.stream() -> toStream()
  • Flux.partition -> parallel
  • Mono and Flux after -> then
  • Mono and Flux consume -> subscribe

Removed :

  • ExecutorUtils
  • UUIDUtils moved to reactor-io/reactor-ipc
  • yield

Don't miss a new reactor-core release

NewReleases is sending notifications on new releases.