forked from ratpack/ratpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps Hystrix to 1.5.1 and RxJava to 1.1.2
- 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
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters