Skip to content

fix(deps): update dependency io.projectreactor:reactor-core to v3.8.5#93

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/reactor-core.version
Open

fix(deps): update dependency io.projectreactor:reactor-core to v3.8.5#93
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/reactor-core.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 14, 2021

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.projectreactor:reactor-core 3.4.93.8.5 age confidence

Release Notes

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

v3.8.5

Reactor Core 3.8.5 is part of the 2025.0.5 Release Train.

What's Changed

✨ New features and improvements

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

v3.8.4

Compare Source

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.18

Reactor Core 3.7.18 is part of the 2024.0.17 Release Train.

What's Changed

✨ New features and improvements

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

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

Compare Source

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

Compare Source

v3.7.9

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

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

v3.7.3

Compare Source

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

Compare Source

What's Changed

✨ New features and improvements
📖 Documentation

New Contributors

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

v3.7.1

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

What's Changed

✨ New features and improvements

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

v3.6.14

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

What's Changed

✨ New features and improvements

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

v3.6.4

Compare Source

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

Compare Source

Reactor Core 3.6.3 is part of 2023.0.3 Release Train.

What's Changed

✨ New features and improvements
📖 Documentation, Tests and Build

Configuration

📅 Schedule: (UTC)

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

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

Rebasing: Whenever PR becomes conflicted, 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 changed the title chore(deps): update dependency io.projectreactor:reactor-core to v3.4.10 chore(deps): update dependency io.projectreactor:reactor-core to v3.4.11 Oct 12, 2021
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 79950fc to 60764b7 Compare October 12, 2021 11:01
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 60764b7 to de1285d Compare November 9, 2021 11:25
@renovate renovate bot changed the title chore(deps): update dependency io.projectreactor:reactor-core to v3.4.11 chore(deps): update dependency io.projectreactor:reactor-core to v3.4.12 Nov 9, 2021
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Nov 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from de1285d to cae4dc7 Compare March 7, 2022 16:17
@renovate renovate bot changed the title chore(deps): update dependency io.projectreactor:reactor-core to v3.4.12 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.15 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from cae4dc7 to 0e304b4 Compare March 26, 2022 13:19
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.15 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.16 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 0e304b4 to 23e03b6 Compare April 25, 2022 00:06
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.16 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.17 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.17 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.18 May 16, 2022
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 23e03b6 to 239df6e Compare May 16, 2022 02:08
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 239df6e to 0cebb9f Compare June 18, 2022 16:25
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.18 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.19 Jun 18, 2022
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 0cebb9f to 6cb53d2 Compare September 25, 2022 19:03
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.19 fix(deps): update dependency io.projectreactor:reactor-core to v3.4.23 Sep 25, 2022
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 6cb53d2 to 4244565 Compare November 20, 2022 11:08
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.4.23 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.0 Nov 20, 2022
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 4244565 to ec03935 Compare March 16, 2023 09:58
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.0 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.4 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from ec03935 to 4d1180c Compare April 17, 2023 12:11
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.4 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.5 Apr 17, 2023
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 4d1180c to 7a0fcda Compare May 28, 2023 08:50
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.5 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 7a0fcda to f4d0c5a Compare June 13, 2023 21:18
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from dcd229d to 569dad6 Compare April 9, 2024 14:50
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.4 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.5 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 569dad6 to 786f0e7 Compare May 14, 2024 10:37
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.5 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.6 May 14, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 786f0e7 to 01dd193 Compare June 11, 2024 10:45
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.6 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.7 Jun 11, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 01dd193 to 5af5192 Compare July 9, 2024 10:08
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.7 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.8 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 5af5192 to 9d1b6fb Compare August 13, 2024 10:49
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.8 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.9 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 9d1b6fb to ff85814 Compare September 10, 2024 11:03
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.9 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.10 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from ff85814 to 011d35a Compare October 15, 2024 11:19
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.10 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.11 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 011d35a to 68a2ddd Compare November 13, 2024 11:15
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.11 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 68a2ddd to f282fea Compare December 11, 2024 12:20
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.0 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.1 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from f282fea to 1dc9355 Compare January 14, 2025 18:44
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.1 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.2 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 1dc9355 to a3b4f50 Compare February 11, 2025 11:56
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.2 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.3 Feb 11, 2025
@sonarqubecloud
Copy link
Copy Markdown

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from a3b4f50 to 552faa4 Compare March 11, 2025 19:35
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.3 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.4 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 552faa4 to a0d609a Compare April 15, 2025 07:06
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.4 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.5 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from a0d609a to 9cf7e9b Compare May 13, 2025 12:14
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.7.5 fix(deps): update dependency io.projectreactor:reactor-core to v3.7.6 May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants