Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2025

Bumps io.smallrye.reactive:mutiny-bom from 3.0.1 to 3.0.3.

Release notes

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

3.0.3

Changelog

🐛 Fixes

  • 0ef8ca6 race condition in Uni.combine().all(), closes #1993

🔄️ Changes

  • 90570cb minor cleanups in the Kotlin module

🧰 Tasks

release

  • 1734e54 update version metadata for Mutiny 3.0.3
  • bee345e set development version to 999-SNAPSHOT

🛠 Build

deps

  • 723798c bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2
  • a0d819e bump io.smallrye:smallrye-build-parent from 47 to 48

Contributors

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

3.0.2

Changelog

🐛 Fixes

groupBy

  • 556bc46 resolve upstream request handling issue

unscoped

  • bcec086 do not use subclasses of CompletableFuture to catch cancel

🔄️ Changes

  • c62bd5b formatting fix in MultiGroupTest.java

🧰 Tasks

release

  • f149301 update version metadata for Mutiny 3.0.2
  • 57f450f set development version to 999-SNAPSHOT

🛠 Build

deps

  • 3d731f9 bump org.codehaus.mojo:versions-maven-plugin
  • ef6995a bump actions/checkout from 5 to 6
  • e7b70f9 bump org.codehaus.mojo:versions-maven-plugin

... (truncated)

Commits
  • 1734e54 chore(release): update version metadata for Mutiny 3.0.3
  • 392fcdf Merge pull request #2015 from jponge/kotlin/cleanups-nov-25
  • e728220 Merge branch 'main' into kotlin/cleanups-nov-25
  • 5b73fee Merge pull request #2017 from smallrye/dependabot/maven/net.bytebuddy-byte-bu...
  • 723798c build(deps): bump net.bytebuddy:byte-buddy from 1.18.1 to 1.18.2
  • f1a94ee Merge pull request #2014 from jponge/fix/1993
  • 70bf5e5 Merge pull request #2016 from smallrye/dependabot/maven/io.smallrye-smallrye-...
  • a0d819e build(deps): bump io.smallrye:smallrye-build-parent from 47 to 48
  • 90570cb refactor: minor cleanups in the Kotlin module
  • 0ef8ca6 fix: race condition in Uni.combine().all()
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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-bom](https://github.com/smallrye/smallrye-mutiny) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@3.0.1...3.0.3)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny-bom
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 27, 2025
@quarkus-bot quarkus-bot bot added the area/arc Issue related to ARC (dependency injection) label Nov 27, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 28, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit effb65a.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@jponge
Copy link
Member

jponge commented Nov 28, 2025

Let me do a combined bump with the matching Vert.x Mutiny bindings

@jponge jponge closed this Nov 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@quarkus-bot quarkus-bot bot added the triage/invalid This doesn't seem right label Nov 28, 2025
@dependabot dependabot bot deleted the dependabot/maven/main/io.smallrye.reactive-mutiny-bom-3.0.3 branch November 28, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/arc Issue related to ARC (dependency injection) area/dependencies Pull requests that update a dependency file triage/flaky-test triage/invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants