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 #141

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 22, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

New Contributors

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

v3.6.2

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

v3.5.15

Compare Source

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

Compare Source

v3.5.13

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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](https://togithub.com/reactor


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 force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from d274b39 to 76fbbd3 Compare October 11, 2022 09:11
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.4.23 Update dependency io.projectreactor:reactor-core to v3.4.24 Oct 11, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 76fbbd3 to 247e1aa Compare November 8, 2022 12:07
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.4.24 Update dependency io.projectreactor:reactor-core to v3.5.0 Nov 8, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 247e1aa to eec8bf7 Compare December 13, 2022 21:23
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.0 Update dependency io.projectreactor:reactor-core to v3.5.1 Dec 13, 2022
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.1 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from eec8bf7 to 47ce956 Compare January 10, 2023 15:43
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.1 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.2 Jan 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.2 Update dependency io.projectreactor:reactor-core to v3.5.2 Jan 12, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.2 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.2 Feb 10, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.2 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.3 Feb 14, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 47ce956 to b82ae91 Compare February 14, 2023 17:10
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from b82ae91 to 38179e9 Compare February 22, 2023 17:32
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.3 Update dependency io.projectreactor:reactor-core to v3.5.3 Feb 23, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.3 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.3 Feb 23, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.3 Update dependency io.projectreactor:reactor-core to v3.5.3 Feb 24, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 38179e9 to 9cf3f5b Compare March 14, 2023 18:15
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.3 Update dependency io.projectreactor:reactor-core to v3.5.4 Mar 14, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 9cf3f5b to 0639f2f Compare April 11, 2023 17:27
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.4 Update dependency io.projectreactor:reactor-core to v3.5.5 Apr 11, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 0639f2f to 5e66271 Compare May 29, 2023 13:54
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.5 Update dependency io.projectreactor:reactor-core to v3.5.6 May 29, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 5e66271 to 5b312af Compare June 13, 2023 19:41
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.6 Update dependency io.projectreactor:reactor-core to v3.5.7 Jun 13, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.7 Update dependency io.projectreactor:reactor-core to v3.5.8 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 5b312af to 7f287c4 Compare July 11, 2023 14:56
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 7f287c4 to afd2bfb Compare August 15, 2023 10:48
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.8 Update dependency io.projectreactor:reactor-core to v3.5.9 Aug 15, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.9 fix(deps): update dependency io.projectreactor:reactor-core to v3.5.9 Aug 24, 2023
@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/io.projectreactor-reactor-core-3.x branch from afd2bfb to 4b223c8 Compare September 12, 2023 13:46
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from 4b223c8 to fb17efb Compare October 10, 2023 13:03
@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 changed the title fix(deps): update dependency io.projectreactor:reactor-core to v3.5.11 Update dependency io.projectreactor:reactor-core to v3.5.11 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from fb17efb to fb10ca3 Compare November 14, 2023 09:59
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.11 Update dependency io.projectreactor:reactor-core to v3.5.12 Nov 14, 2023
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.5.12 Update dependency io.projectreactor:reactor-core to v3.6.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from fb10ca3 to deec650 Compare November 14, 2023 14:44
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-core to v3.6.0 fix(deps): update dependency io.projectreactor:reactor-core to v3.6.0 Dec 7, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-core-3.x branch from deec650 to f0edb0e Compare December 12, 2023 10:27
@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/io.projectreactor-reactor-core-3.x branch from f0edb0e to ba9c57b Compare January 9, 2024 18:21
@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/io.projectreactor-reactor-core-3.x branch from ba9c57b to 4aab2f1 Compare March 12, 2024 10:31
@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/io.projectreactor-reactor-core-3.x branch from 4aab2f1 to 083ffdc Compare April 9, 2024 13:20
@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/io.projectreactor-reactor-core-3.x branch from 083ffdc to 89a369c Compare May 14, 2024 12:40
@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
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

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