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

Changes

Summary

  1. Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward (details)
  2. FontFactory: Fix SecurityException as regression of commit (details)
Commit 84c0dcd490cc0bc0037351d899be811e830ab3fe by Sven Gothel
Graph Font: Fix API doc (parameter) ; GPUUISceneGLListener0A forward FontFactory.get(..) exception, we cannot recover in this demo
The file was modified src/jogl/classes/jogamp/graph/font/FontConstructor.java (diff)
The file was modified src/jogl/classes/jogamp/graph/font/typecast/ot/OTFontCollection.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/graph/demos/GPUUISceneGLListener0A.java (diff)
Commit 49421eac80d812e52ec1eb40e88a38f10707610f by Sven Gothel
FontFactory: Fix SecurityException as regression of commit bd24599b21f9787ac989e65b44dc1ba762162f22

- add missing PrivilegedAction around tempFile[0].delete()
The file was modified src/jogl/classes/com/jogamp/graph/font/FontFactory.java (diff)
The file was modified make/scripts/tests.sh (diff)