6 Commits

Author SHA256 Message Date
3287cb3d41 Accepting request 1237951 from home:urbic:branches:Java:packages
- Update to v8.5.15
  * Changes in version 8.5.15:
    + Fixed a very long-standing subtle bug that was causing
      unnecessary rehashings on large tables. Maximum fills and
      backing-array sizes were computed using float precision,
      rather than double precision, making it impossible to
      represent all possible sizes exactly. Thanks to Captain-S0L0
      for reporting this bug.

OBS-URL: https://build.opensuse.org/request/show/1237951
OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=7
2025-01-15 12:15:18 +00:00
22b2685188 Accepting request 1199350 from home:urbic:branches:Java:packages
- Update to v8.5.14
  * Changes in version 8.5.14:
    + Potential improvements by array caching thanks to
      mouse0w0@github.com.
    + Fixed a bug in sublist iterators of immutable lists. Thanks
      to Barak Ugav for finding and fixing this bug.
    + Implemented missing skip() and forEachRemaining() methods in
      array-based containers.
    + Fixed a bug in array-based containers that would have thrown
      the wrong exception and leave the iterator in an inconsistent
      state when removing before iterating. Thanks to Michal Frajt
      for reporting this bug.
    + Entry.setValue() now works correctly in all iterators and
      iterator-like methods of array-based maps. It was previously
      throwing an UnsupportedOperationException.
    + New methods to obtain comparators from key extractors. Thanks
      to Barak Ugav for implementing this feature.
  * Changes in version 8.5.13:
    + Thanks to Chanoch Goldfeder for fixing a number of bugs in
      ImmutableList.
    + Thanks to Barak Ugav for implementing a faster
      ArrayList.removeIf() and fixing a bug in back().

OBS-URL: https://build.opensuse.org/request/show/1199350
OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=5
2024-09-08 12:03:31 +00:00
4873238362 OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=4 2023-09-13 14:04:35 +00:00
de008bfc20 OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=3 2023-06-06 06:42:52 +00:00
f19d04adbb Accepting request 1084234 from home:urbic:branches:Java:packages
- Update to v8.5.12
  * Changes in version 8.5.12:
    + The fields of array-based containers are now protected.
    + Entry.setValue() now works correctly in all iterators and
      iterator-like methods of hash maps. Thanks to Nikita Sokolov
      for reporting that some methods (e.g., fastForEach()) were
      not supporting setValue().
    + New assertBigArray() methods help to check that arguments are
      well-formed big arrays.

OBS-URL: https://build.opensuse.org/request/show/1084234
OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=2
2023-05-03 11:57:16 +00:00
d64ca68186 Accepting request 1042229 from home:urbic:java
Submitting a new package

OBS-URL: https://build.opensuse.org/request/show/1042229
OBS-URL: https://build.opensuse.org/package/show/Java:packages/fastutil?expand=0&rev=1
2022-12-12 07:23:44 +00:00