Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps io.smallrye.reactive:mutiny-reactive-streams-operators from 2.5.4 to 2.5.6.

Release notes

Sourced from io.smallrye.reactive:mutiny-reactive-streams-operators's releases.

Release 2.5.6

Changelog

🔀 Merge

  • 4ff850a Merge pull request #1499 from smallrye/fix/concatmap-early-null-innerUpstream, closes #1499
  • 962d18b Merge pull request #1497 from smallrye/dependabot/maven/org.assertj-assertj-core-3.25.2, closes #1497

🐛 Fixes

  • f18296b concatMap: deadlock on inner upstream subscription
  • 796003c concatMap: check for early null inner subscriber

🧰 Tasks

  • bc3ba4f release: release Mutiny 2.5.6
  • 9dc8bdc release: set development version to 999-SNAPSHOT

🛠 Build

  • 32fdd3e deps: bump org.assertj:assertj-core from 3.25.1 to 3.25.2

Contributors

We'd like to thank the following people for their contributions: Julien Ponge

Release 2.5.5

Changelog

🔀 Merge

  • d0e0f8d Merge pull request #1495 from smallrye/fix/1494, closes #1495
  • e2bb9d9 Merge pull request #1493 from smallrye/refactor/concatmap-no-cas-on-unbounded, closes #1493

🐛 Fixes

  • be54f15 race condition on cancellation in UniCallbackSubscriber, closes #1494

🔄️ Changes

  • 4811b4b avoid a compare&swap on unbounded requests

🧰 Tasks

  • a5fca50 release: release Mutiny 2.5.5
  • b8da91f release: clear RevAPI breaking change justifications
  • c26a308 release: set development version to 999-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions: Julien Ponge

Commits
  • bc3ba4f chore(release): release Mutiny 2.5.6
  • 4ff850a Merge pull request #1499 from smallrye/fix/concatmap-early-null-innerUpstream
  • f18296b fix(concatMap): deadlock on inner upstream subscription
  • 796003c fix(concatMap): check for early null inner subscriber
  • 962d18b Merge pull request #1497 from smallrye/dependabot/maven/org.assertj-assertj-c...
  • 32fdd3e build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.2
  • 9dc8bdc chore(release): set development version to 999-SNAPSHOT
  • a5fca50 chore(release): release Mutiny 2.5.5
  • d0e0f8d Merge pull request #1495 from smallrye/fix/1494
  • be54f15 fix: race condition on cancellation in UniCallbackSubscriber
  • 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 will merge this PR once CI passes on it, as requested by @acoburn.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2024
Bumps [io.smallrye.reactive:mutiny-reactive-streams-operators](https://github.com/smallrye/smallrye-mutiny) from 2.5.4 to 2.5.6. - [Release notes](https://github.com/smallrye/smallrye-mutiny/releases) - [Commits](smallrye/smallrye-mutiny@2.5.4...2.5.6) --- updated-dependencies: - dependency-name: io.smallrye.reactive:mutiny-reactive-streams-operators dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.smallrye.reactive-mutiny-reactive-streams-operators-2.5.6 branch from 5bf7620 to e4a1463 Compare January 29, 2024 12:52
@acoburn
Copy link
Member

acoburn commented Jan 29, 2024

@dependabot merge

@dependabot dependabot bot merged commit c0c45c7 into main Jan 29, 2024
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.reactive-mutiny-reactive-streams-operators-2.5.6 branch January 29, 2024 13:01
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 java Pull requests that update Java code

2 participants