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 2.1.0 to 2.2.0 #2916

Merged
merged 1 commit into from
May 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2023

Bumps mutiny from 2.1.0 to 2.2.0.

Release notes

Sourced from mutiny's releases.

2.2.0

Changelog

  • #1261 - Emit empty list when grouping item by time windows and no item in the window
  • #1258 - Use Awaitility to fix test flakyness
  • #1257 - Simplify the MultiSubscribe operator implementation
  • #1256 - Bump logback-classic from 1.4.6 to 1.4.7
  • #1255 - Fix the AssertSubscriber.assertItems error message
  • #1253 - Allow {Uni,Multi} retry policies to have an explicit scheduled executor
  • #1250 - Bump reactor-core from 3.5.4 to 3.5.5
  • #1249 - Bump mockito-core from 5.2.0 to 5.3.0
  • #1243 - Add isEmpty accessor to Multi Emitter buffer
  • #1241 - Bump maven-release-plugin from 2.5.3 to 3.0.0
  • #1237 - Remove failSeverity RevAPI XML configuration
  • #1236 - MultiCollect asSet operator
  • #1234 - Bump reactor-core from 3.5.3 to 3.5.4
  • #1233 - Bump version.surefire.plugin from 3.0.0-M9 to 3.0.0
  • #1224 - Remove documentation references to Uni::then
  • #1220 - Bump smallrye-common-annotation from 2.0.0 to 2.1.0
  • #1219 - Bump versions-maven-plugin from 2.14.2 to 2.15.0
  • #1216 - Uni to JDK Stream bridge
  • #1214 - Bump smallrye-build-parent from 38 to 39
  • #1206 - Bump smallrye-build-parent from 37 to 38

Breaking Changes

Change New API Justification
method void multi.MultiBufferWithTimeoutOp<T>::<init>(Multi<T>, int, java.time.Duration, concurrent.ScheduledExecutorService) updated to method void multi.MultiBufferWithTimeoutOp<T>::<init>(Multi<T>, int, java.time.Duration, concurrent.ScheduledExecutorService, boolean) method void multi.MultiBufferWithTimeoutOp::(Multi, int, java.time.Duration, concurrent.ScheduledExecutorService, boolean) New method adding the possibility to emit empty lists
Commits
  • fcfdfb4 [RELEASE] - Bump version to 2.2.0
  • d074311 Bumping the website version to 2.2.0
  • 69afc8d Merge pull request #1261 from cescoffier/empty-empty-list-on-no-item-in-multi...
  • e255dfd Emit empty lists in the MultiBufferWithTimeoutOp operator when no items have ...
  • 1f8aa84 Merge pull request #1259 from smallrye/dependabot/maven/org.mockito-mockito-c...
  • 290a2e5 Bump mockito-core from 5.3.0 to 5.3.1
  • 62b9a26 Merge pull request #1257 from smallrye/internal/simplify-multi-subscribe-on-op
  • 74b435a Simplify the MultiSubscribe operator implementation
  • 9c5b3e8 Merge pull request #1256 from smallrye/dependabot/maven/ch.qos.logback-logbac...
  • a44539f Merge pull request #1255 from smallrye/AssertSubscriber-fix-messages
  • 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.1.0 to 2.2.0.
- [Release notes](https://github.com/smallrye/smallrye-mutiny/releases)
- [Commits](smallrye/smallrye-mutiny@2.1.0...2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 15, 2023
@jknack jknack added this to the 3.0.0.M8 milestone May 15, 2023
@jknack jknack merged commit 9947b60 into 3.x May 15, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.smallrye.reactive-mutiny-2.2.0 branch May 15, 2023 10:19
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant