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

Changes

Summary

  1. Move implementation private files from com.jogamp.<module>.impl. to (details)
  2. Move implementation private files from com.jogamp.<module>.impl. to (details)
  3. Add privileged decoration around library loading (details)
Commit 9d86a3325899606693ec1d9c42be64dc9f33ac9a by Sven Gothel
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<module> (1/2) - rename files

- com.jogamp.openal.impl                     -> jogamp.openal

This sorts implementation details from the top level, ie skipping the public 'com',
allowing a better seperation of public classes and implementation details
and also reduces strings.

This approach of public/private seperation is also used in the OpenJDK.
The file was addedsrc/java/jogamp/openal/ALCImpl.java (diff)
The file was removedsrc/java/com/jogamp/openal/impl/Debug.java (diff)
The file was removedsrc/java/com/jogamp/openal/impl/ALCImpl.java (diff)
The file was removedsrc/java/com/jogamp/openal/impl/ALDynamicLibraryBundleInfo.java (diff)
The file was addedsrc/java/jogamp/openal/Debug.java (diff)
The file was addedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
Commit eafc9a55cd9ba31709bc45aebd063ff8c2c7d781 by Sven Gothel
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<module> (2/2) - edit files

- jogamp.openal                     -> jogamp.openal

This sorts implementation details from the top level, ie skipping the public 'com',
allowing a better seperation of public classes and implementation details
and also reduces strings.

This approach of public/private seperation is also used in the OpenJDK.
The file was modifiedsrc/java/jogamp/openal/ALCImpl.java (diff)
The file was modifiedsrc/java/jogamp/openal/ALDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/java/com/jogamp/openal/ALFactory.java (diff)
The file was modifiedsrc/java/jogamp/openal/Debug.java (diff)
The file was modifiedsrc/native/almisc.c (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/joal.cfg (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/joal-alc.cfg (diff)
Commit b014a46d18d593136640c928f790494fc33a6d1e by Sven Gothel
Add privileged decoration around library loading
The file was modifiedmake/joal-common-CustomJavaCode.java (diff)