Accepting request 1198803 from home:urbic:branches:Java:packages

- Update to v3.1.9
  * Bugfixes
    + Fix ScheduledRunnable's interruption logic if used from a
      no-interrupt Schedulers.from. #7745
  * Documentation
    + Update the javadoc description of cast(). #7606
    + Update How-To-Use-RxJava.md (d0038c9, 6d63111)
    + Update Readme.md with reference to JavaFXScheduler.platform.
      (f822ffb)
    + Fix broken annotation links. #7652
    + Update marbles for concatMap{Single|Maybe}[DelayError] #7698

OBS-URL: https://build.opensuse.org/request/show/1198803
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rxjava?expand=0&rev=4
This commit is contained in:
2024-09-05 11:44:22 +00:00
committed by Git OBS Bridge
parent bb20692c81
commit dbac2b50f4
5 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 4 18:56:49 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.1.9
* Bugfixes
+ Fix ScheduledRunnable's interruption logic if used from a
no-interrupt Schedulers.from. #7745
* Documentation
+ Update the javadoc description of cast(). #7606
+ Update How-To-Use-RxJava.md (d0038c9, 6d63111)
+ Update Readme.md with reference to JavaFXScheduler.platform.
(f822ffb)
+ Fix broken annotation links. #7652
+ Update marbles for concatMap{Single|Maybe}[DelayError] #7698
-------------------------------------------------------------------
Thu Oct 26 07:36:32 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>