The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0 (details)
- Fix unit test1.h (details)
- Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules (details)
- MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64 (details)
- Eclipse: Add jdt settings (details)
- Eclipse: Update settings (details)
- Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() (details)
- build.xml: Always set source w/ target version, avoid build WARNING (details)
- Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl: Remove static OSXVersion and Version* vars, add JAVA_17 and JAVA_21 flag. (details)
- SecurityUtil: Skip System's SecurityManager action for getSecurityManager() and doPrivileged() for Java17+ (details)
- TestIteratorIndexCORE: Fix template usage (details)
- TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thread()' to avoid potential Java>17 collision (JEP 361) (details)
- src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re 'const' qualifier (details)
- Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API (details)
- HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17 (details)
- Build: jogamp-env: Set minJava{8,9,11,17,21}, allowing detailed JVM attributes and reuse it. (details)
- Update Windows build/test scripts, remove 32-bit windows scripts (details)
- HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cmake version (details)
- HowToBuild: Update Debian >= 11 (details)
- android aapt: add includeAntRuntime="false" (warning off) (details)
- check-java-major-version: Add proper alt version (details)
- jogamp-androidtasks: Drop fixed 'android.api.level.min', 'use android.api.level' (default: level 24 or 'N') (details)
- jogamp-androidtasks: Update key and sign parameter: sigalg 'SHA256withRSA', keyalg 'RSA', keysize '2048', validity '365', digestalg 'SHA256' (details)
- Formatting: BindingJNILibLoader, AWTEDTExecutor (details)
- Bump cpptasks.jar, commit 19c854265956942497dc89444a9ee84f18383671 (Support native windows dll-names) (details)
- Remove Windows dll-rename, adopting to cpptasks.jar change (details)
- Windows java-win64.bat launch script: Set LIB_DIR to absolute path as required by System.load*() (details)
- NativeLibrary: Add getSystemEnvLibraryPaths(), i.e. LD_LIBRARY_PATH, PATH, .. content (details)
- NativeLibrary.enumerateLibraryPaths(): Using addPaths() ensures given 'path' is being resolved as absolute-canonical as required for System.load*() (details)
- JNILibLoaderBase.loadLibraryInternal(): Produce own detailed exception if lib couldn't be loaded (avoid showing misleading orig exception) (details)
- NativeLibrary.enumerateLibraryPaths(): Reduce relative/absolute path mapping to 'java.library.path', others are absolute (details)
- MappedByteBufferInputStream: Reduce dependency to Platform (details)