wildfly-extras / wildfly-graphql-feature-pack

5 stars 6 forks source link

Bump mutiny from 2.1.0 to 2.3.0 #149

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps mutiny from 2.1.0 to 2.3.0.

Release notes

Sourced from mutiny's releases.

2.3.0

Changelog

  • #1308 - Fix flaky concurrent test in AppendOnlyReplayListTest
  • #1305 - Bump reactor-core from 3.5.6 to 3.5.7
  • #1304 - Fix race conditions un UniMemoizeOp
  • #1303 - Race condition in Uni memoization
  • #1302 - Bump logback-classic from 1.4.7 to 1.4.8
  • #1300 - Bump smallrye-build-parent from 39 to 40
  • #1296 - Bump version.surefire.plugin from 3.1.0 to 3.1.2
  • #1295 - Bump versions-maven-plugin from 2.15.0 to 2.16.0
  • #1292 - AssertSubscriber rework
  • #1285 - Bump maven-dependency-plugin from 3.5.0 to 3.6.0
  • #1284 - Bump requests from 2.28.1 to 2.31.0 in /documentation
  • #1283 - Bump pymdown-extensions from 9.9 to 10.0 in /documentation
  • #1266 - Disabling MultiConcatMapNoPrefetchTest in CI until 1254 has been fixed
  • #1265 - Include Java 20 in the build matrix
  • #1264 - Quick Maven build profile
  • #1263 - Fix the website deployment artefact awaiting step

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
  • 818babb [RELEASE] - Bump version to 2.3.0
  • 4c4fc0f Bumping the website version to 2.3.0
  • 1241554 Merge pull request #1308 from smallrye/fix/AppendOnlyReplayListTest-flaky-con...
  • e56c4a4 Fix flaky concurrent test in AppendOnlyReplayListTest
  • 08914da Merge pull request #1307 from smallrye/dependabot/maven/org.mockito-mockito-c...
  • 8e1d7a2 Bump mockito-core from 5.3.1 to 5.4.0
  • 7a301ec Merge pull request #1305 from smallrye/dependabot/maven/io.projectreactor-rea...
  • 4a7b817 Bump reactor-core from 3.5.6 to 3.5.7
  • 757f5b8 Merge pull request #1302 from smallrye/dependabot/maven/ch.qos.logback-logbac...
  • 7a55898 Merge pull request #1304 from smallrye/fix/1303
  • 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 #151.