snappy-java icon indicating copy to clipboard operation
snappy-java copied to clipboard

Snappy compressor/decompressor for Java

Results 68 snappy-java issues
Sort by recently updated
recently updated
newest added

I am getting this warning when building a Java project using Snappy as a module for the module system: ``` Required filename-based automodules detected: [snappy-java-1.1.10.8.jar]. Please don't publish this project...

## About this PR 📦 Updates [org.wvlet.airframe:airframe-log](https://github.com/wvlet/airframe) from `2025.1.23` to `2025.1.26` 📜 [GitHub Release Notes](https://github.com/wvlet/airframe/releases/tag/v2025.1.26) - [Version Diff](https://github.com/wvlet/airframe/compare/v2025.1.23...v2025.1.26) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

early-semver-patch
semver-spec-patch
commit-count:1
test-library-update

In the distribution jar, the files `org/xerial/snappy/native/Mac/aarch64/libsnappyjava.dylib`, `org/xerial/snappy/native/Mac/x86/libsnappyjava.jnilib`, and `org/xerial/snappy/native/Mac/x86_64/libsnappyjava.dylib`, are currently not properly signed with an Apple Developer ID. While aarch64/libsnappyjava.dylib according to the signcode command (`signcode -vvvvvv aarch64/libsnappyjava.dylib`)...

After updating our project to use snappy-java v1.1.10.8, some of our users reported an issue when starting the process: ``` Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy at tech.pegasys.teku.networking.eth2.gossip.encoding.SnappyBlockCompressor.compress(SnappyBlockCompressor.java:54)...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

library-update

This is applicable to snappy-java-1.1.10.7.jar. ``` bash-3.2$ jshell --class-path /Users//jars/snappy-java-1.1.10.7.jar | Welcome to JShell -- Version 21.0.6 | For an introduction type: /help intro jshell> import org.xerial.snappy.Snappy; import org.xerial.snappy.Snappy; jshell>...

Pen test reported DLLS missing exploitation mitigations. Scanning tool: https://github.com/microsoft/binskim Version: 1.1.10.7 x86/snappyjava.dll: - ‘No Execute’ bit - The executable does not enforce the NX bit, allowing code execution in...