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

build(deps): bump mutiny from 1.3.1 to 1.4.0 #261

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2022

Bumps mutiny from 1.3.1 to 1.4.0.

Release notes

Sourced from mutiny's releases.

1.4.0

Changelog

  • #863 - Avoid overflow when using ChronoUnit.FOREVER with the memoize operator
  • #862 - Long overflow when using memoize() with ChronoUnit.FOREVER.getDuration()
  • #861 - Add the ability not to clear certain versions
  • #859 - Multi replay operator (experimental API)
  • #856 - Bump logback-classic from 1.2.10 to 1.2.11
  • #855 - Bump awaitility from 4.1.1 to 4.2.0
  • #854 - Run tests in random order
  • #851 - Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12
  • #849 - Bump smallrye-build-parent from 34 to 35
  • #844 - Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11
  • #842 - Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10
  • #841 - Limit the javadocs to the public API
  • #840 - Limit javadocs to the public API
  • #837 - Bump smallrye-common-annotation from 1.8.0 to 1.9.0
  • #836 - JPMS open modules do not export packages
  • #835 - Issue with the new mutiny module-info.java (1.3.1)
  • #831 - Avoid Uni.join().first(unis).toTerminate() with a concurrency limit
  • #830 - Uni.join().first(unis).toTerminate() must not support concurrency limit
  • #829 - Limit concurrency in Uni.combine().all()
  • #825 - Limit Uni.join().{all,first}() concurrency
  • #824 - Fix a Kotlin test timing issue due to slow starting coroutines
  • #822 - Bump versions-maven-plugin from 2.8.1 to 2.9.0
  • #819 - Reduce MutinySchedulerTest flakiness in CI
  • #816 - MultiAsFlowTest flaky test in CI
  • #767 - Clearing RevAPI justifications and non-main release branches
  • #699 - Uni.{join,combine} shall limit concurrency
  • #536 - Add ability to replay last N items of a Multi on subscription, or emit something predefined if nothing has been emitted yet
  • #158 - Improve combination/merging/concatenation API
Commits
  • 509627b [RELEASE] - Bump version to 1.4.0
  • c4fd4bf Bumping the website version to 1.4.0
  • 38093d1 Merge pull request #859 from smallrye/feature/multi-replay
  • 0bcbcda Multi replay operator (experimental API)
  • 91c461e Bump mockito-core from 4.3.1 to 4.4.0
  • 43c8f2c Merge pull request #864 from smallrye/dependabot/maven/org.mockito-mockito-co...
  • da99f8d Merge pull request #863 from cescoffier/fix-memoize-forever
  • 31a7147 When using memoize with ChronoUnit.FOREVER, do not check the nanos as it lead...
  • 5b94ee3 Bump mockito-core from 4.3.1 to 4.4.0
  • 8e1d9a7 Merge pull request #861 from smallrye/build/do-not-clear-compat-for-versions
  • 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.3.1 to 1.4.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.3.1...1.4.0)

---
updated-dependencies:
- dependency-name: io.smallrye.reactive:mutiny
  dependency-type: direct:production
  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 Mar 11, 2022
@aureamunoz
Copy link
Collaborator

Can we merge this one @cescoffier? @michalszynkiewicz ?

@cescoffier cescoffier merged commit 5ecf117 into main Mar 11, 2022
@cescoffier cescoffier deleted the dependabot/maven/io.smallrye.reactive-mutiny-1.4.0 branch March 11, 2022 09: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.

2 participants