Releases: coursier/jni-utils
Releases · coursier/jni-utils
v0.3.3
What's Changed
- Fix off-by-one error for too long env var values by @alexarchambault in #12
Full Changelog: v0.3.2...v0.3.3
v0.3.2
- Add helper to call
GetModuleFileName
v0.3.1
Changes
- Build native library with standard Visual Studio tools (
cl
,lib
,link
) rather than mingw
v0.3.0
Changes
- Move graalvm helper classes to a dedicated
windows-jni-utils-graalvm
module - Publish
.dll
/.lib
files as is on Maven Central (.lib
being useful for static linking, with native-image for example) - Add helper method on
LoadWindowsLibrary
to disable calls toSystem.loadLibrary
(useful when static linking is used)
v0.2.5
Fixes
- Fix possible issue converting C strings to Java ones, leaving trailing '\u000's
v0.2.4
.
v0.2.3
.
v0.2.2
.
v0.2.1
Merge pull request #2 from alexarchambault/version-in-dll Put version in dll name
v0.2.0
Merge pull request #1 from alexarchambault/develop Add bootstrap / lmcoursier / coursierapi modules