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.17.0 to 0.18.0 #445

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2021

Bumps mutiny from 0.17.0 to 0.18.0.

Release notes

Sourced from mutiny's releases.

0.18.0

Changelog

  • #601 - Move JavaDoc for MultiOnItem.transformToUniAndConcatenate
  • #600 - JavaDoc for MultiOnItem.transformToUniAndConcatenate switched with MultiOnItem.transformToUniAndMerge?
  • #599 - how to handle multiple subscribe to a Uni
  • #596 - Bump reactor-core from 3.4.6 to 3.4.7
  • #595 - Implement Uni.replaceIfNullWith(value / supplier) shortcuts
  • #594 - Bump mockito-core from 3.11.1 to 3.11.2
  • #592 - Bump maven-dependency-plugin from 3.1.2 to 3.2.0
  • #591 - Bump mockito-core from 3.11.0 to 3.11.1
  • #587 - Bump revapi-reporter-json from 0.4.1 to 0.4.2
  • #586 - Bump revapi-maven-plugin from 0.14.2 to 0.14.3
  • #585 - Bump revapi-reporter-text from 0.14.1 to 0.14.2
  • #584 - Bump revapi-java from 0.24.1 to 0.24.2
  • #583 - Bump smallrye-parent from 27 to 28
  • #582 - Bump mockito-core from 3.10.0 to 3.11.0
  • #581 - Bump jandex-maven-plugin from 1.0.8 to 1.1.0
  • #580 - Bump smallrye-parent from 26 to 27
  • #579 - Math operators with concurrent data structures
  • #578 - Mark combinedWith as an experimental API
  • #577 - Enforce API contract on UniCombine emptiness
  • #575 - UniAndGroup never completes for empty list of unis.
  • #571 - Make sure terminal event is checked before items in math tests
  • #570 - Math operators flaky tests
  • #566 - Sonar Quality Gate fixes in math
  • #565 - Link to GitHub discussions
  • #563 - Deprecate onSubscribe() in favor or onSubscription()
  • #562 - Rename the onSubscribe group to onSubscription
  • #559 - Bump mockito-core from 3.9.0 to 3.10.0
  • #558 - Convenience combinedWith method with a class cast
  • #555 - Bump reactor-core from 3.4.5 to 3.4.6
  • #554 - ✨ Revamped README
  • #553 - Implement mathematical operators
  • #461 - Thoughts on improving combine in Uni
  • #175 - MultiCollector does not collect an empty Multi

Breaking Changes

  • method io.smallrye.mutiny.groups.MultiOnSubscribe<T> io.smallrye.mutiny.Multi<T>::onSubscription() has been introduced: Deprecated API
  • method io.smallrye.mutiny.groups.UniOnSubscribe<T> io.smallrye.mutiny.Uni<T>::onSubscription() has been introduced: Deprecated API
Commits
  • f242903 [RELEASE] - Bump version to 0.18.0
  • 78f302a Bumping the website version to 0.18.0
  • 8279074 Merge pull request #601 from oliver-brm/main
  • 9196669 closes #600 - move JavaDoc for MultiOnItem.transformToUniAndConcatenate and M...
  • ea0ced0 Merge pull request #596 from smallrye/dependabot/maven/io.projectreactor-reac...
  • e1f06d6 Bump reactor-core from 3.4.6 to 3.4.7
  • 3f4cb66 Merge pull request #595 from smallrye/feature/uni-replaceIfNullWith
  • 090e423 Added Uni missing shortcuts documentation
  • 067cd11 Implement Uni.replaceIfNullWith(value / supplier) shortcuts
  • 2b06033 Merge pull request #594 from smallrye/dependabot/maven/org.mockito-mockito-co...
  • 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 0.17.0 to 0.18.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@0.17.0...0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2021
@Ladicek Ladicek added this to the 5.1.1 milestone Jun 29, 2021
@Ladicek Ladicek merged commit a81747e into main Jun 29, 2021
@Ladicek Ladicek deleted the dependabot/maven/io.smallrye.reactive-mutiny-0.18.0 branch June 29, 2021 07:35
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant