aboutsummaryrefslogtreecommitdiff
path: root/reactive
AgeCommit message (Expand)Author
2024-05-10Merge remote-tracking branch 'origin/master' into developDmitry Khalanskiy
2024-05-07Use consistent indentation in our documentation (#4122)Vsevolod Tolstopyatov
2024-04-25Fix broken API reference links to the Project Reactor Javadoc (#4111)Dmitry Khalanskiy
2024-04-09Simplify code around JobSupport (#4079)Dmitry Khalanskiy
2024-03-01Bump Kover version to `0.8.0-Beta` (#4055)Sergey Shanshin
2024-02-15Don't say that job completion causes `CancellationException`Dmitry Khalanskiy
2024-01-30Separate test facilities into a separate module and clean upDmitry Khalanskiy
2024-01-29Translate *.gradle to *.gradle.ktsDmitry Khalanskiy
2024-01-29Move *.gradle to *.gradle.ktsDmitry Khalanskiy
2024-01-25Update the copyright notices to the new requirements (#4016)Dmitry Khalanskiy
2023-12-21Update to Gradle 8 (#3966)Vsevolod Tolstopyatov
2023-11-27Add INVISIBLE_REFERENCE to every INVISIBLE_MEMBER suppressionDmitry Khalanskiy
2023-05-09Upgraded Kover version to 0.7.0-Beta (#3734)Sergey Shanshin
2023-03-03Promote deprecation levels for 1.7.0 (#3637)Vsevolod Tolstopyatov
2023-02-21Add explicit module-info.java for JPMS compatibility (#3629)Vsevolod Tolstopyatov
2023-02-13Introduce fast and scalable channels (#3103)Nikita Koval
2023-01-13Promote @FlowPreview API to stable/experimental (#3548)Vsevolod Tolstopyatov
2022-12-13Fix a suppressed warningDmitry Khalanskiy
2022-12-07Update Kotlin to 1.8.0-Beta (#3549)Vsevolod Tolstopyatov
2022-11-21Fix Java targetCompatibility was not configured in kotlinx-coroutines-jdk9 mo...Yahor Berdnikau
2022-10-19Make Mono.awaitSingleOrNull wait for onComplete() (#3489)dkhalanskyjb
2022-09-28Adjust Gradle configuration and introduce allWarningsAsErrors (#3466)Vsevolod Tolstopyatov
2022-09-20Introduce non-nullable types in reactive integrations where appropriate (#3393)Vsevolod Tolstopyatov
2022-08-04New `select` and `Mutex` implementations (#3020)Nikita Koval
2022-08-04Update Kover to 0.6.0-Beta (#3386)Vsevolod Tolstopyatov
2022-07-12Merge remote-tracking branch 'origin/master' into developDmitry Khalanskiy
2022-07-12Update binary compatibility validator to 0.11.0 (#3362)Vsevolod Tolstopyatov
2022-07-08Comply with Subscriber rule 2.7 in the `await*` impl (#3360)Yehor Kulbachka
2022-06-27Docs: use kotlinlang for APIzoobestik
2022-05-17Update to Gradle 7.4.2, Kotlin 1.6.21, other plugin updates (#3281)Wojtek Kaliciński
2022-02-21Provide a way to use CoroutineDispatcher as an Rx's Scheduler.rechee
2022-02-16Update Kover to 0.5.0 (#3183)Vsevolod Tolstopyatov
2022-02-01Coverage: improve test coverage, disable deprecations, add missing test… (#...Vsevolod Tolstopyatov
2021-11-21Merge branch 'master' into developVsevolod Tolstopyatov
2021-11-17Remove deprecation leftovers in reactive modulesVsevolod Tolstopyatov
2021-11-17Update Kotlin to 1.6.0 (#3027)Vsevolod Tolstopyatov
2021-11-17Fix deprecation errorVsevolod Tolstopyatov
2021-11-16Promote deprecation levels for release 1.6.0 (#3024)Vsevolod Tolstopyatov
2021-11-15Add missing indent to error message (#3022)Niklas Wünsche
2021-10-20Mutex.onLock deprecation (#2850)Vsevolod Tolstopyatov
2021-10-11Promote the following experimental API to stable (#2971)Vsevolod Tolstopyatov
2021-07-08General cleanup (#2809)Vsevolod Tolstopyatov
2021-07-06Upgrade to newest Dokka and Knit (#2805)Vsevolod Tolstopyatov
2021-06-04Update reactive streams JAR version (#2744)Vsevolod Tolstopyatov
2021-05-13Fix a flaky test (#2677)dkhalanskyjb
2021-05-13Fix sample code for ReactorContext (#2682)dkhalanskyjb
2021-04-23Remove the @ExperimentalCoroutinesApi annotation from reactive integrations (...dkhalanskyjb
2021-04-22Fixes for the reactive integrations (#2617)dkhalanskyjb
2021-04-22Add a way to construct ReactorContext from ContextView (#2622)dkhalanskyjb
2021-04-21Deprecate awaitSingleOr*, specialize some await* functions for Mono and Maybe...dkhalanskyjb