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 io.smallrye.reactive:mutiny from 2.2.0 to 2.5.1 #37060

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps io.smallrye.reactive:mutiny from 2.2.0 to 2.5.1.

Release notes

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

Release 2.5.1

Changelog

🔀 Merge

  • 50184ca Merge pull request #1386 from ozangunalp/assert_subscriber_list, closes #1386
  • 99913a8 Merge pull request #1385 from smallrye/feat/cyclonedx, closes #1385
  • 729ff7f Merge pull request #1384 from smallrye/fix/jandex-plugin, closes #1384
  • 2633f79 Merge pull request #1383 from smallrye/dependabot/maven/io.smallrye-smallrye-build-parent-41, closes #1383

🚀 Features

  • 27a9111 maven: generate and attach CycloneDX SBOM to the project artifacts

🐛 Fixes

  • 5442f2c change the AssertSubscriber items list back to copyOnWrite

🧰 Tasks

  • cb90250 release: release Mutiny 2.5.1
  • 57974e1 release: set development version to 999-SNAPSHOT

🛠 Build

  • 083e3be maven: use the Jandex Maven plugin from SmallRye rather than JBoss
  • 176d791 deps: bump io.smallrye:smallrye-build-parent from 40 to 41

Contributors

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

Release 2.5.0

Changelog

🔀 Merge

  • 6c70b9c Merge pull request #1380 from smallrye/ci/no-deploy-release-on-main, closes #1380
  • be649fd Merge pull request #1376 from smallrye/ci/jreleaser-refinements, closes #1376
  • 4e9e6e5 Merge pull request #1375 from smallrye/ci/fixes-after-2.5.0-M2, closes #1375
  • 75305d0 Merge pull request #1374 from smallrye/ci/fixes-after-2.5.0-M1, closes #1374
  • 1b7c809 Merge pull request #1373 from smallrye/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.16.1, closes #1373
  • ede16dc Merge pull request #1361 from jponge/ci/ripolinage-jreleaser-le-retour, closes #1361
  • 446c3f2 Merge pull request #1369 from smallrye/docs/branching-and-reactive, closes #1369
  • ae6e097 Merge pull request #1370 from smallrye/docs/split-in-workshop, closes #1370
  • 521822f Merge pull request #1365 from smallrye/dependabot/maven/io.projectreactor-reactor-core-3.5.10, closes #1365
  • b1b7fe1 Merge pull request #1364 from jponge/feat/workshop-examples, closes #1364
  • 2c4872a Merge pull request #1360 from smallrye/doc/repeat-whilst, closes #1360
  • 7ab2878 Merge pull request #1358 from smallrye/dependabot/maven/io.smallrye.common-smallrye-common-annotation-2.1.2, closes #1358
  • 54e0100 Merge pull request #1356 from siewp/rename-UniMemoize-atLeast, closes #1356
  • aa0d546 Merge pull request #1354 from smallrye/ci/streamline-main-build, closes #1354
  • 2f0106d Merge pull request #1352 from smallrye/use-conventional-commits, closes #1352

🚀 Features

  • b4eb5ad script to update the workshop Mutiny target version

... (truncated)

Commits
  • cb90250 chore(release): release Mutiny 2.5.1
  • 50184ca Merge pull request #1386 from ozangunalp/assert_subscriber_list
  • 5442f2c fix: change the AssertSubscriber items list back to copyOnWrite
  • 99913a8 Merge pull request #1385 from smallrye/feat/cyclonedx
  • 27a9111 feat(maven): generate and attach CycloneDX SBOM to the project artifacts
  • 729ff7f Merge pull request #1384 from smallrye/fix/jandex-plugin
  • 083e3be build(maven): use the Jandex Maven plugin from SmallRye rather than JBoss
  • 2633f79 Merge pull request #1383 from smallrye/dependabot/maven/io.smallrye-smallrye-...
  • 176d791 build(deps): bump io.smallrye:smallrye-build-parent from 40 to 41
  • 57974e1 chore(release): set development version to 999-SNAPSHOT
  • 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](https://github.com/smallrye/smallrye-mutiny) from 2.2.0 to 2.5.1.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.2.0...2.5.1)

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

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

quarkus-bot bot commented Nov 14, 2023

Failing Jobs - Building a26e469

Status Name Step Failures Logs Raw logs Build scan
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 21 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 21 #

- Failing: extensions/hibernate-orm/deployment 
! Skipped: extensions/flyway/deployment extensions/hibernate-envers/deployment extensions/hibernate-reactive/deployment and 103 more

📦 extensions/hibernate-orm/deployment

io.quarkus.hibernate.orm.xml.hbm.HbmXmlFilterDefTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.QuarkusUnitTest.beforeAll(QuarkusUnitTest.java:709)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

@gsmet gsmet merged commit 78584cf into main Nov 14, 2023
50 of 51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.6 - main milestone Nov 14, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.reactive-mutiny-2.5.1 branch November 14, 2023 10:40
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 kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant