Skip to content

Bump rxjava from 3.1.0 to 3.1.3

Bumps rxjava from 3.1.0 to 3.1.3.

Release notes

Sourced from rxjava's releases.

3.1.3

Maven JavaDocs

Other

  • Fix assert message format in TestSubscriber/TestObserver. (#7351)
  • Use Zulu JDKs to test and build RxJava. (#7345)

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

Merge request reports

Loading