github smallrye/smallrye-mutiny 2.2.0

latest releases: 2.6.2, 2.6.1, 2.6.0...
17 months ago

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

Don't miss a new smallrye-mutiny release

NewReleases is sending notifications on new releases.