Update dependency io.projectreactor:reactor-test to v3.6.0 - autoclosed #783
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.11
->3.6.0
Release Notes
reactor/reactor-core (io.projectreactor:reactor-test)
v3.6.0
Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.
This is the first GA release of 2023.0.0 🎉
This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.
While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:
Schedulers.boundedElastic()
may return a specific implementation tailored for Project Loom and running on virtual threads if application runs in Java 21+ runtime and have set thereactor.schedulers.defaultBoundedElasticOnVirtualThreads
system property totrue
. Please consult the javadocs and the reference documentation for more information.Publisher
s detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.See dedicated pre-release blogpost for more information.
What's Changed
addCap
always returns value with flag by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3610throwable
assignment happens-beforedone
assignment inonError
for FluxPublish by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3638✨ New features and improvements
Traces
by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3523🐞 Bug fixes
MonoDelayElement
to properly handle race between delayrun
andonNext
signal by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3546GroupedFlux
delivers subscription for the second subscriber by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3555onRequest
consumer observes demand by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3557📖 Documentation, Tests and Build
🆙 Dependency Upgrades
Micrometer
version to1.10.10
by @violetagg in https://github.com/reactor/reactor-core/pull/3560New Contributors
Full Changelog: reactor/reactor-core@v3.5.8...v3.6.0
v3.5.12
Reactor Core
3.5.12
is part of2022.0.13
Release Train.What's Changed
throwable
assignment happens-beforedone
assignment inonError
forFluxPublish
by @OlegDokuka in #3638✨ New features and improvements
JCStress
: AwaitScheduler
dispose and increase timeouts by @chemicL in #3630🆙 Dependency Upgrades
Micrometer
andMicrometer Tracing
by @pderop in #3636Full Changelog: reactor/reactor-core@v3.5.11...v3.5.12
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.