Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Unstable

Changes

Summary

  1. NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, (details)
  2. JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' (details)
  3. SingletonInstanceServerSocket: composite thread name w/ leading original (details)
Commit b669435d277a10e6163034aba286ecccce013f69 by Sven Gothel
NativeLib: Fix OSX lib name detection; JarUtil extract: at copy entry, mkdir of parent if !exist
The file was modifiedsrc/java/com/jogamp/common/util/JarUtil.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/NativeLibrary.java (diff)
Commit 7d7b08a246a3173b204ecbb467f9d11d3f1c394f by Sven Gothel
JNILibLoaderBase: Add convenient method to addNativeJarLibs for 'all' and 'atomic' variants
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
Commit 7df49ff336ce1cfe3280de66c840681c21987bfb by Sven Gothel
SingletonInstanceServerSocket: composite thread name w/ leading original one
The file was modifiedsrc/java/jogamp/common/util/locks/SingletonInstanceServerSocket.java (diff)