Skip to content

Reactor Addons 3.3.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@simonbasle simonbasle released this 10 May 10:11

Reactor-Core 3.3.0.M1 is part of Dysprosium-M1 Release Train.

This first milestone of the 3.3.x cycle, containing a few new features, as well as the removal of the logback module and the deprecation of local Kotlin extensions.

⚠️ Update considerations and deprecations

  • The reactor-logback module support has ended and has been removed (d3e5029)
  • Local Kotlin extensions are now deprecated (ca0c90c, #208)
  • This release train contains the new reactor-kotlin-extensions artifact, which will regroup all Kotlin extensions and future Kotlin-related work

✨ New features and improvements

  • Add Reactor-to-RxJava2 Schedulers adapters (#202)
  • Declare an Java9 JPMS Automatic-Module-Name for extra and adapter (#205)
  • TopicProcessor/WorkQueueProcessor have been moved from reactor-core to reactor-extra (9653bf5, 3d10d1d)
  • A copy of the processors actually stayed in reactor-core, but is deprecated

👍 Thanks to the following contributors that also participated to this release

@akarnokd