-
Notifications
You must be signed in to change notification settings - Fork 7.6k
3.x: [Java 8] Upgrade to Java 8, add Flowable.fromX operators #6765
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
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.x #6765 +/- ##
============================================
+ Coverage 98.19% 98.21% +0.01%
- Complexity 6196 6205 +9
============================================
Files 679 681 +2
Lines 44622 44784 +162
Branches 6138 6164 +26
============================================
+ Hits 43817 43983 +166
+ Misses 283 281 -2
+ Partials 522 520 -2
Continue to review full report at Codecov.
|
With this move, there are many we can help. |
Should remove the usage of |
This PR upgrades RxJava to use and compile with Java 8.
Flowable.fromOptional
Flowable.fromCompletionStage
Flowable.fromStream
@SafeVarargs
to many methodsRelated #6695