xerial / snappy-java

Snappy compressor/decompressor for Java
Apache License 2.0
1.03k stars 231 forks source link

feat: add GraalVM support #590

Closed klopfdreh closed 1 month ago

klopfdreh commented 2 months ago

This PR adds GraalVM support to snappy-java

Documentation references:

I added the files to this specific folder as it is going to be picked up by GraalVM automatically so you don't have to use -H:ResourceConfigurationResources - see the last comments of the "Example implementation" and the link of "Native image Build Configuration"

There are no native-image.properties required.

Fixes: https://github.com/xerial/snappy-java/issues/429

xerial commented 1 month ago

Thanks. I'll ship a new version including this fix