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

Changes

Summary

  1. NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking (details)
  2. NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread (details)
  3. AWTRobotUtil.*KeyPress/Release: Remove waitForIdle(robot), but call per (details)
  4. TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus (details)
  5. TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus (details)
Commit a584e5dd4b40afec3cc04e1ce4abe3eb2f86e04c by Sven Gothel
NEWT: EDTUtil.invokeStop(..) gets 'wait' argument, allowing non-blocking shutdown. DisplayImpl.shutdownAll(): Don't block.
The file was modifiedsrc/newt/classes/jogamp/newt/DefaultEDTUtil.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/swt/SWTEDTUtil.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/DisplayImpl.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/awt/AWTEDTUtil.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/util/EDTUtil.java (diff)
Commit cc64ad2b1f7904af4e7bd27e927e0bb331db782b by Sven Gothel
NEWT WindowImpl/GLWindow: @ JVM Shutdown, force stop animation thread w/o blocking.
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
Commit 7e0e2ea04e619b2731c55fa86f1af42df920de65 by Sven Gothel
AWTRobotUtil.*KeyPress/Release: Remove waitForIdle(robot), but call per use case instead.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodeModifiersAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/swt/TestNewtCanvasSWTBug628ResizeDeadlockAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventAutoRepeatAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyCodesAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/event/TestNewtKeyEventOrderAWT.java (diff)
Commit d3e5d510e30c207654301f60e2f7261e289d9e63 by Sven Gothel
TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traversal validation checks.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
Commit 7fe9adcd1e8649dca84d180102ed14f55a9963cb by Sven Gothel
TestFocus02SwingAWTRobot: Fix Java7 'changed behavior': Relax focus traversal validation checks.
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)