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

Changes

Summary

  1. TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's (details)
  2. Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from (details)
  3. Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults (details)
  4. Better DEBUG output (details)
Commit 9da5bc1fe999caa924bd8dceafeff93ddf9d16a0 by Sven Gothel
TempJarCache/JNILibLoaderBase: Validate the to be loader JarFile's Certificates if caller has any. Add Convenient JNILibLoaderBase.addNativeJarLibs(..) method.
The file was modifiedsrc/junit/com/jogamp/common/util/TestTempJarCache.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/cache/TempJarCache.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/Platform.java (diff)
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/JarUtil.java (diff)
Commit 0a54e4b8e2923d1c4eb5847a397906fb783a10d3 by Sven Gothel
Moved JVMUtil to private package; Invoke JVMUtil.initSingleton() from Platform static init after loading native library.
The file was modifiedsrc/java/com/jogamp/common/os/Platform.java (diff)
The file was modifiedmake/build.xml (diff)
The file was removedsrc/native/common/JVM_Tool.c (diff)
The file was removedsrc/java/com/jogamp/common/jvm/JVMUtil.java (diff)
The file was addedsrc/java/jogamp/common/jvm/JVMUtil.java (diff)
The file was addedsrc/native/common/JVMUtil.c (diff)
Commit 609e649443f900116039cda7a1bc7c9359b0242f by Sven Gothel
Add boolean system property 'jogamp.gluegen.UseTempJarCache', defaults to 'true' - allowing to disable usage of TempJarCache.
The file was modifiedsrc/java/jogamp/common/Debug.java (diff)
The file was modifiedmake/scripts/runtest.sh (diff)
The file was modifiedsrc/java/com/jogamp/common/os/Platform.java (diff)
The file was modifiedsrc/java/com/jogamp/common/jvm/JNILibLoaderBase.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/cache/TempFileCache.java (diff)
The file was modifiedsrc/java/com/jogamp/common/util/JarUtil.java (diff)