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

Update dependency io.projectreactor:reactor-test to v3.6.6 #9

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 24, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.projectreactor:reactor-test 3.3.2.RELEASE -> 3.6.6 age adoption passing confidence

Release Notes

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

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

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

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

Compare Source

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
  • Remove Tra

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.

@coveralls
Copy link

coveralls commented Feb 24, 2020

Coverage Status

Coverage remained the same at 0.0% when pulling 0301167 on renovate/io.projectreactor-reactor-test-3.x into 31b32b5 on master.

@sonarcloud
Copy link

sonarcloud bot commented Feb 24, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from c029107 to 080451a Compare March 23, 2020 16:28
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.3.3.RELEASE Update dependency io.projectreactor:reactor-test to v3.3.4.RELEASE Mar 23, 2020
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 080451a to 9bc5719 Compare May 7, 2020 18:55
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.3.4.RELEASE Update dependency io.projectreactor:reactor-test to v3.3.5.RELEASE May 7, 2020
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.3.5.RELEASE Update dependency io.projectreactor:reactor-test to v3.3.7.RELEASE Jul 1, 2020
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 9bc5719 to 4054a9d Compare July 1, 2020 03:55
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 4054a9d to 586a2a3 Compare August 25, 2020 02:59
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.3.7.RELEASE Update dependency io.projectreactor:reactor-test to v3.3.9.RELEASE Aug 25, 2020
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 586a2a3 to 493b997 Compare October 29, 2020 15:57
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.3.9.RELEASE Update dependency io.projectreactor:reactor-test to v3.4.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 493b997 to 2c3206d Compare December 8, 2020 23:58
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.0 Update dependency io.projectreactor:reactor-test to v3.4.1 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 2c3206d to 5da2d6f Compare January 23, 2021 03:59
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.1 Update dependency io.projectreactor:reactor-test to v3.4.2 Jan 23, 2021
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 5da2d6f to ad7ae66 Compare April 26, 2021 14:39
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.2 Update dependency io.projectreactor:reactor-test to v3.4.5 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from ad7ae66 to 0301167 Compare May 15, 2021 21:15
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.5 Update dependency io.projectreactor:reactor-test to v3.4.6 May 15, 2021
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 0301167 to 42194de Compare October 18, 2021 22:45
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.6 Update dependency io.projectreactor:reactor-test to v3.4.11 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 42194de to 00ec41b Compare March 7, 2022 08:55
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.11 Update dependency io.projectreactor:reactor-test to v3.4.15 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 00ec41b to 7c2561c Compare March 26, 2022 13:11
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.15 Update dependency io.projectreactor:reactor-test to v3.4.16 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 7c2561c to 672a25a Compare April 24, 2022 23:41
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.16 Update dependency io.projectreactor:reactor-test to v3.4.17 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 672a25a to a9e634b Compare May 15, 2022 20:31
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.4.17 Update dependency io.projectreactor:reactor-test to v3.4.18 May 15, 2022
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.4 Update dependency io.projectreactor:reactor-test to v3.5.5 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 66eb181 to 0087196 Compare May 28, 2023 11:33
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.5 Update dependency io.projectreactor:reactor-test to v3.5.6 May 28, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 0087196 to 094aa6a Compare June 13, 2023 22:04
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.6 Update dependency io.projectreactor:reactor-test to v3.5.7 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 094aa6a to f7bdc5d Compare July 11, 2023 16:30
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.7 Update dependency io.projectreactor:reactor-test to v3.5.8 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from f7bdc5d to 8685811 Compare August 15, 2023 09:44
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.8 Update dependency io.projectreactor:reactor-test to v3.5.9 Aug 15, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 8685811 to edc314c Compare September 12, 2023 12:36
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.9 Update dependency io.projectreactor:reactor-test to v3.5.10 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from edc314c to 68ec475 Compare October 10, 2023 12:45
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.10 Update dependency io.projectreactor:reactor-test to v3.5.11 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 68ec475 to fce6f87 Compare November 14, 2023 09:58
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.11 Update dependency io.projectreactor:reactor-test to v3.5.12 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from fce6f87 to 78385a0 Compare November 14, 2023 14:33
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.5.12 Update dependency io.projectreactor:reactor-test to v3.6.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 78385a0 to 787b36a Compare December 12, 2023 13:28
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.0 Update dependency io.projectreactor:reactor-test to v3.6.1 Dec 12, 2023
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 787b36a to 951ef3e Compare January 9, 2024 19:23
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.1 Update dependency io.projectreactor:reactor-test to v3.6.2 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 951ef3e to 9c33701 Compare March 12, 2024 08:40
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.2 Update dependency io.projectreactor:reactor-test to v3.6.3 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from 9c33701 to e21b979 Compare March 12, 2024 12:38
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.3 Update dependency io.projectreactor:reactor-test to v3.6.4 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from e21b979 to b4fc4af Compare April 9, 2024 13:35
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.4 Update dependency io.projectreactor:reactor-test to v3.6.5 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/io.projectreactor-reactor-test-3.x branch from b4fc4af to 1881c60 Compare May 14, 2024 11:43
@renovate renovate bot changed the title Update dependency io.projectreactor:reactor-test to v3.6.5 Update dependency io.projectreactor:reactor-test 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

1 participant