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

Changes

Summary

  1. Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() (details)
  2. Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API (details)
  3. Windows: Use mingw32-make.exe (details)
  4. Update Windows build scripts (details)
  5. check-java-major-version.sh: Use unique output to validate one class version used (52 for Java8) (details)
Commit 7e6319105d606706cc3154af2213125b72e85066 by Sven Gothel
Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()
The file was modifiedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/java/jogamp/openal/Debug.java (diff)
Commit 30368d69ec33f006b901c6888ce9876c12b0e6af by Sven Gothel
Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API
The file was modifiedmake/scripts/make.joal.all.win64.bat (diff)
The file was modifiedmake/scripts/make.joal.all.ios.arm64.sh (diff)
The file was modifiedmake/scripts/make.joal.all.win32.bat (diff)
The file was modified.gitignore (diff)
The file was modifiedmake/scripts/make.joal.all.macosx.sh (diff)
The file was modifiedmake/scripts/make.joal.all.ios.amd64.sh (diff)
Commit 3054edbdf08cb484a632cd1e2915001a7e8d72a6 by Sven Gothel
Windows: Use mingw32-make.exe
The file was modifiedmake/build.xml (diff)
Commit fcfc7688c54988acb420f30fbda226fd2368c04f by Sven Gothel
Update Windows build scripts
The file was removedmake/scripts/make.joal.all.win32.bat (diff)
The file was modifiedmake/scripts/make.joal.all.win64.bat (diff)
Commit b420bdc90195bf952050a77d3b6fb33497bb3590 by Sven Gothel
check-java-major-version.sh: Use unique output to validate one class version used (52 for Java8)
The file was modifiedmake/scripts/check-java-major-version.sh (diff)