chore(deps): update all non-major dependencies #350
Merged
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:
17
->17.0.2
2.0.6
->2.0.7
6.21.0
->6.24.0
5.10.0
->5.10.1
3.5.9
->3.6.2
1.2.3
->1.2.4
3.1.4
->3.2.2
3.1.4
->3.2.2
3.1.4
->3.2.2
3.1.4
->3.2.2
3.1.4
->3.2.2
2.0.9
->2.0.11
4.11.0
->4.12.0
1.1.3
->1.1.4
24.0.1
->24.1.0
3.1.3
->3.2.2
Release Notes
reactor/reactor-core (io.projectreactor:reactor-test)
v3.6.2
Compare Source
What's Changed
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
New Contributors
Full Changelog: reactor/reactor-core@v3.6.1...v3.6.2
v3.6.1
Reactor Core
3.6.1
is part of2023.0.1
Release Train.What's Changed
🐞 Bug fixes
SinkManyUnicast
discard support during subscription cancel by @chemicL in #3641,1bee07c
06bf103
📖 Documentation, Tests and Build
MemoryUtils.Tracked
used in tests releases collections by @chemicL in #3328reactiveProgramming.adoc
by @Navaneethsen in #3592@Override
annotations in sample java code by @ByoungJoonIm in #3605VirtualThread
sboundedElastic
behaviour by @OlegDokuka in #3635StressSubscriber
discardedValues
should not have downstream type by @chemicL in #3643Pull Request
template by @chemicL in #3650🆙 Dependency Upgrades
byteBuddyVersion
from1.14.8
to1.14.9
by @dependabot in #3619Micrometer
libs versions by @OlegDokuka in #3662New Contributors
Full Changelog: reactor/reactor-core@v3.6.0...v3.6.1
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.14
v3.5.13
Reactor Core
3.5.13
is part of2022.0.14
Release Train.What's Changed
🐞 Bug fixes
SinkManyUnicast
discard support during subscription cancel by @chemicL in #3641📖 Documentation, Tests and Build
MemoryUtils.Tracked
used in tests releases collections by @chemicL in #3328StressSubscriber
discardedValues
should not have downstream type by @chemicL in #3643🆙 Dependency Upgrades
byteBuddyVersion
from1.14.8
to1.14.9
by @dependabot in #3619Full Changelog: reactor/reactor-core@v3.5.12...v3.5.13
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
v3.5.11
Compare Source
What's Changed
addCap
always returns value with flag by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3610✨ New features and improvements
contextualName
presence by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3611🐞 Bug fixes
FluxBufferTime
uses properindex
value duringonNext
check by @OlegDokuka in https://github.com/reactor/reactor-core/pull/3614📖 Documentation, Tests and Build
🆙 Dependency Upgrades
Full Changelog: reactor/reactor-core@v3.5.10...v3.5.11
v3.5.10
Compare Source
Reactor Core
3.5.10
is part of2022.0.11
Release Train.What's Changed
📖 Documentation, Tests and Build
Mono.tap
in javadoc by @ajax-surovskyi-y in #3564🆙 Dependency Upgrades
Micrometer
version to1.10.11
by @chemicL in7f9c77e
New Contributors
Full Changelog: reactor/reactor-core@v3.5.9...v3.5.10
spring-projects/spring-graphql (org.springframework.graphql:spring-graphql-test)
v1.2.4
⭐ New Features
🪲 Bug Fixes
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Stmated, @koenpunt, @nilshartmann, and @rwinch
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-websocket)
v3.2.2
🐞 Bug Fixes
@ConfigurationPropertiesBinding
converters that rely on initial CharSequence to String conversion no longer work #39051@AutoConfigureOrder
(Ordered.LOWEST_PRECEDENCE) #38916@ImportTestcontainers
#38913📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@724thomas, @BenchmarkingBuffalo, @FBibonne, @Wzy19930507, @amparab, @dependabot[bot], @dreis2211, @okohub, @onobc, @sdeleuze, @skcskitano, and @tobias-lippert
v3.2.1
⭐ New Features
🐞 Bug Fixes
@SpringBootTest
with a separate management port and a mock web environment #38554Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.