build(deps): bump reactor-core from 3.5.6 to 3.5.9
Bumps reactor-core from 3.5.6 to 3.5.9.
Updates io.projectreactor:reactor-core from 3.5.6 to 3.5.9
Release notes
Sourced from io.projectreactor:reactor-core's releases.
v3.5.9
Reactor Core3.5.9is part of2022.0.10Release Train.What's Changed
:sparkles: New features and improvements
- Rework
FluxPublishinternals to relay on predictable state machine by@OlegDokukain #3538- Fix
takeUntilPredicate test before emit by@AramMessdaghi9001in #3544:lady_beetle: Bug fixes
- Fixe
MonoDelayElementto properly handle race between run andonNextby@OlegDokukain #3546- Ensure
GroupedFluxdelivers subscription for the second subscriber by@OlegDokukain #3555- Ensure late
onRequestconsumer observes demand by@OlegDokukain #3557:up: Dependency Upgrades
- Bump
gradle/wrapper-validation-actionfrom1.0.5to1.1.0in /.github/workflows by@dependabotin #3542- Bump
com.gradle.enterprisefrom3.12.4to3.14.1by@dependabotin #3548- Bump
actions/setup-javafrom3.6.0to3.12.0in /.github/workflows by@dependabotin #3550- Bump
gradle/gradle-build-actionfrom2.3.3to2.7.0in /.github/workflows by@dependabotin #3551- Update
Micrometerversion to1.10.10by@violetaggin #3560New Contributors
@AramMessdaghi9001made their first contribution in #3544Full Changelog: https://github.com/reactor/reactor-core/compare/v3.5.8...v3.5.9
v3.5.8
Reactor Core3.5.8is part of2022.0.9Release Train.What's Changed
:sparkles: New features and improvements
- Add thread interrupt state propagate (#3451) by
@10sain reactor/reactor-core#3482- Removes unnecessary JSR305 import from package-info.java by
@chemicLin reactor/reactor-core#3510- Issue #3455: ability to customize micrometer observation by
@nvervellein reactor/reactor-core#3456- fixes flaky test by ensuring CDL is awaited by
@OlegDokukain reactor/reactor-core#3533- Add tests for context values with scope semantics by
@chemicLin reactor/reactor-core#3516- Extracted automatic context propagation tests to another class by
@chemicLin reactor/reactor-core#3534:lady_beetle: Bug fixes
- Allowing Blocking call for handlePossibleCancellationInterrupt by
@tejavenkatlankain reactor/reactor-core#3515- enforces ordering on concurrent subscription to
FluxRefCountby@OlegDokukain reactor/reactor-core#3517- ensures
sourceModeis obtained with happens-before relationships by@OlegDokukain reactor/reactor-core#3518:book: Documentation, Tests and Build
- Fix a compilation error in sample code by
@tejavenkatlankain reactor/reactor-core#3511- Update retryWhen docs on deprecated currentContext by
@cbrunsdonin reactor/reactor-core#3283- Updating getContextView in sample code by
@tejavenkatlankain reactor/reactor-core#3513- [doc] Document usage of Mono.zip() along with Mono (#3306) by
@RomaKudryavtsevin reactor/reactor-core#3514
... (truncated)
Commits
7754161[release] Prepare and release 3.5.9b7d3f1aMerge-ignore 3.4.32 into 3.5.9e166117Update Micrometer version to 1.10.10 (#3560)2cddd40[release] Next development version 3.4.33-SNAPSHOT9614bcd[release] Prepare and release 3.4.32a7cacc4Merge #3557 into 3.5.9861de73ensures lateonRequestconsumer observes demand (#3557)4399fc5reworks FluxPublish internals to relay on predictable state machine (#3538)5e66d9aMerge build dependency bumps into 3.5.945fe19bBump gradle/gradle-build-action in /.github/workflows (#3551)- Additional commits viewable in compare view
Updates io.projectreactor:reactor-test from 3.5.6 to 3.5.9
Release notes
Sourced from io.projectreactor:reactor-test's releases.
v3.5.9
Reactor Core3.5.9is part of2022.0.10Release Train.What's Changed
:sparkles: New features and improvements
- Rework
FluxPublishinternals to relay on predictable state machine by@OlegDokukain #3538- Fix
takeUntilPredicate test before emit by@AramMessdaghi9001in #3544:lady_beetle: Bug fixes
- Fixe
MonoDelayElementto properly handle race between run andonNextby@OlegDokukain #3546- Ensure
GroupedFluxdelivers subscription for the second subscriber by@OlegDokukain #3555- Ensure late
onRequestconsumer observes demand by@OlegDokukain #3557:up: Dependency Upgrades
- Bump
gradle/wrapper-validation-actionfrom1.0.5to1.1.0in /.github/workflows by@dependabotin #3542- Bump
com.gradle.enterprisefrom3.12.4to3.14.1by@dependabotin #3548- Bump
actions/setup-javafrom3.6.0to3.12.0in /.github/workflows by@dependabotin #3550- Bump
gradle/gradle-build-actionfrom2.3.3to2.7.0in /.github/workflows by@dependabotin #3551- Update
Micrometerversion to1.10.10by@violetaggin #3560New Contributors
@AramMessdaghi9001made their first contribution in #3544Full Changelog: https://github.com/reactor/reactor-core/compare/v3.5.8...v3.5.9
v3.5.8
Reactor Core3.5.8is part of2022.0.9Release Train.What's Changed
:sparkles: New features and improvements
- Add thread interrupt state propagate (#3451) by
@10sain reactor/reactor-core#3482- Removes unnecessary JSR305 import from package-info.java by
@chemicLin reactor/reactor-core#3510- Issue #3455: ability to customize micrometer observation by
@nvervellein reactor/reactor-core#3456- fixes flaky test by ensuring CDL is awaited by
@OlegDokukain reactor/reactor-core#3533- Add tests for context values with scope semantics by
@chemicLin reactor/reactor-core#3516- Extracted automatic context propagation tests to another class by
@chemicLin reactor/reactor-core#3534:lady_beetle: Bug fixes
- Allowing Blocking call for handlePossibleCancellationInterrupt by
@tejavenkatlankain reactor/reactor-core#3515- enforces ordering on concurrent subscription to
FluxRefCountby@OlegDokukain reactor/reactor-core#3517- ensures
sourceModeis obtained with happens-before relationships by@OlegDokukain reactor/reactor-core#3518:book: Documentation, Tests and Build
- Fix a compilation error in sample code by
@tejavenkatlankain reactor/reactor-core#3511- Update retryWhen docs on deprecated currentContext by
@cbrunsdonin reactor/reactor-core#3283- Updating getContextView in sample code by
@tejavenkatlankain reactor/reactor-core#3513- [doc] Document usage of Mono.zip() along with Mono (#3306) by
@RomaKudryavtsevin reactor/reactor-core#3514
... (truncated)
Commits
7754161[release] Prepare and release 3.5.9b7d3f1aMerge-ignore 3.4.32 into 3.5.9e166117Update Micrometer version to 1.10.10 (#3560)2cddd40[release] Next development version 3.4.33-SNAPSHOT9614bcd[release] Prepare and release 3.4.32a7cacc4Merge #3557 into 3.5.9861de73ensures lateonRequestconsumer observes demand (#3557)4399fc5reworks FluxPublish internals to relay on predictable state machine (#3538)5e66d9aMerge build dependency bumps into 3.5.945fe19bBump gradle/gradle-build-action in /.github/workflows (#3551)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.