Changelog for
fastutil-8.5.12-3.12.noarch.rpm :
* Wed Sep 13 2023 Fridrich Strba
- Reproducible builds: produce reproducible manifest with bnd
* Tue Jun 06 2023 Fridrich Strba - Rewrite the build to use as much as possible the upstream targets instead of file modifications in spec- Generate OSGi manifest- Do not run tests and do not use xmvn-install in order to make the dependency chain shorter
* Fri Apr 07 2023 Anton Shvetz - 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.
* Sun Dec 11 2022 Anton Shvetz - Initial packaging with v8.5.11