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

2.x: Apply promotions for v2.1 #5307

Merged
merged 1 commit into from
Apr 21, 2017
Merged

Conversation

akarnokd
Copy link
Member

This PR applies the promotions listed in #5243.

Suggested review strategy:

  • Check if the @Experimental annotation has been removed or turned into @Beta.
  • Check if the <p>History: 2.0.x matches the original value of the updated @since 2.0.x.

@akarnokd akarnokd added this to the 2.1 milestone Apr 21, 2017
@codecov
Copy link

codecov bot commented Apr 21, 2017

Codecov Report

Merging #5307 into 2.x will decrease coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #5307      +/-   ##
============================================
- Coverage     96.09%   96.02%   -0.07%     
+ Complexity     5774     5768       -6     
============================================
  Files           630      630              
  Lines         41148    41146       -2     
  Branches       5714     5714              
============================================
- Hits          39542    39512      -30     
- Misses          630      668      +38     
+ Partials        976      966      -10
Impacted Files Coverage Δ Complexity Δ
...main/java/io/reactivex/subjects/SingleSubject.java 95.23% <ø> (-2.39%) 38 <0> (-1)
src/main/java/io/reactivex/Observable.java 100% <ø> (ø) 506 <0> (ø) ⬇️
.../java/io/reactivex/subscribers/TestSubscriber.java 99.27% <ø> (ø) 57 <0> (ø) ⬇️
...n/java/io/reactivex/parallel/ParallelFlowable.java 100% <ø> (ø) 49 <0> (ø) ⬇️
.../main/java/io/reactivex/plugins/RxJavaPlugins.java 100% <ø> (ø) 146 <0> (ø) ⬇️
src/main/java/io/reactivex/Completable.java 100% <ø> (ø) 112 <0> (ø) ⬇️
...activex/exceptions/ProtocolViolationException.java 100% <ø> (ø) 1 <0> (ø) ⬇️
src/main/java/io/reactivex/Maybe.java 100% <ø> (ø) 168 <0> (ø) ⬇️
src/main/java/io/reactivex/Single.java 99.33% <ø> (ø) 132 <0> (ø) ⬇️
...java/io/reactivex/subjects/CompletableSubject.java 94.8% <ø> (ø) 35 <0> (ø) ⬇️
... and 61 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 475c058...3fe0d2b. Read the comment docs.

@akarnokd akarnokd merged commit 2d20a17 into ReactiveX:2.x Apr 21, 2017
@akarnokd akarnokd deleted the Promotions_2_1_0 branch April 21, 2017 18:02
@akarnokd akarnokd mentioned this pull request Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants