Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reactor/reactor-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.9
Choose a base ref
...
head repository: reactor/reactor-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.10
Choose a head ref
  • 14 commits
  • 15 files changed
  • 4 contributors

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    dcb3353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a462d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. 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>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    68d2a1f View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    246637e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63d25e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. 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]>
    luukveenis and chemicL authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b732811 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7e1c39f View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    596ee8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d09c4e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. 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>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8235a00 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    de65e29 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d889b7a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    e3ff5cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cee83d View commit details
    Browse the repository at this point in the history
Loading