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.8.1
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.8.2
Choose a head ref
  • 19 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 9, 2025

  1. [release] Next development version 3.8.2-SNAPSHOT

    Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
    violetagg committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    60e3e4d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

  1. Bump actions/checkout from 5.0.0 to 6.0.1 in /.github/workflows (#4157)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    169e214 View commit details
    Browse the repository at this point in the history
  2. Merge #4157 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    5637d73 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-java from 5.0.0 to 5.1.0 in /.github/workflows (#4156

    )
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.1.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@dded088...f2beeb2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.1.0
      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>
    dependabot[bot] authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    3d572c0 View commit details
    Browse the repository at this point in the history
  4. Merge #4156 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    1c3c891 View commit details
    Browse the repository at this point in the history
  5. Bump byteBuddy from 1.18.2 to 1.18.3 (#4169)

    Bumps `byteBuddy` from 1.18.2 to 1.18.3.
    
    Updates `net.bytebuddy:byte-buddy` from 1.18.2 to 1.18.3
    - [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.18.2...byte-buddy-1.18.3)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.18.2 to 1.18.3
    - [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.18.2...byte-buddy-1.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.3
      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>
    dependabot[bot] authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    55dbe83 View commit details
    Browse the repository at this point in the history
  6. Merge #4169 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    25d9fb5 View commit details
    Browse the repository at this point in the history
  7. Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#4175)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.1 to 5.14.2.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 5.14.2
      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>
    dependabot[bot] authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    52919fb View commit details
    Browse the repository at this point in the history
  8. Merge #4175 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    dccc016 View commit details
    Browse the repository at this point in the history
  9. Bump ruby/setup-ruby from 1.267.0 to 1.281.0 in /.github/workflows (#…

    …4178)
    
    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.267.0 to 1.281.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
    - [Commits](ruby/setup-ruby@d5126b9...675dd7b)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-version: 1.281.0
      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>
    dependabot[bot] authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    7c33de8 View commit details
    Browse the repository at this point in the history
  10. Merge #4178 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 12, 2026
    Configuration menu
    Copy the full SHA
    be0c230 View commit details
    Browse the repository at this point in the history
  11. Bump NullAway from 0.12.12 to 0.12.15 and adjust VirtualTimeScheduler (

    …#4180)
    
    Supersedes #4170
    
    ---------
    
    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    537f6f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Bump io.projectreactor.tools:blockhound from 1.0.15.RELEASE to 1.0.16…

    ….RELEASE (#4181)
    
    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    cb953c7 View commit details
    Browse the repository at this point in the history
  2. Merge #4181 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    55a9513 View commit details
    Browse the repository at this point in the history
  3. Bump Micrometer from 1.16.1 to 1.16.2 (#4182)

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    4cf56bb View commit details
    Browse the repository at this point in the history
  4. [release] Prepare and release 3.7.15

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    5de5a2a View commit details
    Browse the repository at this point in the history
  5. [release] Next development version 3.7.16-SNAPSHOT

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    590087a View commit details
    Browse the repository at this point in the history
  6. Merge-ignore release 3.7.15 into 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    771a60d View commit details
    Browse the repository at this point in the history
  7. [release] Prepare and release 3.8.2

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    126a846 View commit details
    Browse the repository at this point in the history
Loading