github smallrye/smallrye-mutiny 0.18.0

latest releases: 2.6.2, 2.6.1, 2.6.0...
3 years ago

Changelog

  • #601 - Move JavaDoc for MultiOnItem.transformToUniAndConcatenate
  • #600 - JavaDoc for MultiOnItem.transformToUniAndConcatenate switched with MultiOnItem.transformToUniAndMerge?
  • #599 - how to handle multiple subscribe to a Uni
  • #596 - Bump reactor-core from 3.4.6 to 3.4.7
  • #595 - Implement Uni.replaceIfNullWith(value / supplier) shortcuts
  • #594 - Bump mockito-core from 3.11.1 to 3.11.2
  • #592 - Bump maven-dependency-plugin from 3.1.2 to 3.2.0
  • #591 - Bump mockito-core from 3.11.0 to 3.11.1
  • #587 - Bump revapi-reporter-json from 0.4.1 to 0.4.2
  • #586 - Bump revapi-maven-plugin from 0.14.2 to 0.14.3
  • #585 - Bump revapi-reporter-text from 0.14.1 to 0.14.2
  • #584 - Bump revapi-java from 0.24.1 to 0.24.2
  • #583 - Bump smallrye-parent from 27 to 28
  • #582 - Bump mockito-core from 3.10.0 to 3.11.0
  • #581 - Bump jandex-maven-plugin from 1.0.8 to 1.1.0
  • #580 - Bump smallrye-parent from 26 to 27
  • #579 - Math operators with concurrent data structures
  • #578 - Mark combinedWith as an experimental API
  • #577 - Enforce API contract on UniCombine emptiness
  • #575 - UniAndGroup never completes for empty list of unis.
  • #571 - Make sure terminal event is checked before items in math tests
  • #570 - Math operators flaky tests
  • #566 - Sonar Quality Gate fixes in math
  • #565 - Link to GitHub discussions
  • #563 - Deprecate onSubscribe() in favor or onSubscription()
  • #562 - Rename the onSubscribe group to onSubscription
  • #559 - Bump mockito-core from 3.9.0 to 3.10.0
  • #558 - Convenience combinedWith method with a class cast
  • #555 - Bump reactor-core from 3.4.5 to 3.4.6
  • #554 - ✨ Revamped README
  • #553 - Implement mathematical operators
  • #461 - Thoughts on improving combine in Uni
  • #175 - MultiCollector does not collect an empty Multi

Breaking Changes

  • method io.smallrye.mutiny.groups.MultiOnSubscribe<T> io.smallrye.mutiny.Multi<T>::onSubscription() has been introduced: Deprecated API
  • method io.smallrye.mutiny.groups.UniOnSubscribe<T> io.smallrye.mutiny.Uni<T>::onSubscription() has been introduced: Deprecated API

Don't miss a new smallrye-mutiny release

NewReleases is sending notifications on new releases.