Skip to content

Bump reactor-core from 3.4.3 to 3.4.12 #125

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2021

Bumps reactor-core from 3.4.3 to 3.4.12.

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

v3.4.10

Reactor-Core 3.4.10 is part of 2020.0.11 Release Train (Europium SR11).

This service release contains bugfixes and polishing changes.

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

⚠️ Update considerations and deprecations

  • Flux.replay underlying implementation doesn't support 0-size anymore (which was illogical in the first place)
    • For now, the operator transparently translates such calls to Flux.publish() instead (#2741)
  • Align Mono#share() behavior with Flux#share, split sink impl out (#2756)
    • Previously the Disposable obtained by calling mono.share().subscribe() (and that variant only) would terminate/cancel the whole mono.share() for all its subscribers. now this is an individual subscription, much like .subscribe(v -> {}) for instance.
    • the old behavior can still be obtained by calling toProcessor() and explicitly turning the source Mono into a MonoProcessor instead of sharing it, although the whole approach is deprecated.

✨ New features and improvements

... (truncated)

Commits
  • 6f54337 [release] Prepare and release 3.4.12
  • 3b519a1 Merge-ignore release 3.3.22 into main
  • 8418c45 [release] EoL. If absolutely needed, next will be 3.3.23.BUILD-SNAPSHOT
  • 7462293 [release] Prepare and release EoL 3.3.22.RELEASE
  • bdbc44a Fix flatMapMany description typo (#2834)
  • 9aa45a5 Make OnAssemblyException serializable again (#2833)
  • 417764b Add logging convenience methods, polish a few messages (#2823)
  • d06cf64 Merge #2828 and f7d38e0 into 3.4.12
  • f7d38e0 Partially revert #2828, still use 'run' in publish.yml
  • 8177341 Use gradle-build-action for invoking Gradle on CI (#2828)
  • 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.3 to 3.4.12.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.3...v3.4.12)

---
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 the dependencies Pull requests that update a dependency file label Nov 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2021

Superseded by #132.

@dependabot dependabot bot closed this Dec 15, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.projectreactor-reactor-core-3.4.12 branch December 15, 2021 03:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants