Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps io.smallrye.reactive:mutiny from 3.0.3 to 3.1.0.

Release notes

Sourced from io.smallrye.reactive:mutiny's releases.

3.1.0

Changelog

🚀 Features

  • 9690251 flag to control the Infrastructure executor shutdown on update
  • e5ff7cf add demand pausing operator with pauseDemand group in Multi

🐛 Fixes

  • 95dfed7 demand pauser clear queue inside drain loop to avoid concurrent read access

🔄️ Changes

  • 215e727 optimize Uni.await() for known item/failure

🧰 Tasks

release

  • c119c91 update version metadata for Mutiny 3.1.0
  • 63d988c set development version to 999-SNAPSHOT
  • 578e119 update version metadata for Mutiny 3.0.3
  • 7578ac8 set development version to 999-SNAPSHOT

🛠 Build

deps

  • f618b43 bump io.projectreactor:reactor-core from 3.7.13 to 3.8.0

unscoped

  • 21b3a50 no need to handle the BOM apart
  • 56f3116 have the BOM being generated

Contributors

We'd like to thank the following people for their contributions: Julien Ponge, Martin Kouba, Ozan Gunalp

Commits
  • c119c91 chore(release): update version metadata for Mutiny 3.1.0
  • 7eff163 Merge pull request #1997 from smallrye/dependabot/maven/io.projectreactor-rea...
  • 967bfbb Merge pull request #2023 from jponge/build/generate-bom
  • 21b3a50 build: no need to handle the BOM apart
  • 56f3116 build: have the BOM being generated
  • 245cffe Merge pull request #2019 from mkouba/uni-await-opt
  • 215e727 perf: optimize Uni.await() for known item/failure
  • b758f47 Merge pull request #2021 from ozangunalp/pauser_clear_queue_fix
  • 95dfed7 fix: demand pauser clear queue inside drain loop to avoid concurrent read access
  • e698c3a Merge pull request #2020 from jponge/feat/infra-executor-shutdown
  • 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 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)

Bumps [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 8, 2025
@jponge jponge merged commit 0625fc0 into main Dec 8, 2025
3 checks passed
@jponge jponge deleted the dependabot/maven/io.smallrye.reactive-mutiny-3.1.0 branch December 8, 2025 13:32
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants