Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the mutiny group with 1 update: io.smallrye.reactive:mutiny.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mutiny group with 1 update: [io.smallrye.reactive:mutiny](https://github.com/smallrye/smallrye-mutiny).


Updates `io.smallrye.reactive: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
  dependency-group: mutiny
...

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 9, 2025
@DavideD DavideD merged commit b6a86da into main Dec 9, 2025
17 checks passed
@DavideD DavideD deleted the dependabot/gradle/main/mutiny-9c3e362bec branch December 9, 2025 15:32
@DavideD
Copy link
Member

DavideD commented Dec 9, 2025

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