Skip to content

Bump mutiny from 1.6.0 to 2.0.0#197

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.smallrye.reactive-mutiny-2.0.0
Closed

Bump mutiny from 1.6.0 to 2.0.0#197
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/io.smallrye.reactive-mutiny-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 28, 2022

Bumps mutiny from 1.6.0 to 2.0.0.

Release notes

Sourced from mutiny's releases.

2.0.0

Changelog

  • #1128 - Fix typo in Javadoc of UniCombine.any()
  • #1127 - Documentation for migrating to Mutiny 2
  • #1126 - Reduce flakyness in MultiIfNoItemTest
  • #1125 - Warning about potential multi-threading issues when not using emitOn properly
  • #1123 - Bump logback-classic from 1.4.4 to 1.4.5
  • #1122 - Static analysis pass over the code base
  • #1121 - Replace superfluous awaitility assertions in MultiIfNoItemTest
  • #1120 - 2.0 Deprecated APIs removals and experimental APIs promotions
  • #1119 - Document that UnicastProcessor cannot be re-subscribed
  • #1116 - Update README.md
  • #1112 - Avoid type cache pollution on parameter validation in UniOperatorProcessor
  • #991 - Add a 2.0 migration guide
  • #969 - UnicastProcessor cannot handle retrys
  • #943 - Reconsider and possibly remove the BOM

Breaking Changes

Change New API Justification
.+org\.reactivestreams\..+ updated to .+java\.util\.concurrent\.Flow\..+ .+java.util.concurrent.Flow..+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
method MultiIfNoItem<T> Multi<T>::ifNoItem() @ GroupedMulti<K, T> updated to method MultiIfNoItem<T> Multi<T>::ifNoItem() @ GroupedMulti<K, T> method MultiIfNoItem Multi::ifNoItem() @ GroupedMulti Experimental API promotion
method MultiIfNoItem<T> Multi<T>::ifNoItem() updated to method MultiIfNoItem<T> Multi<T>::ifNoItem() method MultiIfNoItem Multi::ifNoItem() Experimental API promotion
method UniJoin Uni<T>::join() updated to method UniJoin Uni<T>::join() method UniJoin Uni::join() Experimental API promotion
class MultiIfNoItem<T> updated to class MultiIfNoItem<T> class MultiIfNoItem Experimental API promotion
class MultiOnItemTimeout<T> updated to class MultiOnItemTimeout<T> class MultiOnItemTimeout Experimental API promotion
method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup2<T1, T2> updated to method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup2<T1, T2> method Experimental API promotion
method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup3<T1, T2, T3> updated to method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup3<T1, T2, T3> method Experimental API promotion
method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup4<T1, T2, T3, T4> updated to method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup4<T1, T2, T3, T4> method Experimental API promotion
method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup5<T1, T2, T3, T4, T5> updated to method <O, I> Uni<O> UniAndGroupIterable<T1>::combinedWith(Class<I>, Function<List<I>, O>) @ UniAndGroup5<T1, T2, T3, T4, T5> method Experimental API promotion

... (truncated)

Commits
  • cefba8f [RELEASE] - Bump version to 2.0.0
  • 4ffe995 Bumping the website version to 2.0.0
  • ee012c8 A touch of class: go brown
  • 04988f6 Merge pull request #1128 from acanda/fix/unicombine-any-javadoc
  • 3628618 Fix typo in Javadoc of UniCombine.any()
  • df6623b Merge pull request #1127 from smallrye/migration-to-2.0
  • 4646708 Documentation for migrating to Mutiny 2
  • 05aa570 Merge pull request #1126 from smallrye/flaky/ifNoItemTest
  • 5f3069c Reduce flakyness in MultiIfNoItemTest
  • fd46bdd Merge pull request #1125 from smallrye/doc/emitOn-warning
  • 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)

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

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

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 Nov 28, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 31, 2023

Superseded by #220.

@dependabot dependabot Bot closed this Jan 31, 2023
@dependabot dependabot Bot deleted the dependabot/maven/io.smallrye.reactive-mutiny-2.0.0 branch January 31, 2023 11:04
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.

0 participants