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 mutiny from 0.15.0 to 0.16.0 #16856

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2021

Bumps mutiny from 0.15.0 to 0.16.0.

Release notes

Sourced from mutiny's releases.

0.16.0

Changelog

  • #531 - Fix incomplete AssertJ API usage
  • #530 - Change the default infrastructure pool to be a cached thread pool instead of the fork/join
  • #528 - Update MicroProfile Reactive Streams Operators to version 2.0
  • #526 - New approach for the awaitItems method in the AssertSubscriber
  • #525 - Multiple upstream requests in the multi.collect().last() operator
  • #524 - Fix duplicate items issue when create a multi from a collection
  • #522 - Bump mockito-core from 3.8.0 to 3.9.0
  • #520 - Fix race condition when waiting for items in the MultiGroupTest
  • #518 - Fix race condition when waiting for items in the MultiGroupTest
  • #517 - #516 Let MultiMerge.streams accept Iterable
  • #516 - Discrepancy between MultiConcat and MultiMerge

Breaking Changes

  • parameter <T> io.smallrye.mutiny.Multi<T> io.smallrye.mutiny.groups.MultiMerge::streams(===java.lang.Iterable<org.reactivestreams.Publisher<T>>===) updated to parameter <T> io.smallrye.mutiny.Multi<T> io.smallrye.mutiny.groups.MultiMerge::streams(===java.lang.Iterable<? extends org.reactivestreams.Publisher<T>>===): Align concatenation and merge APIs
Commits
  • a0288a8 [RELEASE] - Bump version to 0.16.0
  • 0360a62 Bumping the website version to 0.16.0
  • f3d1abd Merge pull request #531 from smallrye/fix/incomplete-assertj-usage
  • eb55d26 Fix incomplete AssertJ API usage
  • 425d20d Merge pull request #530 from smallrye/change-default-thread-pool
  • ba56fdd Change the default infrastructure pool to be a cached thread pool instead of ...
  • 7859825 Merge pull request #528 from smallrye/update-to-reactive-streams-operators-2.0
  • 5f29ef5 Update MicroProfile Reactive Streams Operators to version 2.0
  • 3f48621 Merge pull request #525 from smallrye/multi-collect-last-invalid-requests
  • 68e96b3 Merge pull request #524 from smallrye/multi-from-collection-dups-on-request-m...
  • 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 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 the area/dependencies Pull requests that update a dependency file label Apr 27, 2021
@geoand
Copy link
Contributor

geoand commented Apr 28, 2021

@cescoffier @jponge I'll let you guys do the honors here :)

@jponge
Copy link
Member

jponge commented Apr 28, 2021

Superseded by #16848 😉

@jponge jponge closed this Apr 28, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

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 Apr 28, 2021
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.reactive-mutiny-0.16.0 branch April 28, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file triage/invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants