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

Bump reactor-core from 3.4.18 to 3.4.19 #953

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 14, 2022

Bumps reactor-core from 3.4.18 to 3.4.19.

Commits
  • 5ec57bc [release] Prepare and release 3.4.19
  • f119b13 Implement variant of windowTimeout with fairBackpressure (#3054)
  • 812b471 Introducing JCStress tests for concurrent queues (#3069)
  • 8165e0e Update plugin bnd to v6.3.1 (#3070)
  • 5658515 Update Reactive-Streams to v1.0.4 (#3055)
  • 5d7a926 Further fix async fusion in doFinally|AfterTerminate|onError (#3046)
  • f215a64 Rework Processor-with-upstream case to be backward compatible (#3065)
  • 6552d60 June dependency upgrades (#3066)
  • 42d21d8 Fix cancel too synchronized in MonoCollect[List] (#3053)
  • b07f391 Introduce an alternative to Processor-with-upstream case (#3042)
  • Additional commits viewable 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)

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.18 to 3.4.19.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.18...v3.4.19)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2022
@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #953 (e0c0a3b) into main (5b7024d) will decrease coverage by 0.19%.
The diff coverage is n/a.

❗ Current head e0c0a3b differs from pull request most recent head e420c9c. Consider uploading reports for the commit e420c9c to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #953      +/-   ##
============================================
- Coverage     89.18%   88.98%   -0.20%     
+ Complexity     3140     3133       -7     
============================================
  Files           412      412              
  Lines         12576    12576              
  Branches       1592     1592              
============================================
- Hits          11216    11191      -25     
- Misses          715      734      +19     
- Partials        645      651       +6     
Impacted Files Coverage Δ
...erators/multi/builders/SerializedMultiEmitter.java 57.31% <0.00%> (-21.96%) ⬇️
...main/kotlin/io/smallrye/mutiny/coroutines/Multi.kt 76.19% <0.00%> (-4.77%) ⬇️
...utiny/operators/multi/MultiWindowOnDurationOp.java 65.71% <0.00%> (-4.29%) ⬇️
...ny/operators/uni/builders/UniCreateFromFuture.java 88.52% <0.00%> (-3.28%) ⬇️
...perators/multi/processors/SerializedProcessor.java 92.07% <0.00%> (-2.98%) ⬇️
...subscription/SwitchableSubscriptionSubscriber.java 96.00% <0.00%> (-1.60%) ⬇️
...operators/multi/builders/CollectionBasedMulti.java 93.54% <0.00%> (ø)
...lrye/mutiny/subscription/SerializedSubscriber.java 86.23% <0.00%> (+0.91%) ⬆️
...ava/io/smallrye/mutiny/helpers/HalfSerializer.java 88.88% <0.00%> (+11.11%) ⬆️
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 86.66% <0.00%> (+11.11%) ⬆️

@jponge jponge added this to the 2.0.0 milestone Jun 15, 2022
@jponge jponge merged commit af0811d into main Jun 15, 2022
@jponge jponge deleted the dependabot/maven/io.projectreactor-reactor-core-3.4.19 branch June 15, 2022 07:50
@jponge jponge modified the milestones: 2.0.0, 2.0.0-milestone1 Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant