You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v1.1.10.8
New features:
- Add support for x64 systems using musl (#632)
Improvements:
- Add Java 24 to CI test matrix
- Update Scala to 3.7.1
- Update various dependencies
- Improve CI workflows and development documentation
- Remove problematic OOM catch handling
Merge pull request from GHSA-55g7-9cwv-5qfv
* Validate chunk size to be within a configured maximum
* Add constructors to have max size configurable
* Code cleanup
* Use 512MB for consistency
---------
Co-authored-by: Taro L. Saito <leo@xerial.org>
CI Fix to Prevent Checks Dealing with Large Array Sizes (#459)
* Fix spacing with comment
* Updated code
* Test: Added Assume catches for each failed tests
* Added and implemented separate method to check if System CI is false
* Added a null check to ensure assumingCIIsFalse() method runs locally as well
* Changed assumeTrue to assumeFalse
Fix java8 compatibility (#390)
* ByteBuffer.limit() compiled with JDK9+ shows java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer; error in JDK8
* Set --release 8 JDK option
* Do not use --release 8 option in JDK8