reactor / reactor-kotlin-extensions

Reactor Kotlin Support
Apache License 2.0
139 stars 21 forks source link

Deprecate extensions for RxJava2, Repeat and Retry #46

Closed simonbasle closed 2 years ago

simonbasle commented 2 years ago

This PR marks RxJava2Adapter, Retry and Repeat extensions as deprecated, to be removed in 1.3.0 at the earliest.

This removal will probably occur at the earliest in order to remove dependencies to external libraries and to soon-to-be-deleted addons.

Fixes #31.