-
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.9
head repository: reactor/reactor-core
compare: v3.6.10
- 14 commits
- 15 files changed
- 4 contributors
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dcb3353 - Browse repository at this point
Copy the full SHA dcb3353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a462d6 - Browse repository at this point
Copy the full SHA 5a462d6View commit details
Commits on Aug 19, 2024
-
Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 (#3863)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 68d2a1f - Browse repository at this point
Copy the full SHA 68d2a1fView commit details -
Bump org.gradle.toolchains.foojay-resolver-convention from 0.5.0 to 0…
….8.0 (#3868) Bump org.gradle.toolchains.foojay-resolver-convention Bumps org.gradle.toolchains.foojay-resolver-convention from 0.5.0 to 0.8.0. --- updated-dependencies: - dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 246637e - Browse repository at this point
Copy the full SHA 246637eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d25e9 - Browse repository at this point
Copy the full SHA 63d25e9View commit details
Commits on Aug 22, 2024
-
Call init() on delegate from TimedScheduler (#3876)
The `TimedScheduler` class doesn't currently provide an override for the `init()` method, which means it calls the default implementation on the interface that delegates to `start()`. Most existing schedulers have an implementation of `start()` and it's not a problem for them. However, the newer `BoundedElasticThreadPerTaskScheduler` throws an error for `start()`, so wrapping it in a `TimedScheduler` causes it to crash immediately when `init()` gets called. With this change, the wrapped scheduler's `init()` method is called instead and allows users to get metrics for the virtual thread schedulers. --------- Co-authored-by: Dariusz Jędrzejczyk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b732811 - Browse repository at this point
Copy the full SHA b732811View commit details -
Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#3871)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e1c39f - Browse repository at this point
Copy the full SHA 7e1c39fView commit details -
Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)
Bumps com.jfrog.artifactory from 4.31.0 to 5.2.4. --- updated-dependencies: - dependency-name: com.jfrog.artifactory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 596ee8d - Browse repository at this point
Copy the full SHA 596ee8dView commit details -
Revert "Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)"
This reverts commit 596ee8d.
Configuration menu - View commit details
-
Copy full SHA for d09c4e9 - Browse repository at this point
Copy the full SHA d09c4e9View commit details
Commits on Aug 26, 2024
-
Bump actions/setup-java from 4.2.1 to 4.2.2 in /.github/workflows (#3864
) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@99b8673...6a0805f) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8235a00 - Browse repository at this point
Copy the full SHA 8235a00View commit details
Commits on Sep 9, 2024
-
Remove gradle/actions/setup-gradle deprecated functionality (#3869)
- Bump the version - Using the action to execute Gradle via the `arguments` parameter is deprecated https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#using-the-action-to-execute-gradle-via-the-arguments-parameter-is-deprecated
Configuration menu - View commit details
-
Copy full SHA for de65e29 - Browse repository at this point
Copy the full SHA de65e29View commit details -
Bump gradle/actions from 3.5.0 to 4.0.1 in /.github/workflows (#3886)
Bumps [gradle/actions](https://github.com/gradle/actions) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@d9c87d4...16bf8bc) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d889b7a - Browse repository at this point
Copy the full SHA d889b7aView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3ff5cc - Browse repository at this point
Copy the full SHA e3ff5ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cee83d - Browse repository at this point
Copy the full SHA 9cee83dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.6.9...v3.6.10