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

3.x: API promotions for 3.1.0 #7296

Merged
merged 1 commit into from
Jul 17, 2021
Merged

Conversation

akarnokd
Copy link
Member

Promote the following methods to standard:

  • Flowable.onBackpressureReduce() + 1
  • RxJavaPlugins.getOnParallelSubscribe() and RxJavaPlugins.setOnParallelSubscribe()
  • TestScheduler([...] boolean useOnScheduleHook)

@codecov
Copy link

codecov bot commented Jul 17, 2021

Codecov Report

Merging #7296 (e017149) into 3.x (3330943) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x    #7296      +/-   ##
============================================
+ Coverage     99.51%   99.53%   +0.02%     
- Complexity     6740     6744       +4     
============================================
  Files           747      747              
  Lines         47347    47347              
  Branches       6376     6376              
============================================
+ Hits          47116    47129      +13     
+ Misses          107      100       -7     
+ Partials        124      118       -6     
Impacted Files Coverage Δ
.../main/java/io/reactivex/rxjava3/core/Flowable.java 100.00% <ø> (ø)
...ava3/internal/schedulers/SchedulerPoolFactory.java 100.00% <ø> (ø)
...va/io/reactivex/rxjava3/plugins/RxJavaPlugins.java 100.00% <ø> (ø)
...io/reactivex/rxjava3/schedulers/TestScheduler.java 100.00% <ø> (ø)
...ernal/operators/flowable/FlowableFlatMapMaybe.java 95.85% <0.00%> (-2.08%) ⬇️
...vable/ObservableFlatMapCompletableCompletable.java 98.48% <0.00%> (-1.52%) ⬇️
...rnal/operators/flowable/FlowableSequenceEqual.java 98.78% <0.00%> (-1.22%) ⬇️
.../operators/observable/ObservableFlatMapSingle.java 96.82% <0.00%> (-0.80%) ⬇️
.../operators/observable/ObservableCombineLatest.java 99.38% <0.00%> (-0.62%) ⬇️
...ternal/operators/observable/ObservableFlatMap.java 97.51% <0.00%> (-0.36%) ⬇️
... and 8 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 3330943...e017149. Read the comment docs.

@akarnokd akarnokd merged commit a9e0a8a into ReactiveX:3.x Jul 17, 2021
@akarnokd akarnokd deleted the 31_Promotions branch July 17, 2021 07:13
@MelnikovAG
Copy link

One

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.

None yet

2 participants