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 2.0.0-milestone2 to 2.0.0-milestone3 #102

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps mutiny from 2.0.0-milestone2 to 2.0.0-milestone3.

Release notes

Sourced from mutiny's releases.

2.0.0-milestone3

Changelog

  • #1114 - CI post-release minor fixes
  • #1113 - Avoid type cache pollution on parameter validation in UniOperatorProcessor
  • #1110 - Bump reactor-core from 3.4.24 to 3.5.0
  • #1106 - Kotlin - Enhance Multi.asFlow documentation with buffering note
  • #1105 - #1103 Refactor Multi.toFlow() to avoid blocking - Mutiny2
  • #1103 - kotlin Multi.asFlow() blocking the thread
  • #1101 - Bump smallrye-build-parent from 36 to 37
  • #1100 - Reduce flaky tests by increasing timeouts in CI
  • #1094 - Bump smallrye-build-parent from 36 to 37
  • #1093 - Document the usage of spies (advanced guide)
  • #1092 - Multi overflow unbounded strategy was actually bounded
  • #1089 - Bump mockito-core from 4.8.0 to 4.8.1
  • #1088 - Bump versions-maven-plugin from 2.12.0 to 2.13.0
  • #1083 - Hidden Subscription checkcast scalability issue (Fixes #1080)
  • #1082 - No documentation for Spies
  • #1080 - Scalability issue due to checkcast vs multiple & different interfaces
  • #1067 - Wrong name in parameter MultiBufferOp skip validation
  • #1065 - Bump logback-classic from 1.4.1 to 1.4.3
  • #1064 - Add Uni.replaceWithUnit and Uni builders to Kotlin module
  • #1062 - Bump kotlin.version from 1.7.10 to 1.7.20
  • #1061 - Fix description of some operator shortcuts in Javadoc
  • #1040 - MultiOverflowStrategy.buffer() no-arg method leads to usage of a fixed-size buffer despite Javadoc unbounded claim

Breaking Changes

Change New API Justification
.+org\.reactivestreams\..+ updated to .+java\.util\.concurrent\.Flow\..+ .+java.util.concurrent.Flow..+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs
.+ updated to .+ .+ Migration from the legacy Reactive Streams APIs to the Java Flow APIs

... (truncated)

Commits
  • 044a9ef [RELEASE] - Bump version to 2.0.0-milestone3
  • c8ce25e Bumping the website version to 2.0.0-milestone3
  • 71f07fd Add verbosity in post release
  • 86c9122 Merge pull request #1114 from smallrye/ci-postrelease-fixes
  • bdc00c2 Run a quick local build
  • 703eedc Post release fixes
  • 596cdba Merge pull request #1113 from Sanne/typePollution
  • 7870fec Avoid type cache pollution on parameter validation in UniOperatorProcessor
  • 05465fe Merge pull request #1110 from smallrye/dependabot/maven/io.projectreactor-rea...
  • 91292b3 Bump reactor-core from 3.4.24 to 3.5.0
  • 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 2.0.0-milestone2 to 2.0.0-milestone3.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.0.0-milestone2...2.0.0-milestone3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
@jponge jponge merged commit bc1feb0 into main Nov 14, 2022
@jponge jponge deleted the dependabot/maven/io.smallrye.reactive-mutiny-2.0.0-milestone3 branch November 14, 2022 11:36
@jponge jponge added this to the 1.0.0 milestone Nov 14, 2022
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