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.10 to 3.4.11 #728

Merged
merged 1 commit into from Oct 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps reactor-core from 3.4.10 to 3.4.11.

Release notes

Sourced from reactor-core's releases.

v3.4.11

Reactor-Core 3.4.11 is part of 2020.0.12 Release Train (Europium SR12).

This service release contains bugfixes and one enhancement.

All changes from 3.3.21.RELEASE are also included and these are listed below with an additional level of indentation.

⚠️ Update considerations and deprecations

  • Backtrace format has changed for cases where exception traverses multiple chains (#2780)

✨ New features and improvements

  • Prevent unnecessary duplicated lines in backtraces (#2780)

🐞 Bug fixes

  • SwitchOnFirst better tracks in/out premature close(#2794)
  • ConcatArray: avoid next subscription if cancelled (#2791)
  • from 3.3.x:
    • Mono.create sink now discards if emitting after cancel (#2771)

📖 Documentation, Tests and Build

  • Tune test performanceOfContinuouslyCancellingGroup by @​simonbasle in reactor/reactor-core#2777
  • Polish parameterized tests for better display names (#2773)
  • Document possible alternative to replay ManySink limit(0) (#2787)
  • Polish Mono cache operators documentation (#2790)
  • Fix Mono.flatMapIterable javadoc: no prefetch parameter (#2799)
  • Use Named.of to describe parameterized tests input (#2801)
  • from 3.3.x:
    • Bump to Gradle 7.2, polish build and upgrade plugins/libraries (#2775)
    • Fix Module was compiled with an incompatible version of Kotlin (#2795)
    • Bump ByteBuddy to 1.11.16, use TestKit in agent integration test (#2776)
    • Bump ByteBuddy from 1.11.16 to 1.11.19 (#2803)

👍 Thanks to all contributors who participated to this release

@​rs017991

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 dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 13, 2021
@codecov
Copy link

codecov bot commented Oct 13, 2021

Codecov Report

Merging #728 (d2eda0a) into main (d74a2eb) will decrease coverage by 0.16%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #728      +/-   ##
============================================
- Coverage     90.29%   90.13%   -0.17%     
+ Complexity     2998     2994       -4     
============================================
  Files           374      374              
  Lines         11790    11790              
  Branches       1480     1480              
============================================
- Hits          10646    10627      -19     
- Misses          584      592       +8     
- Partials        560      571      +11     
Impacted Files Coverage Δ
...perators/multi/processors/SerializedProcessor.java 90.09% <0.00%> (-4.96%) ⬇️
...operators/multi/builders/CollectionBasedMulti.java 93.54% <0.00%> (-3.23%) ⬇️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 80.11% <0.00%> (-2.77%) ⬇️
...y/operators/multi/builders/IterableBasedMulti.java 84.04% <0.00%> (-2.13%) ⬇️
...y/operators/multi/processors/UnicastProcessor.java 95.68% <0.00%> (-1.73%) ⬇️
...erators/multi/builders/SerializedMultiEmitter.java 81.01% <0.00%> (-1.27%) ⬇️
...allrye/mutiny/operators/uni/UniAndCombination.java 88.37% <0.00%> (-1.17%) ⬇️
...utiny/operators/multi/MultiWindowOnDurationOp.java 70.71% <0.00%> (-0.72%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 86.15% <0.00%> (-0.31%) ⬇️
...lrye/mutiny/subscription/SerializedSubscriber.java 88.67% <0.00%> (+0.94%) ⬆️

@cescoffier
Copy link
Contributor

@dependabot rebase please.

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.10 to 3.4.11.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.10...v3.4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.projectreactor-reactor-core-3.4.11 branch from 2b2e290 to d2eda0a Compare October 13, 2021 10:21
@jponge jponge added this to the 1.1.2 milestone Oct 13, 2021
@jponge jponge merged commit 25fd9de into main Oct 13, 2021
@jponge jponge deleted the dependabot/maven/io.projectreactor-reactor-core-3.4.11 branch October 13, 2021 10:45
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.

None yet

2 participants