Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.x: fix ScalarSynchronousObservable expects EventLoopsScheduler from #3697

Merged
merged 1 commit into from
Feb 12, 2016

Conversation

akarnokd
Copy link
Member

Schedulers.computation()

When one installs a scheduler hook which makes Schedulers.computation() return a different scheduler, the constant function in ScalarSynchronousObservable crashes if that hasn't been initialized.

@akarnokd akarnokd added the Bug label Feb 11, 2016
@stevegury
Copy link
Member

👍

akarnokd added a commit that referenced this pull request Feb 12, 2016
1.x: fix ScalarSynchronousObservable expects EventLoopsScheduler from
@akarnokd akarnokd merged commit 9582a5e into ReactiveX:1.x Feb 12, 2016
@akarnokd akarnokd deleted the JustFixScheduler branch February 12, 2016 19:57
hyleung added a commit to hyleung/ratpack that referenced this pull request Apr 3, 2016
- Bump to RxJava 1.1.2. Upgrading to 1.1.1, saw test failures in
  `HystrixRequestCachingSpec` due to `ClassCastException`. I _think_ it
may be related to a bug that was fixed in 1.1.2
(ReactiveX/RxJava#3697).
- Changes expected behaviour in `RxErrorHandlingSpec` - exceptions thrown
 `onComplete` do not get propagated to `onError`.  Related to this change in RxJava
(ReactiveX/RxJava#3155), onComplete *must*
return normally. This change went was included in RxJava 1.0.15.
- Code snippets in `RxRatpack.java` updated due to `Observable.x` being
  renamed `Observable.extend` -
ReactiveX/RxJava#3423. Also part of RxJava 1.0.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants