snappy-java
snappy-java copied to clipboard
Snappy compressor/decompressor for Java
I need to decompress some large files generated by snappyframedoutputstream, which is always over 2GB size. Currently on some small testing files FileInputStream wrapped with SnappyFramedInputStream works fine for me,...
I ran into this bug trying to get UniFi's controller working under Docker on a Raspberry Pi 1 B. It is attempting to load the wrong .so file (`arm` instead...
In SnappyOutputStream.java line 96 `int inputSize = blockSize;` inputSize must eq this.blockSize,not constructor method argument blockSize.
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.2` to `3.8.3` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.8.3) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.2...v3.8.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
Hello, when I try to use snappy-java on alpine image, I get the following error, do we have some ideas? ``` java.lang.UnsatisfiedLinkError: /tmp/snappy-1.1.10-82d62aa6-8497-418b-a504-c335a58c9f0e-libsnappyjava.so: Error relocating /lib/ld-linux-x86-64.so.2: unsupported relocation type 37...
## About this PR 📦 Updates [org.xerial.sbt:sbt-sonatype](https://github.com/xerial/sbt-sonatype) from `3.10.0` to `3.11.0` 📜 [GitHub Release Notes](https://github.com/xerial/sbt-sonatype/releases/tag/v3.11.0) - [Release Notes](https://github.com/xerial/sbt-sonatype/blob/master/ReleaseNotes.md) - [Version Diff](https://github.com/xerial/sbt-sonatype/compare/v3.10.0...v3.11.0) ## Usage ✅ **Please merge!** I'll automatically update this...
## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `1.10.1` to `1.10.2` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.8.6` to `3.9.4` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.9.4) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.8.6...v3.9.4) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
When using newly built JRE 17 for deployment in k8s, it is common to use musl as replacement for glibc. Snappy Java fail to run since it requires the glibc....
## About this PR 📦 Updates [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe) from `2025.1.1` to `2025.1.8` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.8) - [Version Diff](https://github.com/wvlet/airframe/compare/v2025.1.1...v2025.1.8) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...