Skip to content

Bump rxjava from 2.1.9 to 2.2.21 #2420

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

Merged
merged 2 commits into from
May 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps rxjava from 2.1.9 to 2.2.21.

Release notes

Sourced from rxjava's releases.

2.2.21

Maven JavaDocs

⚠️ This is the last planned update for the 2.x version line. After February 28, 2021, 2.x becomes End-of-Life (EoL); no further patches, bugfixes, enhancements, documentation or support will be provided by the project.

Enhancements

  • Add a system parameter to allow scheduled worker release in the Io Scheduler. (#7162)
  • Add a system parameter to allow Schedulers to use System.nanoTime() for now(). (#7170)

2.2.20

Maven JavaDocs

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Fix Observable.flatMap with maxConcurrency hangs (#6960)
  • Fix Observable.toFlowable(ERROR) not cancelling upon MissingBackpressureException (#7084)
  • Fix Flowable.concatMap backpressure with scalars. (#7091)

2.2.19

Maven JavaDocs

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Commit 7980c85b: Fix switchMap not canceling properly during onNext-cancel races.

2.2.18

Maven

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Pull 6894: Fix groupBy not requesting more if a group is cancelled with buffered items.

2.2.17

Maven

Bugfixes

  • Pull 6827: Fix Flowable.flatMap not canceling the inner sources on outer error.

... (truncated)

Changelog

Sourced from rxjava's changelog.

Version 2.2.21 - February 10, 2021 (Maven)

JavaDocs

⚠️ This is the last planned update for the 2.x version line. After February 28, 2021, 2.x becomes End-of-Life (EoL); no further patches, bugfixes, enhancements, documentation or support will be provided by the project.

Enhancements

  • Add a system parameter to allow scheduled worker release in the Io Scheduler. (#7162)
  • Add a system parameter to allow Schedulers to use System.nanoTime() for now(). (#7170)

Version 2.2.20 - October 6, 2020 (Maven)

JavaDocs

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Fix Observable.flatMap with maxConcurrency hangs (#6960)
  • Fix Observable.toFlowable(ERROR) not cancelling upon MissingBackpressureException (#7084)
  • Fix Flowable.concatMap backpressure with scalars. (#7091)

Version 2.2.19 - March 14, 2020 (Maven)

JavaDocs

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Commit 7980c85b: Fix switchMap not canceling properly during onNext-cancel races.

Version 2.2.18 - February 21, 2020 (Maven)

⚠️ The 2.x version line is now in maintenance mode and will be supported only through bugfixes until February 28, 2021. No new features, behavior changes or documentation adjustments will be accepted or applied to 2.x. It is recommended to migrate to 3.x within this time period.

Bugfixes

  • Pull 6894: Fix groupBy not requesting more if a group is cancelled with buffered items.

Version 2.2.17 - January 12, 2020 (Maven)

Bugfixes

  • Pull 6827: Fix Flowable.flatMap not canceling the inner sources on outer error.

Version 2.2.16 - December 15, 2019 (Maven)

Bugfixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies This issue is a problem in a dependency. label Apr 19, 2021
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2021

Codecov Report

Merging #2420 (94fc212) into master (3905559) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2420      +/-   ##
============================================
- Coverage     77.72%   77.72%   -0.01%     
  Complexity      366      366              
============================================
  Files          1247     1247              
  Lines         39504    39504              
  Branches       3092     3092              
============================================
- Hits          30706    30704       -2     
- Misses         7312     7313       +1     
- Partials       1486     1487       +1     
Flag Coverage Δ Complexity Δ
unittests 77.72% <ø> (-0.01%) 366.00 <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...ty/internal/IdleConnectionCountingChannelPool.java 85.36% <0.00%> (-2.44%) 0.00% <0.00%> (ø%)

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 3905559...94fc212. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch 11 times, most recently from e6ef082 to e07ffb3 Compare April 23, 2021 18:48
@dependabot dependabot bot force-pushed the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch 8 times, most recently from 5c59568 to f89bccc Compare May 3, 2021 18:36
@dependabot dependabot bot force-pushed the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch 8 times, most recently from 90619b4 to a77ca56 Compare May 7, 2021 23:26
@zoewangg
Copy link
Contributor

zoewangg commented May 7, 2021

Running integ tests

@dependabot dependabot bot force-pushed the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch from a77ca56 to 53159b8 Compare May 10, 2021 17:35
@dependabot dependabot bot force-pushed the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch from 53159b8 to 0f4e302 Compare May 10, 2021 18:39
@zoewangg
Copy link
Contributor

Integ tests passed

@zoewangg zoewangg merged commit 86190b8 into master May 10, 2021
@zoewangg zoewangg deleted the dependabot/maven/io.reactivex.rxjava2-rxjava-2.2.21 branch May 10, 2021 20:01
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

aws-sdk-java-automation added a commit that referenced this pull request Mar 16, 2023
…e6ea9d82b

Pull request: release <- staging/7eb9bd4c-da42-4854-8a6d-6ede6ea9d82b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants