Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

What's Changed

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

New Contributors

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

v3.6.1

Reactor Core 3.6.1 is part of 2023.0.1 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.6.0...v3.6.1

v3.6.0

Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.

This is the first GA release of 2023.0.0 🎉

This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.

While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:

  • The Schedulers.boundedElastic() may return a specific implementation tailored for Project Loom and running on virtual threads if application runs in Java 21+ runtime and have set the reactor.schedulers.defaultBoundedElasticOnVirtualThreads system property to true. Please consult the javadocs and the reference documentation for more information.
  • Support for Multi-Release Jar. Since this release project has java version specific sources that are enabled if runs in specific Java runtime. This allows to avoid unnecessary reflection checks as well as embrace some new neat java features without changing the baseline for the whole code base.
  • Hardening of the context-propagation. This release introduces better support for external Publishers detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.

See dedicated pre-release blogpost for more information.

What's Changed

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

New Contributors

Full Changelog: reactor/reactor-core@v3.5.8...v3.6.0

v3.5.17

Reactor Core 3.5.17 is part of 2022.0.19 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes

New Contributors

Full Changelog: reactor/reactor-core@v3.5.16...v3.5.17

v3.5.16

v3.5.15

Reactor Core 3.5.15 is part of 2022.0.17 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation

Full Changelog: reactor/reactor-core@v3.5.14...v3.5.15

v3.5.14

v3.5.13

Reactor Core 3.5.13 is part of 2022.0.14 Release Train.

What's Changed

🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.12...v3.5.13

v3.5.12

Reactor Core 3.5.12 is part of 2022.0.13 Release Train.

What's Changed

⚠️ Update considerations and deprecations
  • Make throwable assignment happens-before done assignment in onError for FluxPublish by @​OlegDokuka in #​3638
✨ New features and improvements
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.11...v3.5.12

v3.5.11

What's Changed

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

Full Changelog: reactor/reactor-core@v3.5.10...v3.5.11

v3.5.10

Reactor Core 3.5.10 is part of 2022.0.11 Release Train.

What's Changed

📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.9...v3.5.10

v3.5.9

Reactor Core 3.5.9 is part of 2022.0.10 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.8...v3.5.9

v3.5.8

Reactor Core 3.5.8 is part of 2022.0.9 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build

New Contributors

Full Changelog: reactor/reactor-core@v3.5.7...v3.5.8

v3.5.7

What's Changed

✨ New features and improvements
🐞 Bug fixes
  • Avoid IllegalStateException: Cannot resolve type description for io.micrometer.context.ContextRegistry by @​pderop in #​3459
  • ensures completion flag is set after the set error by @​OlegDokuka in #​3477
  • ensures CP is enabled only when ContextFactory is really available by @​OlegDokuka in #​3490
  • ensures cancel handler is wrapped in try catch and drops potential cancellation failure by @​OlegDokuka in #​3485
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.6...v3.5.7

v3.5.6

Reactor-Core 3.5.6 is part of 2022.0.7 Release Train.

What's Changed

🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.5...v3.5.6

v3.5.5

Reactor-Core 3.5.5 is part of 2022.0.6 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades
❓ Other Changes

New Contributors

Full Changelog: reactor/reactor-core@v3.5.4...v3.5.5

v3.5.4

Reactor-Core 3.5.4 is part of 2022.0.5 Release Train.

What's Changed

✨ New features and improvements
🐞 Bug fixes
📖 Documentation, Tests and Build
🆙 Dependency Upgrades

Full Changelog: reactor/reactor-core@v3.5.3...v3.5.4

v3.5.3

Reactor-Core 3.5.3 is part of 2022.0.3 Release Train.

What's Changed

⚠️ Update considerations and deprecations
  • ensures empty inner source handled properly in case of sync fusion for concatMapIterable by @​OlegDokuka in #​3329
✨ New features and improvements
🐞 Bug fixes
🆙 Dependency Upgrades

New Contributors

Full Changelog: reactor/reactor-core@v3.5.2...v3.5.3

v3.5.2

Reactor-Core 3.5.2 is part of 2022.0.2 Release Train.

What's Changed

🐞 Bug fixes

Full Changelog: reactor/reactor-core@v3.5.1...v3.5.2

v3.5.1

Reactor-Core 3.5.1 is part of 2022.0.1 Release Train.

What's Changed

⚠️ Update considerations and deprecations
✨ New features and improvements
🐞 Bug fixe

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@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
@sonarcloud
Copy link

sonarcloud 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
@sonarcloud
Copy link

sonarcloud bot commented Jun 18, 2022

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
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

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
@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

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
@sonarcloud
Copy link

sonarcloud bot commented Apr 17, 2023

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 changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.6 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.7 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from f4d0c5a to 0efa924 Compare July 11, 2023 16:11
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.7 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.8 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 0efa924 to 7ab5bc6 Compare August 15, 2023 09:29
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.8 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.9 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 7ab5bc6 to 37a91cc Compare September 12, 2023 14:39
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.9 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.10 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 37a91cc to 7da6ed9 Compare October 10, 2023 11:16
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.10 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.11 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from 7da6ed9 to fad74b1 Compare November 14, 2023 11:20
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.11 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from fad74b1 to aae1da8 Compare December 12, 2023 12:03
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.0 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.1 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/reactor-core.version branch from aae1da8 to b0d52f8 Compare January 9, 2024 17:55
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.1 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.2 Jan 9, 2024
Copy link

sonarcloud bot commented Jan 9, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/reactor-core.version branch from b0d52f8 to dcd229d Compare March 12, 2024 12:13
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.6.2 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.4 Mar 12, 2024
@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
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.

None yet

0 participants