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.2
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.3
Choose a head ref
  • 17 commits
  • 91 files changed
  • 3 contributors

Commits on Jan 13, 2026

  1. [release] Next development version 3.8.3-SNAPSHOT

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

Commits on Jan 21, 2026

  1. Update NullAway to 0.13.0 and ErrorProne to 2.46.0 (#4187)

    - Remove DataFlowIssue suppressions related to NullAway issue
      uber/NullAway#1157
    - Update NullAway from 0.12.15 to 0.13.0
    - Update ErrorProne from 2.42.0 to 2.46.0 (version used by NullAway
      0.13.0)
    - Fix AtomicReferenceFieldUpdater nullability annotations in
      DelegateServiceScheduler
    - Remove unnecessary null check in LambdaMonoSubscriber (NullAway now
      handles this correctly)
    
    NullAway 0.13.0 resolves the issue with AtomicReferenceFieldUpdater and
    @nullable type parameters, allowing removal of 137 DataFlowIssue
    suppressions across 70 files.
    
    Supersedes #4186 and #4177
    chemicL authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    2198701 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

  1. Bump byteBuddy from 1.18.3 to 1.18.4 (#4183)

    Bumps `byteBuddy` from 1.18.3 to 1.18.4.
    
    Updates `net.bytebuddy:byte-buddy` from 1.18.3 to 1.18.4
    - [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.3...byte-buddy-1.18.4)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.18.3 to 1.18.4
    - [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.3...byte-buddy-1.18.4)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.4
      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 Feb 9, 2026
    Configuration menu
    Copy the full SHA
    9803ac7 View commit details
    Browse the repository at this point in the history
  2. Merge #4183 into 3.8.3

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    befbfa5 View commit details
    Browse the repository at this point in the history
  3. Bump com.uber.nullaway:nullaway from 0.13.0 to 0.13.1 (#4195)

    Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.13.0 to 0.13.1.
    - [Release notes](https://github.com/uber/NullAway/releases)
    - [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
    - [Commits](uber/NullAway@v0.13.0...v0.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.uber.nullaway:nullaway
      dependency-version: 0.13.1
      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 Feb 9, 2026
    Configuration menu
    Copy the full SHA
    9cb50f2 View commit details
    Browse the repository at this point in the history
  4. [chore] Remove daily snapshots check from 3.7.x

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    1016f33 View commit details
    Browse the repository at this point in the history
  5. Merge 1016f33 into 3.8.3

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    d688123 View commit details
    Browse the repository at this point in the history
  6. [chore] Fix CodeQL workflow to exclude docs in build

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    e215666 View commit details
    Browse the repository at this point in the history
  7. Merge e215666 into 3.8.3

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    2e72b8a View commit details
    Browse the repository at this point in the history
  8. [chore] Improve CodeQL action to skip building

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    bd9b3d4 View commit details
    Browse the repository at this point in the history
  9. [chore] Improve CodeQL action to only compile classes

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    83edd72 View commit details
    Browse the repository at this point in the history
  10. Merge CodeQL workflow changes to 3.8.3

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    48ffaab View commit details
    Browse the repository at this point in the history
  11. Bump Micrometer to 1.16.3 and Micrometer Tracing to 1.6.3 (#4202)

    Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
    chemicL authored Feb 9, 2026
    Configuration menu
    Copy the full SHA
    48ee8d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. [release] Prepare and release 3.7.16

    Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
    violetagg committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    f5d77fe View commit details
    Browse the repository at this point in the history
  2. [release] Next development version 3.7.17-SNAPSHOT

    Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
    violetagg committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    cb0b5c1 View commit details
    Browse the repository at this point in the history
  3. Merge-ignore release 3.7.16 into 3.8.3

    Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
    violetagg committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    a430ffe View commit details
    Browse the repository at this point in the history
  4. [release] Prepare and release 3.8.3

    Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
    violetagg committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    cb12ba5 View commit details
    Browse the repository at this point in the history
Loading