Skip to content

Update dependency io.projectreactor:reactor-core from 3.5.10 to 3.8.4#128

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reactor
Open

Update dependency io.projectreactor:reactor-core from 3.5.10 to 3.8.4#128
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reactor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 16, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.projectreactor:reactor-core 3.5.103.8.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

reactor/reactor-core (io.projectreactor:reactor-core)

v3.8.4

Reactor Core 3.8.4 is part of the 2025.0.4 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation

Full Changelog: reactor/reactor-core@v3.8.3...v3.8.4

v3.8.3

Reactor Core 3.8.3 is part of the 2025.0.3 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.2...v3.8.3

v3.8.2

Reactor Core 3.8.2 is part of the 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.1...v3.8.2

v3.8.1

Reactor Core 3.8.1 is part of 2025.0.1 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.8.0...v3.8.1

v3.8.0

Reactor Core 3.8.0 is part of 2025.0.0 Release Train.

3.8.0 Highlights

Enhanced Null Safety using JSpecify

🦺 Reactor Core 3.8.0 introduces JSpecify annotations for comprehensive null safety, replacing the legacy JSR 305-based annotations with a modern, properly specified standard that prevents NullPointerExceptions through build-time checks. This upgrade provides enhanced IDE support, seamless Kotlin integration with automatic translation to Kotlin's null safety system, and more precise nullability declarations including support for arrays, varargs, and generic types — making Reactor APIs safer and more developer-friendly across the entire ecosystem.

⚠️ Nullability annotations from reactor.util.annotation have been deprecated in favour of JSpecify annotations.

📖 Check the refreshed reference documentation section on Null Safety.

⚠️ Note for Kotlin users: While this change is backwards compatible in the Java ecosystem and does not dictate a new generation of Reactor Core, we do appreciate it can appear as breaking changes for Kotlin codebases. The benefits are well defined nullness of the Reactor API and reduction of the ceremony that was required prior to the introduction of JSpecify annotations.

Repeat Spec

Repeat functionality from Reactor Addons has been ported to Reactor Core under the RepeatSpec class and can be used in conjunction with the Flux#repeatWhen() and Mono#repeatWhen() operators. Make sure to check out the Javadoc.

Reactor Core Micrometer version aligned with Reactor Core version

The reactor-core-micrometer library, which is part of the reactor-core repository is always released together with reactor-core, hence we decided to align their versions starting from 3.8.0 (the previous line was 1.2.x corresponding with 3.7.x of reactor-core).

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.3...v3.8.0

v3.7.17

Reactor Core 3.7.17 is part of the 2024.0.16 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation

Full Changelog: reactor/reactor-core@v3.7.16...v3.7.17

v3.7.16

Reactor Core 3.7.16 is part of the 2024.0.15 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.15...v3.7.16

v3.7.15

Reactor Core 3.7.15 is part of the 2024.0.14 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.14...v3.7.15

v3.7.14

Reactor Core 3.7.14 is part of the 2024.0.13 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.13...v3.7.14

v3.7.13

Reactor Core 3.7.13 is part of the 2024.0.12 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.12...v3.7.13

v3.7.12

Reactor Core 3.7.12 is part of the 2024.0.11 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.11...v3.7.12

v3.7.11

Reactor Core 3.7.11 is part of the 2024.0.10 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.9...v3.7.11

v3.7.10

v3.7.9

Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.8...v3.7.9

v3.7.8

Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.7.7...v3.7.8

v3.7.7

Reactor Core 3.7.7 is part of 2024.0.7 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.6...v3.7.7

v3.7.6

Reactor Core 3.7.6 is part of 2024.0.6 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.5...v3.7.6

v3.7.5

Reactor Core 3.7.5 is part of 2024.0.5 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.7.4...v3.7.5

v3.7.4

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.3...v3.7.4

v3.7.3

Reactor Core 3.7.3 is part of 2024.0.3 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.2...v3.7.3

v3.7.2

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.1...v3.7.2

v3.7.1

Reactor Core 3.7.1 is part of 2024.0.1 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.7.0...v3.7.1

v3.7.0

Reactor Core 3.7.0 is part of 2024.0.0 Release Train.

New and Noteworthy

  • Reference documentation migrated to Antora
  • Improved Multi-Release-Jar experience

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.7.0

v3.6.18

Reactor Core 3.6.18 is part of 2023.0.19 Release Train.
This is the last release of 3.6.x, as 2023.0.x Release Train is going out of OSS support. For the next steps, check our support policy.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.17...v3.6.18

v3.6.17

Reactor Core 3.6.17 is part of 2023.0.18 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.16...v3.6.17

v3.6.16

Reactor Core 3.6.16 is part of 2023.0.17 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.15...v3.6.16

v3.6.15

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.14...v3.6.15

v3.6.14

Reactor Core 3.6.14 is part of 2023.0.15 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.13...v3.6.14

v3.6.13

Reactor Core 3.6.13 is part of 2023.0.13 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.12...v3.6.13

v3.6.12

Reactor Core 3.6.12 is part of 2023.0.12 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.11...v3.6.12

v3.6.11

Reactor Core 3.6.11 is part of 2023.0.11 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.10...v3.6.11

v3.6.10

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.6.10

v3.6.9

Reactor Core 3.6.9 is part of 2023.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.8...v3.6.9

v3.6.8

Reactor Core 3.6.8 is part of 2023.0.8 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.7...v3.6.8

v3.6.7

Reactor Core 3.6.7 is part of 2023.0.7 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.6.6...v3.6.7

v3.6.6

Reactor Core 3.6.6 is part of 2023.0.6 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.6.5...v3.6.6

v3.6.5

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.6.4...v3.6.5

v3.6.4

Reactor Core 3.6.4 is part of 2023.0.4 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.3...v3.6.4

v3.6.3

Reactor Core 3.6.3 is part of 2023.0.3 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation, Tests and Build

New Contributors

Full Changelog: reactor/reactor-core@v3.6.2...v3.6.3

v3.6.2

Reactor Core 3.6.2 is part of 2023.0.2 Release Train.

What's Changed

⚠️ Update considerations and deprecations
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a user October 16, 2023 01:02
@renovate renovate bot requested a review from rpatel-figure as a code owner October 16, 2023 01:02
@renovate renovate bot added the dependencies Updates to project dependencies label Oct 16, 2023
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 16, 2023

Test Results

10 tests   10 ✅  3s ⏱️
 6 suites   0 💤
 6 files     0 ❌

Results for commit e98cceb.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/reactor branch from 59c33cc to 182232b Compare October 17, 2023 17:49
@renovate renovate bot force-pushed the renovate/reactor branch from 182232b to db5abca Compare November 14, 2023 11:06
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core from 3.5.10 to 3.5.11 Update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.0 Nov 14, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.0 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.0 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/reactor branch from db5abca to acf3770 Compare December 1, 2023 21:30
@github-actions github-actions bot added the bug Something isn't working label Dec 1, 2023
@renovate renovate bot force-pushed the renovate/reactor branch 3 times, most recently from a97ff37 to 27393b5 Compare December 8, 2023 18:39
@renovate renovate bot force-pushed the renovate/reactor branch from 27393b5 to b5f1152 Compare December 11, 2023 17:25
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.0 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.1 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/reactor branch from b5f1152 to 5a39140 Compare December 12, 2023 13:42
@renovate renovate bot force-pushed the renovate/reactor branch from 5a39140 to f0ec9ff Compare January 9, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.1 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.2 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/reactor branch from f0ec9ff to 5e71c20 Compare January 16, 2024 22:26
@renovate renovate bot force-pushed the renovate/reactor branch from 5e71c20 to b4f4e04 Compare February 9, 2024 19:21
@renovate renovate bot force-pushed the renovate/reactor branch from b4f4e04 to 92664a2 Compare February 28, 2024 22:59
@renovate renovate bot force-pushed the renovate/reactor branch from 92664a2 to 47c9186 Compare March 12, 2024 10:00
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.2 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.3 Mar 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.3 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.4 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/reactor branch from 47c9186 to 74da3de Compare March 12, 2024 13:49
@renovate renovate bot force-pushed the renovate/reactor branch from 74da3de to f4df686 Compare April 9, 2024 16:52
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.4 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.5 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/reactor branch from f4df686 to 0cf1504 Compare May 14, 2024 10:30
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.5 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.6.6 May 14, 2024
@renovate renovate bot force-pushed the renovate/reactor branch from 0cf1504 to 5f2a3ee Compare June 11, 2024 11:05
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.0 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.1 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/reactor branch from f7e57f0 to 8c28cc6 Compare January 14, 2025 17:17
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.1 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.2 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 8c28cc6 to 9c689ba Compare February 11, 2025 12:43
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.2 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.3 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 9c689ba to 8b73d5b Compare March 11, 2025 20:20
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.3 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.4 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 8b73d5b to 0760c3b Compare April 15, 2025 11:14
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.4 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.5 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 0760c3b to 73fd47b Compare May 13, 2025 12:26
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.5 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.6 May 13, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 73fd47b to 95c9037 Compare June 10, 2025 08:38
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.6 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.7 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 95c9037 to 09b6fcf Compare July 15, 2025 15:39
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.7 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.8 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 09b6fcf to 82d3424 Compare August 12, 2025 09:48
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.8 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.9 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 82d3424 to ba418c7 Compare September 9, 2025 09:59
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.9 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.11 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from ba418c7 to 86493d6 Compare October 14, 2025 10:53
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.11 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.12 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from 86493d6 to b859234 Compare November 7, 2025 12:14
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.12 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.13 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from b859234 to eca0b58 Compare November 7, 2025 16:58
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.7.13 fix(deps): update dependency io.projectreactor:reactor-core from 3.5.10 to 3.8.0 Nov 7, 2025
@renovate renovate bot force-pushed the renovate/reactor branch from eca0b58 to 9572ea6 Compare November 25, 2025 21:04
@renovate renovate bot force-pushed the renovate/reactor branch from 9572ea6 to f809219 Compare November 26, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Updates to project dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants