-
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.8.2
head repository: reactor/reactor-core
compare: v3.8.3
- 17 commits
- 91 files changed
- 3 contributors
Commits on Jan 13, 2026
-
[release] Next development version 3.8.3-SNAPSHOT
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for c431f54 - Browse repository at this point
Copy the full SHA c431f54View commit details
Commits on Jan 21, 2026
-
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
Configuration menu - View commit details
-
Copy full SHA for 2198701 - Browse repository at this point
Copy the full SHA 2198701View commit details
Commits on Feb 9, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9803ac7 - Browse repository at this point
Copy the full SHA 9803ac7View commit details -
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for befbfa5 - Browse repository at this point
Copy the full SHA befbfa5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9cb50f2 - Browse repository at this point
Copy the full SHA 9cb50f2View commit details -
[chore] Remove daily snapshots check from 3.7.x
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 1016f33 - Browse repository at this point
Copy the full SHA 1016f33View commit details -
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for d688123 - Browse repository at this point
Copy the full SHA d688123View commit details -
[chore] Fix CodeQL workflow to exclude docs in build
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for e215666 - Browse repository at this point
Copy the full SHA e215666View commit details -
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 2e72b8a - Browse repository at this point
Copy the full SHA 2e72b8aView commit details -
[chore] Improve CodeQL action to skip building
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for bd9b3d4 - Browse repository at this point
Copy the full SHA bd9b3d4View commit details -
[chore] Improve CodeQL action to only compile classes
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 83edd72 - Browse repository at this point
Copy the full SHA 83edd72View commit details -
Merge CodeQL workflow changes to 3.8.3
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 48ffaab - Browse repository at this point
Copy the full SHA 48ffaabView commit details -
Bump Micrometer to 1.16.3 and Micrometer Tracing to 1.6.3 (#4202)
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 48ee8d8 - Browse repository at this point
Copy the full SHA 48ee8d8View commit details
Commits on Feb 10, 2026
-
[release] Prepare and release 3.7.16
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5d77fe - Browse repository at this point
Copy the full SHA f5d77feView commit details -
[release] Next development version 3.7.17-SNAPSHOT
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb0b5c1 - Browse repository at this point
Copy the full SHA cb0b5c1View commit details -
Merge-ignore release 3.7.16 into 3.8.3
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a430ffe - Browse repository at this point
Copy the full SHA a430ffeView commit details -
[release] Prepare and release 3.8.3
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cb12ba5 - Browse repository at this point
Copy the full SHA cb12ba5View 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.8.2...v3.8.3