Tags: PeterDubec/snappy-java
Tags
Update native libraries for 4b2c1e8 (xerial#521) Co-authored-by: xerial <[email protected]>
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 <[email protected]>
Update native libraries for de674f6 (xerial#482) Co-authored-by: xerial <[email protected]>
CI Fix to Prevent Checks Dealing with Large Array Sizes (xerial#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 (xerial#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
PreviousNext