smallrye-mutiny icon indicating copy to clipboard operation
smallrye-mutiny copied to clipboard

Bump reactor-core from 3.4.21 to 3.4.22

Open dependabot[bot] opened this issue 3 years ago • 1 comments

Bumps reactor-core from 3.4.21 to 3.4.22.

Commits
  • 9547852 [release] Prepare and release 3.4.22
  • 5959699 Upgrade Gradle 7.5.1, Artifactory plugin 4.29.0 (#3144)
  • be2b379 Refguide: Remove mention of discouraged subscribe variant (#3141)
  • 857d904 Disable flaky BoundedElasticScheduler test (#3142)
  • 50bb983 Add logging in Exceptions.throwIf[Jvm]Fatal, add isFatal methods (#3122)
  • 6a89d1f Improve LoggerUtils support and add TestLoggerExtension (#3123)
  • 41e956d Clarify how to use processExistingClasses in debugging.adoc (#3130)
  • 394c3ae Upgrade Gradle to 7.5, workaround nohttp, update gradle action (#3127)
  • d694966 [release] Next development version 3.4.22-SNAPSHOT
  • See full diff in compare view

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[bot] avatar Aug 09 '22 09:08 dependabot[bot]

Codecov Report

Merging #1003 (abca082) into main (a11f226) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1003      +/-   ##
============================================
- Coverage     89.15%   89.11%   -0.04%     
  Complexity     3142     3142              
============================================
  Files           413      413              
  Lines         12697    12697              
  Branches       1617     1617              
============================================
- Hits          11320    11315       -5     
- Misses          717      719       +2     
- Partials        660      663       +3     
Impacted Files Coverage Δ
...perators/multi/processors/SerializedProcessor.java 82.17% <0.00%> (-4.96%) :arrow_down:
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 76.19% <0.00%> (-4.77%) :arrow_down:
...iny/operators/multi/builders/BaseMultiEmitter.java 80.39% <0.00%> (-3.93%) :arrow_down:
...y/operators/multi/builders/IterableBasedMulti.java 81.91% <0.00%> (-2.13%) :arrow_down:
...io/smallrye/mutiny/operators/uni/UniMemoizeOp.java 91.26% <0.00%> (-1.95%) :arrow_down:
...tiny/operators/multi/MultiBufferWithTimeoutOp.java 73.10% <0.00%> (-1.69%) :arrow_down:
...java/io/smallrye/mutiny/helpers/Subscriptions.java 79.00% <0.00%> (-1.11%) :arrow_down:
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 89.36% <0.00%> (-0.34%) :arrow_down:
...erators/multi/builders/SerializedMultiEmitter.java 80.48% <0.00%> (+1.21%) :arrow_up:
...ny/operators/uni/builders/UniCreateFromFuture.java 90.16% <0.00%> (+1.63%) :arrow_up:
... and 3 more

codecov[bot] avatar Aug 09 '22 09:08 codecov[bot]