{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 948",
          "upstreamBuild" : 948,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 948,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
            "branch" : [
              {
                "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
            "branch" : [
              {
                "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
        "branch" : [
          {
            "SHA1" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 263,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 167481,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 macos-x86_64",
  "id" : "948",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 948,
  "queueId" : 58,
  "result" : "SUCCESS",
  "timestamp" : 1674264524087,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=macos-x86_64/948/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml",
          "doc/HowToBuild.html",
          "make/jogamp-env.xml",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "2fc456b93588f9a6973403cb27409bbf54ecbef4",
        "timestamp" : 1673714504000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0\u000a",
        "date" : "2023-01-14 17:41:44 +0100",
        "id" : "2fc456b93588f9a6973403cb27409bbf54ecbef4",
        "msg" : "MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
        ],
        "commitId" : "f41dbbef593d037b45517665f3eb7940f8c0b1c5",
        "timestamp" : 1673714533000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix unit test1.h\u000a",
        "date" : "2023-01-14 17:42:13 +0100",
        "id" : "f41dbbef593d037b45517665f3eb7940f8c0b1c5",
        "msg" : "Fix unit test1.h",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath"
        ],
        "commitId" : "ef21430be4da6f4fe95e99e2dd492074776e55f6",
        "timestamp" : 1673714567000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules\u000a",
        "date" : "2023-01-14 17:42:47 +0100",
        "id" : "ef21430be4da6f4fe95e99e2dd492074776e55f6",
        "msg" : "Eclipse: Use JDK 1.8.0 JRE container to avoid Java 11 modules",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".classpath"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html",
          "make/scripts/make.macosx.jdk_lipo_libs.sh"
        ],
        "commitId" : "03666ee78db829a00a120a1a60464615f1b0e8d5",
        "timestamp" : 1673716421000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64\u000a",
        "date" : "2023-01-14 18:13:41 +0100",
        "id" : "03666ee78db829a00a120a1a60464615f1b0e8d5",
        "msg" : "MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/make.macosx.jdk_lipo_libs.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".settings/org.eclipse.jdt.ui.prefs",
          ".settings/org.eclipse.jdt.core.prefs"
        ],
        "commitId" : "ad7a72a72ec14d453554a3380985f18ce31195f1",
        "timestamp" : 1673716453000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Eclipse: Add jdt settings\u000a",
        "date" : "2023-01-14 18:14:13 +0100",
        "id" : "ad7a72a72ec14d453554a3380985f18ce31195f1",
        "msg" : "Eclipse: Add jdt settings",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".settings/org.eclipse.jdt.core.prefs"
          },
          {
            "editType" : "add",
            "file" : ".settings/org.eclipse.jdt.ui.prefs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath"
        ],
        "commitId" : "8edb09f4851a713b0e9817b4d2f081e0de86eaf3",
        "timestamp" : 1673724980000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Eclipse: Update settings\u000a",
        "date" : "2023-01-14 20:36:20 +0100",
        "id" : "8edb09f4851a713b0e9817b4d2f081e0de86eaf3",
        "msg" : "Eclipse: Update settings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".classpath"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/SecurityUtil.java",
          "src/java/com/jogamp/common/util/IntIntHashMap.java",
          "src/java/com/jogamp/common/nio/Buffers.java",
          "src/java/com/jogamp/common/net/GenericURLStreamHandlerFactory.java",
          "src/java/jogamp/common/Debug.java",
          "src/java/jogamp/common/os/PlatformPropsImpl.java",
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "src/java/com/jogamp/common/util/IOUtil.java",
          "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java",
          "src/java/com/jogamp/common/os/Platform.java",
          "src/junit/com/jogamp/gluegen/test/junit/generation/BindingJNILibLoader.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java",
          "src/java/com/jogamp/common/util/PropertyAccess.java",
          "src/java/com/jogamp/common/util/UnsafeUtil.java"
        ],
        "commitId" : "1396c3ca6fc675dcf4bdea708c8a8c89d481e3b8",
        "timestamp" : 1673728169000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()\u000a",
        "date" : "2023-01-14 21:29:29 +0100",
        "id" : "1396c3ca6fc675dcf4bdea708c8a8c89d481e3b8",
        "msg" : "Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/nio/Buffers.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/Platform.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/net/GenericURLStreamHandlerFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/PropertyAccess.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IOUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/gluegen/runtime/ProcAddressTable.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/Debug.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/UnsafeUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/SecurityUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntIntHashMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/BindingJNILibLoader.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "853361a9fecdf1def9e7c25c8917207ca3e70a3b",
        "timestamp" : 1673748529000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "build.xml: Always set source w/ target version, avoid build WARNING\u000a",
        "date" : "2023-01-15 03:08:49 +0100",
        "id" : "853361a9fecdf1def9e7c25c8917207ca3e70a3b",
        "msg" : "build.xml: Always set source w/ target version, avoid build WARNING",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionUtil.java",
          "make/scripts/setenv-build-jogamp-x86.sh",
          "make/scripts/make.gluegen.all.linux-x86_64.sh",
          "make/scripts/setenv-build-jogamp-x86_64.sh",
          "make/jogamp-env.xml",
          "src/java/jogamp/common/os/PlatformPropsImpl.java"
        ],
        "commitId" : "32c3fbccac055b3fc878f53dfb385d00d6789c7d",
        "timestamp" : 1673748810000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl: Remove static OSXVersion and Version* vars, add JAVA_17 and JAVA_21 flag.\u000a\u000aPlatformPropsImpl's static OSXVersion is JOGL specific and will be moved into its GLContextImpl.\u000a\u000aPlatformPropsImpl's static Version are not required and eats up memory where it can be used transitionary.\u000a",
        "date" : "2023-01-15 03:13:30 +0100",
        "id" : "32c3fbccac055b3fc878f53dfb385d00d6789c7d",
        "msg" : "Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl: Remove static OSXVersion and Version* vars, add JAVA_17 and JAVA_21 flag.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.linux-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-build-jogamp-x86_64.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-build-jogamp-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/common/os/PlatformPropsImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/SecurityUtil.java"
        ],
        "commitId" : "c965bcf2b8cce8f81e2abc64b8960b653ddf5c00",
        "timestamp" : 1673748869000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "SecurityUtil: Skip System's SecurityManager action for getSecurityManager() and doPrivileged() for Java17+\u000a",
        "date" : "2023-01-15 03:14:29 +0100",
        "id" : "c965bcf2b8cce8f81e2abc64b8960b653ddf5c00",
        "msg" : "SecurityUtil: Skip System's SecurityManager action for getSecurityManager() and doPrivileged() for Java17+",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/SecurityUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestIteratorIndexCORE.java"
        ],
        "commitId" : "3818ed8cd00af3b145d9c95ca2287dc0a2d57957",
        "timestamp" : 1673748893000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestIteratorIndexCORE: Fix template usage\u000a",
        "date" : "2023-01-15 03:14:53 +0100",
        "id" : "3818ed8cd00af3b145d9c95ca2287dc0a2d57957",
        "msg" : "TestIteratorIndexCORE: Fix template usage",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestIteratorIndexCORE.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/locks/TestRecursiveThreadGroupLock01.java",
          "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
        ],
        "commitId" : "1ff1f894b3edc4c241b580a38e8f1439ad2c531e",
        "timestamp" : 1673748975000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thread()' to avoid potential Java>17 collision (JEP 361)\u000a",
        "date" : "2023-01-15 03:16:15 +0100",
        "id" : "1ff1f894b3edc4c241b580a38e8f1439ad2c531e",
        "msg" : "TestRecursiveLock01, TestRecursiveThreadGroupLock01: 'yield()' -> 'yield_thread()' to avoid potential Java>17 collision (JEP 361)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestRecursiveThreadGroupLock01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/locks/TestRecursiveLock01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
        ],
        "commitId" : "0ee82236f503008d8421804760eda4750ee77d3a",
        "timestamp" : 1673749000000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re 'const' qualifier\u000a",
        "date" : "2023-01-15 03:16:40 +0100",
        "id" : "0ee82236f503008d8421804760eda4750ee77d3a",
        "msg" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h: Fix warnings re 'const' qualifier",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/gluegen/test/junit/generation/test1.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.ios.amd64.sh",
          "make/scripts/make.gluegen.all.win64.bat",
          "make/scripts/make.gluegen.all.ios.arm64.sh",
          ".gitignore",
          "make/scripts/make.gluegen.all.win32.bat",
          "make/scripts/make.gluegen.all.macosx.sh"
        ],
        "commitId" : "af39597583ec0c9783e343cb5f3defdd2c211971",
        "timestamp" : 1673752098000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API\u000a",
        "date" : "2023-01-15 04:08:18 +0100",
        "id" : "af39597583ec0c9783e343cb5f3defdd2c211971",
        "msg" : "Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.ios.arm64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.ios.amd64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html"
        ],
        "commitId" : "ac87bf4604aee7654b4954473f6cc498785de771",
        "timestamp" : 1673754523000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17\u000a",
        "date" : "2023-01-15 04:48:43 +0100",
        "id" : "ac87bf4604aee7654b4954473f6cc498785de771",
        "msg" : "HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "4b90062c9452379ab6cea5ac23976a9f112798ed",
        "timestamp" : 1673986690000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Build: jogamp-env: Set minJava{8,9,11,17,21}, allowing detailed JVM attributes and reuse it.\u000a",
        "date" : "2023-01-17 21:18:10 +0100",
        "id" : "4b90062c9452379ab6cea5ac23976a9f112798ed",
        "msg" : "Build: jogamp-env: Set minJava{8,9,11,17,21}, allowing detailed JVM attributes and reuse it.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.gluegen.all.win64.bat",
          "make/scripts/java-win64.bat",
          "make/scripts/runtest-x32.bat",
          "make/scripts/make.gluegen.all.win32.bat",
          "make/scripts/java-win32.bat",
          "make/scripts/test-win32-smb_share.bat"
        ],
        "commitId" : "ce34e9e03775908ae88c6aea73f758fca28f501d",
        "timestamp" : 1673986746000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Update Windows build/test scripts, remove 32-bit windows scripts\u000a",
        "date" : "2023-01-17 21:19:06 +0100",
        "id" : "ce34e9e03775908ae88c6aea73f758fca28f501d",
        "msg" : "Update Windows build/test scripts, remove 32-bit windows scripts",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/scripts/make.gluegen.all.win32.bat"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/java-win32.bat"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/runtest-x32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64.bat"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/test-win32-smb_share.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html"
        ],
        "commitId" : "d549076e2d4f01f4c21500bce2784aa912d91b61",
        "timestamp" : 1673986808000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cmake version\u000a",
        "date" : "2023-01-17 21:20:08 +0100",
        "id" : "d549076e2d4f01f4c21500bce2784aa912d91b61",
        "msg" : "HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS cmake version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html"
        ],
        "commitId" : "5b6b1f8ce6b6be0d5da02eaa7048325fd6353568",
        "timestamp" : 1673994368000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HowToBuild: Update Debian >= 11\u000a",
        "date" : "2023-01-17 23:26:08 +0100",
        "id" : "5b6b1f8ce6b6be0d5da02eaa7048325fd6353568",
        "msg" : "HowToBuild: Update Debian >= 11",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "e943520e7f327294e2002246fe229f692877c034",
        "timestamp" : 1674184253000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "android aapt: add includeAntRuntime=\"false\" (warning off)\u000a",
        "date" : "2023-01-20 04:10:53 +0100",
        "id" : "e943520e7f327294e2002246fe229f692877c034",
        "msg" : "android aapt: add includeAntRuntime=\"false\" (warning off)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/check-java-major-version.sh"
        ],
        "commitId" : "0ee21c35bff99abd2e7d34184003d9cf1ef80831",
        "timestamp" : 1674184273000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "check-java-major-version: Add proper alt version\u000a",
        "date" : "2023-01-20 04:11:13 +0100",
        "id" : "0ee21c35bff99abd2e7d34184003d9cf1ef80831",
        "msg" : "check-java-major-version: Add proper alt version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/check-java-major-version.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml",
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "6a215f61d7aa882f4f02b031b015a678525c8642",
        "timestamp" : 1674188805000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "jogamp-androidtasks: Drop fixed 'android.api.level.min', 'use android.api.level' (default: level 24 or 'N')\u000a",
        "date" : "2023-01-20 05:26:45 +0100",
        "id" : "6a215f61d7aa882f4f02b031b015a678525c8642",
        "msg" : "jogamp-androidtasks: Drop fixed 'android.api.level.min', 'use android.api.level' (default: level 24 or 'N')",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-androidtasks.xml"
        ],
        "commitId" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
        "timestamp" : 1674188902000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "jogamp-androidtasks: Update key and sign parameter: sigalg 'SHA256withRSA', keyalg 'RSA', keysize '2048', validity '365', digestalg 'SHA256'\u000a",
        "date" : "2023-01-20 05:28:22 +0100",
        "id" : "3987a767d0edeaf74a23ea5d4d9c4793f4c3c8c1",
        "msg" : "jogamp-androidtasks: Update key and sign parameter: sigalg 'SHA256withRSA', keyalg 'RSA', keysize '2048', validity '365', digestalg 'SHA256'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-androidtasks.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}