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

Changes

Summary

  1. Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's (details)
  2. Bump scripts to jre1.8.0_66 (details)
Commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac by Sven Gothel
Bug 1268 - DynamicLibraryBundleInfo: Add NativeLibrary's
'searchSystemPath' and 'searchSystemPathFirst' attributes
NativeLibrary can be instantiate by defining
'searchSystemPath' and 'searchSystemPathFirst' arguments, allowing to
specify the system path role while looking up the library.
Since NativeLibrary is utilized via DynamicLibraryBundleInfo upstream,
the latter interface shall allow users to specify those attributes.
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2ProcAddressEmitter.java (diff)
The file was modified src/junit/com/jogamp/junit/sec/Applet01.java (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
The file was modified src/junit/com/jogamp/gluegen/test/junit/generation/Test1p2LoadJNIAndImplLib.java (diff)
The file was modified src/junit/com/jogamp/junit/sec/TestSecIOUtil01.java (diff)
The file was modified src/java/com/jogamp/common/os/DynamicLibraryBundleInfo.java (diff)
The file was modified src/java/com/jogamp/common/os/NativeLibrary.java (diff)
Commit 7a12c273df90f41485f16e69d9680cb08fc7672f by Sven Gothel
Bump scripts to jre1.8.0_66
The file was modified make/scripts/make.gluegen.all.win64.bat (diff)
The file was modified make/scripts/java-win32.bat (diff)
The file was modified make/scripts/java-win64.bat (diff)
The file was modified make/scripts/make.gluegen.all.win32.bat (diff)