Reactor Core 3.6.2 is part of 2023.0.2 Release Train.
What's Changed
⚠️ Update considerations and deprecations
🐞 Bug fixes
- ensure error is not propagated on cancellation and onNext race by @OlegDokuka in #3665
- Fix pendingTask count not tracking task rejection by @Nicolas125841 in #3660
📖 Documentation, Tests and Build
- Fix sample code typos in Mono javadocs by @valery1707 in #3657
- Remove unused com.gradle.enterprise plugin by @chemicL in #3668
- Fix flaky test for pending tasks count validation by @chemicL in #3669
- Fix flaky test for BoundedElasticThreadPerTaskScheduler by @chemicL in #3679
- Improve RaceTestUtils to yield when CPUs don't suffice by @chemicL in #3678
- Remove overridden methods from GenericBoundedElasticThreadPerTask… by @chemicL in #3685
- Exclude loom boundedElastic from restart validation by @chemicL in #3686
🆙 Dependency Upgrades
- Bump byteBuddyVersion from 1.14.9 to 1.14.10 by @dependabot in #3659
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #3680
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 by @dependabot in #3681
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.2.13 by @dependabot in #3684
- Bump byteBuddyVersion from 1.14.10 to 1.14.11 by @dependabot in #3683
New Contributors
- @Nicolas125841 made their first contribution in #3660
- @valery1707 made their first contribution in #3657
Full Changelog: v3.6.1...v3.6.2