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 version.smallrye-mutiny from 1.4.0 to 1.7.0 #1496

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps version.smallrye-mutiny from 1.4.0 to 1.7.0.
Updates mutiny from 1.4.0 to 1.7.0

Release notes

Sourced from mutiny's releases.

1.7.0

Changelog

  • #998 - Concatmap no prefetch – backport 1.x

1.6.0

Changelog

  • #957 - 1.6.0 backports

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

... (truncated)

Commits
  • 25fd47d [RELEASE] - Bump version to 1.7.0
  • 95f07ed Bumping the website version to 1.7.0
  • da3d6b4 Merge pull request #998 from ozangunalp/concatmap_no_prefetch_1.7
  • 99fc9db ConcatMap operator without prefetch, separate from the flatMap implementation.
  • 66fb23e Set revapi oldVersion for 1.x release
  • 740ab36 Combined upgrades of RevAPI 0.27.0
  • 67a9fe7 Bump jandex-maven-plugin from 1.2.2 to 1.2.3
  • acf30f5 Bump smallrye-common-annotation from 1.12.0 to 1.13.0
  • 87eb9a9 Bumping the website version to 1.6.0
  • 66d4028 Disable website deployment on 0.x / 1.x tags
  • Additional commits viewable in compare view

Updates mutiny-smallrye-context-propagation from 1.4.0 to 1.7.0

Release notes

Sourced from mutiny-smallrye-context-propagation's releases.

1.7.0

Changelog

  • #998 - Concatmap no prefetch – backport 1.x

1.6.0

Changelog

  • #957 - 1.6.0 backports

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

... (truncated)

Commits
  • 25fd47d [RELEASE] - Bump version to 1.7.0
  • 95f07ed Bumping the website version to 1.7.0
  • da3d6b4 Merge pull request #998 from ozangunalp/concatmap_no_prefetch_1.7
  • 99fc9db ConcatMap operator without prefetch, separate from the flatMap implementation.
  • 66fb23e Set revapi oldVersion for 1.x release
  • 740ab36 Combined upgrades of RevAPI 0.27.0
  • 67a9fe7 Bump jandex-maven-plugin from 1.2.2 to 1.2.3
  • acf30f5 Bump smallrye-common-annotation from 1.12.0 to 1.13.0
  • 87eb9a9 Bumping the website version to 1.6.0
  • 66d4028 Disable website deployment on 0.x / 1.x tags
  • Additional commits viewable in compare view

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 `version.smallrye-mutiny` from 1.4.0 to 1.7.0.

Updates `mutiny` from 1.4.0 to 1.7.0
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.4.0...1.7.0)

Updates `mutiny-smallrye-context-propagation` from 1.4.0 to 1.7.0
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@1.4.0...1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 9, 2022
@phillip-kruger phillip-kruger added this to the 2.0.0 milestone Aug 9, 2022
@phillip-kruger phillip-kruger merged commit 8dda0e7 into main Aug 9, 2022
@dependabot dependabot bot deleted the dependabot/maven/version.smallrye-mutiny-1.7.0 branch August 9, 2022 09:34
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