Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.7
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.8
Choose a head ref
  • 6 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 15, 2019

  1. 2.x composite disposable docs (#6432)

    * 2.x: Improving NPE message in CompositeDisposable add(..) when param is null
    
    * 2.x: Improving NPE message in CompositeDisposable addAll(..) when item in vararg param is null
    
    * 2.x: Improved in CompositeDisposable: NPE error messages, parameter naming at methods, added @throws javadoc where applicable
    
    * 2.x: Applied PR suggestions in javadoc and messages for CompositeDisposable
    chronvas authored and akarnokd committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0bb7b4d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    0c4f5c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    b3d7f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cb174 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Undeliverable error handling logic for Completable operators (#6442)

    * Error handle on Completable.fromAction with RxJavaPlugins
    
    * Error handle on Completable.fromRunnable with RxJavaPlugins
    
    * Added error handling java docs section to Completable.fromRunnable
    bmgbharath authored and akarnokd committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    0b3558d View commit details
    Browse the repository at this point in the history
  2. Release 2.2.8

    akarnokd authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    4a78cfc View commit details
    Browse the repository at this point in the history
Loading