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 1.4.0 to 1.5.0 #63

Merged
merged 1 commit into from
May 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps mutiny from 1.4.0 to 1.5.0.

Release notes

Sourced from mutiny's releases.

1.5.0

Changelog

  • #924 - Upgrade to smallrye-common-annotation 1.12.0 with correct module info
  • #920 - Remove some lambda expressions
  • #912 - Bump reactor-core from 3.4.17 to 3.4.18
  • #910 - Bump testng-engine from 1.0.1 to 1.0.2
  • #908 - Allow to set timeout in UniCreate.future
  • #907 - Add a link to the public API / Javadocs
  • #906 - Update shortcuts.adoc to show the parenthesis of the uni.eventually shortcut
  • #905 - Context passing guide- Context.of not existing
  • #904 - Bump dokka-maven-plugin from 1.6.20 to 1.6.21
  • #903 - Bump mockito-core from 4.4.0 to 4.5.1
  • #902 - Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13
  • #895 - Upgrade to Smallrye Commons Annotations with JPMS module descriptor
  • #894 - Bump kotlinx-coroutines-core from 1.6.0 to 1.6.1
  • #893 - Bump version.surefire.plugin from 3.0.0-M5 to 3.0.0-M6
  • #892 - Bump kotlin.version from 1.6.10 to 1.6.20
  • #890 - Use Maven 3.8.5
  • #887 - Fix the capping operators outstanding demand management
  • #886 - New demand capping operator shall accumulate demand and not just cap it
  • #884 - Promote spies to a stable API
  • #883 - Move io.smallrye.mutiny.operators.multi.processors to the public API
  • #882 - Document the Git commit requirements
  • #881 - BroadcastProcessor package is not exported
  • #880 - Conflict resolution when collecting into a Map
  • #879 - Misc fixes to .build/BlameAPI.java
  • #878 - Promote spies as a stable API
  • #877 - New experimental demand capping operators
  • #876 - Add the missing CheckReturnValue annotations to the Multi replay operator API
  • #875 - New Multi demand pacing operator
  • #874 - MultiReplay misses @CheckReturnValue annotations
  • #873 - Demand caping operator
  • #872 - Demand pacing operator
  • #871 - Bump reactor-core from 3.4.15 to 3.4.16
  • #870 - Bump versions-maven-plugin from 2.9.0 to 2.10.0
  • #869 - Bump maven-dependency-plugin from 3.2.0 to 3.3.0
  • #867 - Document creating Multis from a generator
  • #866 - Mention Multi.createFrom().generator() in creating-multis doc

Breaking Changes

Change New API Justification
method <T> Multi<T> MultiReplay::ofMulti(Multi<T>) updated to method <T> Multi<T> MultiReplay::ofMulti(Multi<T>) method Multi MultiReplay::ofMulti(Multi) Not breaking. The annotation was missing and has now be added.
method <T> Multi<T> MultiReplay::ofSeedAndMulti(Iterable<T>, Multi<T>) updated to method <T> Multi<T> MultiReplay::ofSeedAndMulti(Iterable<T>, Multi<T>) method Multi MultiReplay::ofSeedAndMulti(Iterable, Multi) Not breaking. The annotation was missing and has now be added.
method MultiReplay MultiReplay::upTo(long) updated to method MultiReplay MultiReplay::upTo(long) method MultiReplay MultiReplay::upTo(long) Not breaking. The annotation was missing and has now be added.
method MultiDemandPacing<T> Multi<T>::paceDemand() has been introduced method MultiDemandPacing Multi::paceDemand() New Multi paceDemand experimental operator
method Multi<T> Multi<T>::capDemandsUsing(LongFunction<Long>) has been introduced method Multi Multi::capDemandsUsing(LongFunction) New Multi capDemandsUsing experimental operator
interface Spy updated to interface Spy interface Spy Not breaking. Experimental promotion.
Commits
  • 65bb8f0 [RELEASE] - Bump version to 1.5.0
  • fd6fd93 Bumping the website version to 1.5.0
  • e056cb0 Merge pull request #924 from smallrye/sc-1.12
  • aa97228 Upgrade to smallrye-common-annotation 1.12.0 with correct module info
  • 94c4809 Merge pull request #920 from geoand/no-such-method-error
  • f488f46 Remove some lambda expressions
  • 8104d1a Merge pull request #908 from nryanov/future-with-timeout
  • a00b637 Allow to set timeout in UniCreate.future
  • e4a6e41 Merge pull request #912 from smallrye/dependabot/maven/io.projectreactor-reac...
  • 076ab47 Bump reactor-core from 3.4.17 to 3.4.18
  • 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.4.0 to 1.5.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.4.0...1.5.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 May 23, 2022
@jponge jponge added this to the 0.4.0 milestone May 23, 2022
@jponge jponge merged commit 3d364fd into main May 23, 2022
@jponge jponge deleted the dependabot/maven/io.smallrye.reactive-mutiny-1.5.0 branch May 23, 2022 12:46
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.

1 participant