Skip to content

r1.1-21-gde8f41c4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 21:22
· 13 commits to master since this release
Ensure native libraries are loaded properly if running on OSGi

System.loadLibrary works properly in a real OSGi context in
combination with Bundle-NativeCode manifest headers. The hacky
JNIUtils with reflection and absolute paths is broken on newer
Java versions unless add-opens is added. We don't need that.