Skip to content

Tags: castortech/mdbxjni

Tags

v0.11.2

Toggle v0.11.2's commit message
Updated to generate a fully valid jar with native libraries

Also on Mac we would get image not found and had to add a step to the
build to patch the library dependency information

See: https://stackoverflow.com/a/53155508/1331732 and especially
https://matthew-brett.github.io/docosx/mac_runtime_link.html

v0.11.1

Toggle v0.11.1's commit message
Force HAWTJNI strategy of temp instead of sha1

sha1 strategy is made only to support single dll and can't work when you have dependent libraries.