Skip to content

Bump rxjava from 3.1.0 to 3.1.2

Bumps rxjava from 3.1.0 to 3.1.2.

Release notes

Sourced from rxjava's releases.

3.1.2

Maven JavaDocs

Compatibility

  • Add full Java 9 module descriptor. (#7241)

Bugfixes

  • Fix missing nullability on Single.subscribe(BiConsumer). (#7331)

Documentation

  • Fix javadoc wording of {Publish|Behavior}Processor::offer(). (#7328)
  • Indicate takeUntil stops on completion of other. (#7341)

Other

  • Update assert messages format to be compliant with GradleRunner and JUnitRunner. (#7345)

3.1.1

Maven JavaDocs

API promotions

  • The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the io.reactivex.rxjava3.operators package. (#7320)

Bugfixes

  • Specify proper OSGi unique bundle symbolic name of io.reactivex.rxjava3.rxjava. (#7319)
  • Fix ExecutorScheduler initializing Schedulers prematurely when using RxJavaPlugins.createExecutorScheduler. (#7323)
  • Fix the LamdbaConsumerIntrospection of Completable's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#7326)
Commits
  • 1f87a43 Bump mockito-core from 3.12.4 to 4.0.0 (#7350)
  • 49ae9f8 Added required comma to README.md (#7349)
  • 767c532 Bump biz.aQute.bnd.builder from 5.3.0 to 6.0.0 (#7348)
  • 17e71ab Update assert messages format to be compliant with GradleRunner and JUnitRunn...
  • 6cc3a3b Bump guava from 31.0-jre to 31.0.1-jre (#7343)
  • 15ac5ad 3.x: Javadocs: indicate takeUntil stops on completion of other (#7341)
  • 54114b9 Bump guava from 30.1.1-jre to 31.0-jre (#7340)
  • 03e8ced Bump com.vanniktech.maven.publish from 0.17.0 to 0.18.0 (#7337)
  • 31ebec6 Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#7338)
  • 30d4527 3.x: Add missing exports packages, fix param overrides (#7336)
  • Additional commits viewable in compare view

Merge request reports

Loading