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

- Update to v3.1.10
  * Bugfixes
    + Fix GC nepotism with MpscLinkedQueue's poll logic. #7799
    + Fix FlowableBlockingIterable.onNext to set the exception
      before terminating to avoid losing it. #7789

OBS-URL: https://build.opensuse.org/request/show/1237953
OBS-URL: https://build.opensuse.org/package/show/Java:packages/rxjava?expand=0&rev=5
This commit is contained in:
2025-01-15 12:19:11 +00:00
committed by Git OBS Bridge
parent dbac2b50f4
commit 8ee46b1267
5 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 14 23:33:36 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.1.10
* Bugfixes
+ Fix GC nepotism with MpscLinkedQueue's poll logic. #7799
+ Fix FlowableBlockingIterable.onNext to set the exception
before terminating to avoid losing it. #7789
-------------------------------------------------------------------
Wed Sep 4 18:56:49 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>