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

Changes

Summary

  1. Eclipse Java-11 (min target) setting (details)
  2. Eclipse: Drop android from build-path, no more working w/ using JRE-11 from JDK-21 (details)
  3. DynamicLookupHelper: Add isOpen() (details)
  4. DynamicLibraryBundle: Expose `toolGetProcAddressHandle` and add `NativeLibrary getToolLibrary(final int i)` (details)
  5. DynamicLibraryBundle:loadLibraries(): Allow having toolLibSymbolNames.size() < toolLibNames.size() (details)
  6. Cleanup android apk task: Only leave aligned-unsigned 'name-unsigned.apk' and aligned-signed 'name.apk' (details)
Commit 2ddfb7cb34ed2015b7803a0db25f6bdba8717ea3 by Sven Gothel
Eclipse Java-11 (min target) setting
The file was modified.settings/org.eclipse.jdt.core.prefs (diff)
Commit c6f1eed53ec8c0e4810f98cb5a5866184c7ec63b by Sven Gothel
Eclipse: Drop android from build-path, no more working w/ using JRE-11 from JDK-21

Causes 'package is accessible from more than one module/source'.
The file was added.settings/org.eclipse.core.resources.prefs (diff)
The file was modified.classpath (diff)
Commit bcf3913bbe94009c9576221301dd8c2750218a7d by Sven Gothel
DynamicLookupHelper: Add isOpen()
The file was modifiedsrc/java/com/jogamp/common/os/NativeLibrary.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLookupHelper.java (diff)
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
Commit b2bf390d45d7e985f80c4ea36b5ade48726fd022 by Sven Gothel
DynamicLibraryBundle: Expose `toolGetProcAddressHandle` and add `NativeLibrary getToolLibrary(final int i)`

Exposing `toolGetProcAddressHandle` via getToolGetProcAddressHandle() allows
passing through symbol lookup throughout toolkits.
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
Commit 7bb64273dcc7d0aaa7dfb78035b8650e3121375d by Sven Gothel
DynamicLibraryBundle:loadLibraries(): Allow having toolLibSymbolNames.size() < toolLibNames.size()

Simply use null symbolName if not given for certain library bundle infos.
The file was modifiedsrc/java/com/jogamp/common/os/DynamicLibraryBundle.java (diff)
Commit 549b88f5358e7974dcde4f694f806578839776d3 by Sven Gothel
Cleanup android apk task: Only leave aligned-unsigned 'name-unsigned.apk' and aligned-signed 'name.apk'
The file was modifiedmake/jogamp-androidtasks.xml (diff)