-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: reactor/reactor-core
base: v3.6.5
head repository: reactor/reactor-core
compare: v3.6.6
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b30803 - Browse repository at this point
Copy the full SHA 8b30803View commit details
Commits on Apr 11, 2024
-
Fix pendingTasks accounting if TimedRunnable disposed before scheduli…
…ng (#3780) Cancelled or rejected tasks properly decrement the pendingTasks metric. The chosen approach splits existing TimedRunnable into two implementations and moves code from the TimedScheduler into the TimedRunnable to reduce duplication. Two implementations: * WorkerBackedTimedRunnable * SchedulerBackedTimedRunnable are present to differentiate between Scheduler or a Worker that schedules a task (since there is no shared interface between those). In contrast to the initial proposal from #3697 by @nathankooij there are no extra objects being created and the scheduling is delegated to TimedRunnable. Fixes #3697 --------- Co-authored-by: Konstantin Kondratov <>
Configuration menu - View commit details
-
Copy full SHA for 43bf82d - Browse repository at this point
Copy the full SHA 43bf82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa244f3 - Browse repository at this point
Copy the full SHA fa244f3View commit details -
Remove Flux#thenMany optimization breaking concat (#3783)
The optimization incorrectly ignored only the last Publisher instead of all currently concatenated Publishers causing undesired values to be emitted. Fixes #3777
Configuration menu - View commit details
-
Copy full SHA for 2a664dd - Browse repository at this point
Copy the full SHA 2a664ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11ea71 - Browse repository at this point
Copy the full SHA d11ea71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e398c - Browse repository at this point
Copy the full SHA 81e398cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b4a52 - Browse repository at this point
Copy the full SHA 99b4a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea74987 - Browse repository at this point
Copy the full SHA ea74987View commit details -
Fix BoundedElasticThreadPerTaskSchedulerTest flakiness (#3779)
BoundedElasticThreadPerTaskSchedulerTest test cases could randomly fail due to asynchronous nature of disposing a task wrapper and not coordinating that with assertions. Using Awaitility.await().untilAsserted to wrap the assertions resolves the issue. Fixes #3772
Configuration menu - View commit details
-
Copy full SHA for c9fdc64 - Browse repository at this point
Copy the full SHA c9fdc64View commit details -
Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 (#3760)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.2.1) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for cb09f46 - Browse repository at this point
Copy the full SHA cb09f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d3a7e - Browse repository at this point
Copy the full SHA 29d3a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e7bcb - Browse repository at this point
Copy the full SHA 51e7bcbView commit details -
Bump gradle/actions from 3.1.0 to 3.2.0 in /.github/workflows (#3781)
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@417ae3c...e24011a) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d90e7f2 - Browse repository at this point
Copy the full SHA d90e7f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b53e3 - Browse repository at this point
Copy the full SHA 94b53e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d16e68a - Browse repository at this point
Copy the full SHA d16e68aView commit details -
Bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 in /.github…
…/workflows (#3776) Bump gradle/wrapper-validation-action in /.github/workflows Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@699bb18...b231772) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 873bc9a - Browse repository at this point
Copy the full SHA 873bc9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for da9e7b5 - Browse repository at this point
Copy the full SHA da9e7b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03071db - Browse repository at this point
Copy the full SHA 03071dbView commit details -
Bump byteBuddyVersion from 1.14.12 to 1.14.13 (#3778)
Bumps `byteBuddyVersion` from 1.14.12 to 1.14.13. Updates `net.bytebuddy:byte-buddy` from 1.14.12 to 1.14.13 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.12...byte-buddy-1.14.13) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.12 to 1.14.13 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.12...byte-buddy-1.14.13) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33eaffa - Browse repository at this point
Copy the full SHA 33eaffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2432c - Browse repository at this point
Copy the full SHA 5d2432cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 055c0e8 - Browse repository at this point
Copy the full SHA 055c0e8View commit details
Commits on May 6, 2024
-
Improve auto context propagation in lifting and ConnectableFlux inter…
Configuration menu - View commit details
-
Copy full SHA for c760a0a - Browse repository at this point
Copy the full SHA c760a0aView commit details -
Bump io.projectreactor.tools:blockhound from 1.0.8.RELEASE to 1.0.9.R…
…ELEASE (#3788) Bump io.projectreactor.tools:blockhound Bumps [io.projectreactor.tools:blockhound](https://github.com/reactor/BlockHound) from 1.0.8.RELEASE to 1.0.9.RELEASE. - [Release notes](https://github.com/reactor/BlockHound/releases) - [Commits](reactor/BlockHound@1.0.8.RELEASE...1.0.9.RELEASE) --- updated-dependencies: - dependency-name: io.projectreactor.tools:blockhound dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 76a9517 - Browse repository at this point
Copy the full SHA 76a9517View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d9126 - Browse repository at this point
Copy the full SHA a6d9126View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbda617 - Browse repository at this point
Copy the full SHA bbda617View commit details -
Bump byteBuddyVersion from 1.14.13 to 1.14.14 (#3795)
Bumps `byteBuddyVersion` from 1.14.13 to 1.14.14. Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.14 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.14.13...byte-buddy-1.14.14) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 70ad40b - Browse repository at this point
Copy the full SHA 70ad40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 681a5a0 - Browse repository at this point
Copy the full SHA 681a5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17edeb2 - Browse repository at this point
Copy the full SHA 17edeb2View commit details
Commits on May 7, 2024
-
Bump actions/checkout from 4.1.1 to 4.1.4 in /.github/workflows (#3801)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a4c6e40 - Browse repository at this point
Copy the full SHA a4c6e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd2a08 - Browse repository at this point
Copy the full SHA 5bd2a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc47335 - Browse repository at this point
Copy the full SHA fc47335View commit details -
Bump gradle/actions from 3.2.0 to 3.3.2 in /.github/workflows (#3800)
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.2.0 to 3.3.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@e24011a...db19848) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d720bf - Browse repository at this point
Copy the full SHA 2d720bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c26b0 - Browse repository at this point
Copy the full SHA 88c26b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6832bad - Browse repository at this point
Copy the full SHA 6832badView commit details -
Migrate gradle/wrapper-validation-action 2.1.2 to gradle/actions/wrap…
…per-validation 3.3.2 Supersedes #3799
Configuration menu - View commit details
-
Copy full SHA for 47436c0 - Browse repository at this point
Copy the full SHA 47436c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3435586 - Browse repository at this point
Copy the full SHA 3435586View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf22c93 - Browse repository at this point
Copy the full SHA bf22c93View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 734e779 - Browse repository at this point
Copy the full SHA 734e779View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac572b7 - Browse repository at this point
Copy the full SHA ac572b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab9a81 - Browse repository at this point
Copy the full SHA 8ab9a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd2d1c - Browse repository at this point
Copy the full SHA 3bd2d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69871e9 - Browse repository at this point
Copy the full SHA 69871e9View commit details
There are no files selected for viewing