wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Bump mutiny from 0.14.0 to 2.2.0 #137

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mutiny from 0.14.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

2.1.0

Changelog

  • #1201 - Bump rxjava from 3.1.5 to 3.1.6
  • #1198 - Bump microprofile-reactive-streams.version from 2.0 to 3.0
  • #1185 - Bump assertj-core from 3.24.0 to 3.24.1
  • #1182 - Ensure Uni.eventually() also handles cancellation signals
  • #1179 - Simplify QA steps in the main branch workflow
  • #1178 - Maven wrapper update
  • #1172 - Bump testng from 7.7.0 to 7.7.1
  • #1171 - Bump smallrye-context-propagation from 1.2.2 to 2.0.0
  • #1168 - Bump mockito-core from 4.10.0 to 4.11.0
  • #1167 - Bump versions-maven-plugin from 2.14.1 to 2.14.2
  • #1166 - Do not check dependencies in RevAPI
  • #1165 - Update transforming-items-asynchronously.md
  • #1162 - Upgrade to TestNG 7.7.0
  • #1156 - Bump reactor-core from 3.5.0 to 3.5.1
  • #1155 - Bump versions-maven-plugin from 2.13.0 to 2.14.0
  • #1154 - Upgrade RevAPI v28
  • #1153 - Bump certifi from 2022.9.24 to 2022.12.7 in /documentation
  • #1144 - Report concurrent onNext signals in HalfSerializer

... (truncated)

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)
dependabot[bot] commented 1 year ago

Superseded by #149.