Skip to content

Bump rxjava from 3.0.9 to 3.0.10

Bumps rxjava from 3.0.9 to 3.0.10.

Release notes

Sourced from rxjava's releases.

3.0.10

Maven JavaDocs

Enhancement

  • Add a system parameter to allow scheduled worker release in the Io Scheduler. (#7160)
  • Add TestScheduler option to use onSchedule hook. (#7163)
  • Add a system parameter to allow Schedulers to use System.nanoTime() for now(). (#7169)
  • Add fusion support to concatMap{Maybe|Single|Completable}. (#7165)

Documentation

  • Update marbles of amb(), ambArray() and ambWith() (#7144)
  • Fix take() mentioning the old limit() operator (#7145)
  • Document Schedulers.from vs. RejectedExecutionException behavior. (#7150)
  • Update documentation for NewThreadWorker.scheduleActual method. (#7164)
  • Improve Javadocs style of Schedulers. (#7168)

Other

  • onReduceBackpressure internals cleanup (#7151)
  • Workaround for FutureTask.toString recursion on JDK 10+. (#7173)
Commits
  • 4d325c6 3.x: Workaround for FutureTask.toString + JDK 11 build (#7173)
  • 8dd6f21 Bump build-info-extractor-gradle from 4.19.0 to 4.20.0 (#7171)
  • 171c846 3.x: Introduce property rx3.scheduler.use-nanotime (#7169)
  • a99b2e0 3.x: Add fusion support to concatMap{Maybe|Single|Completable} (#7165)
  • 005f155 3.x: Improve Javadocs style of Schedulers (#7168)
  • 1a745a1 3.x: TestScheduler option to use onSchedule hook (#7163)
  • 80a4842 Updating documentation for scheduleActual method (#7164)
  • e657635 Io Scheduler, Scheduled worker release. (#7160)
  • e46ce76 Bump build-info-extractor-gradle from 4.18.3 to 4.19.0 (#7159)
  • af297c4 3.x: Schedulers.from vs. RejectedExecutionException (#7150)
  • Additional commits viewable in compare view

Merge request reports