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

Bump reactor-core from 3.4.13 to 3.5.3 in /java #253

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2023

Bumps reactor-core from 3.4.13 to 3.5.3.

Release notes

Sourced from reactor-core's releases.

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 fixes

📖 Documentation, Tests and Build

New Contributors

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

v3.5.0

Reactor-Core 3.5.0 is part of 2022.0.0 Release Train.

This is the first GA release of 2022.0.0 🎉

This note focuses on 3.5.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.25.

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

  • The Mono stack is now more lazy and complies to the Reactive Streams specification by only evaluating the source Publisher after receiving appropriate demand. Previously this usually happened during subscription time.
  • We reworked the metrics utilities. Please consult the reference documentation for more details.
  • A new context-propagation library has become an important part of the Reactor and Micrometer backbone to allow bridging between reactive and ThreadLocal contextual metadata. Reactor supports this bridging as soon as context-propagation library is present at runtime. Read more in the reference documentation.

... (truncated)

Commits
  • d1c5c1c [release] Prepare and release 3.5.3 (follow-up)
  • 5311afa [release] Prepare and release 3.5.3
  • 841b189 Merge-ignore release 3.4.27 into 3.5.3
  • 16c95c2 [release] Next development version 3.4.28-SNAPSHOT
  • cb43648 [release] Prepare and release 3.4.27
  • 5d3a6b5 Context propagation with automatic ThreadLocals restoration (#3335)
  • d3b4956 Merge #3353 into 3.5.3
  • 2ce1640 ensures exception is caught if inner fused for FlatMap #3353
  • 51991b8 ensures exception is caught if inner fused for FlatMap (#3351)
  • 3dbc070 Upgrade Micrometer dependencies (#3344)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.13 to 3.5.3.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.4.13...v3.5.3)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2023

Dependabot tried to add @cmgrote as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/IBM/watson-data-api-clients/pulls/253/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the IBM/watson-data-api-clients repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants