Taro L. Saito
Taro L. Saito
or https://sttp.softwaremill.com/en/stable/requests/multipart.html
https://github.com/scala-native/scala-native-loop might be useful for implementing this
SnappyLoader tries to copy a native lib inside https://github.com/xerial/snappy-java/tree/master/src/main/resources/org/xerial/snappy/native using the code at https://github.com/xerial/snappy-java/blob/v1.1.9.1/src/main/java/org/xerial/snappy/SnappyLoader.java#L361 It seems the behavior of finding resources from the classpath is different between GraalVM and JVM.
FYI: Currently, I have no idea how I can fix this issue mainly because I'm not a user of GraalVM. So I will not work on this unless there will...
It seems sqlite-jdbc, which is using the same mechanism for loading native library at runtime, can support GraalVM https://github.com/xerial/sqlite-jdbc#graalvm-native-image-support Probably we can borrow the same technique
Hi all, Although I'm the author of this library, I don't know much about GraalVM, and personally, I don't have any immediate need to support it for snappy-java. If the...
Released a new version with a fix in #590 https://github.com/xerial/snappy-java/releases/tag/v1.1.10.6
@klopfdreh Awesome! Thanks for checking. I appreciate your PR, which fixed this long-standing issue.
Related #443
I think the syntax doesn't work in JDK8/11. It's better to wrap with paren