Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps mutiny-bom from 1.2.0 to 1.3.1.

Release notes

Sourced from mutiny-bom's releases.

1.3.1

Changelog

  • #817 - MultiOnRetry is ignoring the onFailure predicate
  • #815 - Fix RevAPI filtering new syntax
  • #810 - Bump maven-jar-plugin from 3.2.1 to 3.2.2
  • #809 - Limit workflow concurrency (main CI/CD + PR check workflows)
  • #808 - Improve breaking changes presentation
  • #806 - Bump maven-jar-plugin from 3.2.0 to 3.2.1
  • #804 - Magic sauce to nicely format RevAPI changes in GitHub releases

Breaking Changes

Change New API Justification
method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>) updated to method void MultiRetry<T>::<init>(Multi<T>, Predicate<? super Throwable>, Predicate<? super Throwable>) method void MultiRetry::(Multi, Predicate) MultiRetry is an operator class (not user facing). The change adds support for the onFailure predicate

1.3.0

Changelog

  • #803 - Bring back the JUnit5 RS TCK shim
  • #802 - Remove deprecated RevAPI configuration for filtering and reporting
  • #799 - Bump testng from 7.4.0 to 7.5
  • #798 - Uni memoization is not experimental anymore
  • #797 - GitBlameDeprecated: refactor to a blame deprecated / experimental API tool
  • #796 - Round of deprecation removals and misc cleanups ahead of 1.3.0
  • #795 - 1.3.0 round of deprecation removals
  • #794 - Profile to run the RS TCK TestNG tests in parallel
  • #793 - Remove reactive-streams-junit5-tck and switch back to plain RS TestNG TCK
  • #792 - Bump assertj-core from 3.21.0 to 3.22.0
  • #791 - Bump dokka-maven-plugin from 1.6.0 to 1.6.10
  • #790 - Update Coroutines to 1.6.0, Kotlin API to 1.5 and refactored tests
  • #786 - Multi from repeating with delay causes Zombie Thread
  • #782 - Extract TCK tests to a separate Maven module and remove reactive-streams-junit5-tck using a TestNG JUnit5 runner
  • #781 - Properly propagate Multi cancellation to Flow when using Flow.asMulti
  • #776 - Context support
  • #774 - Reactivate dokka for all JDK versions
  • #773 - Rework the module-info declarations to be fully open modules
  • #772 - Update Kotlin and Dokka to 1.6.0
  • #770 - Parallel tests execution
  • #769 - Reduce tests flakiness, especially in CI / constrained environments
  • #757 - Context support
  • #755 - test(kotlin): create test to cancel deferred
  • #739 - Export less packages in module-info or open them all

Breaking Changes

Change New API Justification
method void UniAwait<T>::<init>(Uni<T>) updated to method void UniAwait<T>::<init>(Uni<T>, Context) method void UniAwait::(Uni, Context) Private API impacted by the new Mutiny context support
method void UniAwaitOptional<T>::<init>(Uni<T>) updated to method void UniAwaitOptional<T>::<init>(Uni<T>, Context) method void UniAwaitOptional::(Uni, Context) Private API impacted by the new Mutiny context support

... (truncated)

Commits
  • 39f2c33 [RELEASE] - Bump version to 1.3.1
  • 448357d Bumping the website version to 1.3.1
  • d6a9dd5 Merge pull request #817 from cescoffier/missing-on-failure-predicate-multi-retry
  • d963c73 MultiOnRetry was ignoring the onFailure predicate.
  • 6e0581d Merge pull request #815 from smallrye/build/revapi-new-syntax-fixes
  • 81e67bc Fix RevAPI filtering new syntax
  • a9eb989 Merge pull request #813 from smallrye/doc/rebls-paper
  • bfb737d Mention the REBLS paper
  • 0705b60 Update README.adoc
  • 64f8245 Merge pull request #810 from smallrye/dependabot/maven/org.apache.maven.plugi...
  • 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 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 Feb 1, 2022
@hantsy
Copy link
Owner

hantsy commented Feb 1, 2022

@dependabot rebase

Bumps [mutiny-bom](https://github.com/smallrye/smallrye-mutiny) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.2.0...1.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/smallrye-mutiny/io.smallrye.reactive-mutiny-bom-1.3.1 branch from fbf9daf to d55c83d Compare February 1, 2022 07:18
@hantsy hantsy merged commit ace5024 into master Feb 1, 2022
@hantsy hantsy deleted the dependabot/maven/smallrye-mutiny/io.smallrye.reactive-mutiny-bom-1.3.1 branch February 1, 2022 07:28
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