Antonio Muñoz

Results 10 comments of Antonio Muñoz

try to add this option to your nativeImage configuration: s"-H:JNIConfigurationFiles=${(Compile / resourceDirectory).value / "jni-config.json"}", Had a similar problem and it was fixed with this option:

Cofree was already implemented

Sorry, but currently it's not supported

Thanks a lot for your feedback. I will take a look to your implementation. Kind regards!

@thimmwork I think you can use the property `org.xerial.snappy.lib.name` to overwrite the default value.

It's more related to reusing the same HttpServer instance between tests 🤦‍♂

I created an issue in dbeaver: https://github.com/dbeaver/dbeaver/issues/38488

I verified that in version 25.1.1 the issue has been solved

this is the repo to reproduce the issue: https://github.com/tonivade/compress-plugin-issue

Ok, I think I found the root cause I have enabled by default in my gradle.properties the gradle configuration cache. When I disable it everything works fine. :sob: