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

Change Log History

Originally from build #517

Changes
  1. android remote adb test fixes: (1) Add connect; (2) Remove overriding explicit BOOTCLASSPATH, use default. (details / cgit)
  2. Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close within the latter (details / cgit)
  3. android remote test script: panda02 is my default test machine (details / cgit)
  4. Allow GLUEGEN_CPPTASKS_FILE to be relative to gluegen.root ; Load gluegen-cpptasks-base.xml in custom files w/ gluegen.root.abs-path. (details / cgit)
  5. Fix rel GLUEGEN_CPPTASKS_FILE commit e617834dcabdb83f383a2d2a82fcd2d9d987c154 (details / cgit)
  6. Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Platform, IOUtil, .. (details / cgit)
  7. SecurityUtil: Generalize cert validation and AccessControlContext query; PropertyAccess: Fix security code, grant access to common 'trusted' properties (details / cgit)
  8. PropertyAccess: Push down 'isPropertyDefined(final String property, final boolean jnlpAlias)' for trusted properties (details / cgit)
  9. Android: New ActivityLauncher (jogamp.android-launcher.apk) (details / cgit)
  10. Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Android ClassLoaderUtil cleanup; (details / cgit)