{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl_onmaster\" build number 59",
          "upstreamBuild" : 59,
          "upstreamProject" : "jogl_onmaster",
          "upstreamUrl" : "job/jogl_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 59,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
            "branch" : [
              {
                "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
            "branch" : [
              {
                "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
        "branch" : [
          {
            "SHA1" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#59",
  "duration" : 799423,
  "estimatedDuration" : 1395812,
  "executor" : None,
  "fullDisplayName" : "jogl_onmaster » linux-x86_64-master-001 #59",
  "id" : "2014-09-08_06-17-10",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 59,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1410149830000,
  "url" : "https://jogamp.org/chuck/job/jogl_onmaster/label=linux-x86_64-master-001/59/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.win32.bat",
          "make/scripts/make.jogl.all.win64.bat"
        ],
        "commitId" : "cff998436b4e09acd0c1fc20dbf606ce38b57ff3",
        "timestamp" : 1409505463000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Scripts: Bump to java 1.8.0_20\u000a",
        "date" : "2014-08-31T19:17:43+0200",
        "id" : "cff998436b4e09acd0c1fc20dbf606ce38b57ff3",
        "msg" : "Scripts: Bump to java 1.8.0_20",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java"
        ],
        "commitId" : "3edf24ba4fdca529b25e780c2b0996ff4237d950",
        "timestamp" : 1409573683000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implementation on GL3 contexts\u000a\u000a_gl.getGL2() -> _gl.getGL2GL3()\u000a",
        "date" : "2014-09-01T14:14:43+0200",
        "id" : "3edf24ba4fdca529b25e780c2b0996ff4237d950",
        "msg" : "Bug 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "79ac86efa3f0b114ce456e7f2a8ef341932fd17c",
        "timestamp" : 1409609062000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation - Part 1/2\u000a\u000aTest enhancements triggering issue 'Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation'\u000a\u000a- TestGLProfile01NEWT: Complete GLProfile and GL-object and GLContext validation\u000a\u000a- On OpenGL ES 3.0 Mesa 10.1.4 it produces:\u000a\u000a1) test06GLProfileGL4ES3(com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT)\u000ajavax.media.opengl.GLException: GL4ES3 is neither GL4bc, GL4 nor GLES3\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.validateGLProfileGL4ES3(TestGLProfile01NEWT.java:531)\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.validateOffline(TestGLProfile01NEWT.java:708)\u000a    at com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT.test06GLProfileGL4ES3(TestGLProfile01NEWT.java:948)\u000a\u000ai.e. wrong mapping of request GL4ES3 -> GL3\u000a",
        "date" : "2014-09-02T00:04:22+0200",
        "id" : "79ac86efa3f0b114ce456e7f2a8ef341932fd17c",
        "msg" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
        ],
        "commitId" : "278a884e459b1180a947ff24edecdef1a7fc6cb7",
        "timestamp" : 1409610052000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 implementation - Part 2/2\u000a\u000a- TestGLProfile01NEWT: Allow ctx.isGLES3Compatible() and hence GL4ES3 on GL3bc and GL3\u000a\u000a- GLProfile: Remove GL4ES3 mapping using GL3bc and GL3, only GL4bc, GL4 and GLES3 are allowed in static mapping.\u000a",
        "date" : "2014-09-02T00:20:52+0200",
        "id" : "278a884e459b1180a947ff24edecdef1a7fc6cb7",
        "msg" : "Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java"
        ],
        "commitId" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
        "timestamp" : 1409611094000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4', ..) consequently using reference comparison.\u000a\u000aGLProfile already compared profile strings by reference, hence interning those strings\u000ato become canonical references was missing!\u000a\u000aConsequently using reference comparison for all profile strings in GLProfile.\u000a",
        "date" : "2014-09-02T00:38:14+0200",
        "id" : "c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983",
        "msg" : "GLProfile: Use String.intern() on static final profile strings ('GL4bc',",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-osx-x64.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit01AWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestMultipleNewtCanvasAWT.java"
        ],
        "commitId" : "9850c3a91a23983f1261cb38e4734524c67200f2",
        "timestamp" : 1409619210000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1048: Add unit tests demonstrating multiple NewtCanvasAWT instances are working\u000a\u000aEnhance following performance test cases, adding NewtCanvasAWT,\u000abeside GLCanvas and GLJPanel, 25 instances:\u000a  com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit01AWT\u000a  com.jogamp.opengl.test.junit.jogl.perf.TestPerf001GLJPanelInit02AWT\u000a\u000aAdding simple com.jogamp.opengl.test.junit.newt.TestMultipleNewtCanvasAWT\u000aw/ two instances.\u000a\u000aManually tested on GNU/Linux and OSX (java7 and java8).\u000a",
        "date" : "2014-09-02T02:53:30+0200",
        "id" : "9850c3a91a23983f1261cb38e4734524c67200f2",
        "msg" : "Bug 1048: Add unit tests demonstrating multiple NewtCanvasAWT instances",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit02AWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestMultipleNewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-osx-x64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/perf/TestPerf001GLJPanelInit01AWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLOffscreenAutoDrawableBug1044AWT.java"
        ],
        "commitId" : "70641322fc8e52417f934b452b573c9b39a734e9",
        "timestamp" : 1409621919000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug1044: Offscreen drawable AWT/ImageIO results in black image on OSX/[Java7-Java8]\u000a\u000a- Using our PNGJ writer results in proper images (RGB and RGBA) on all platforms\u000a- Seems to be a bug w/ AWT/ImageIO\u000a",
        "date" : "2014-09-02T03:38:39+0200",
        "id" : "70641322fc8e52417f934b452b573c9b39a734e9",
        "msg" : "Bug1044: Offscreen drawable AWT/ImageIO results in black image on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLOffscreenAutoDrawableBug1044AWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01bGL4.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.tep",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/newt/TestTessellationShader01GL4NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.vp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.fp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.tcp",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01aGL4.java"
        ],
        "commitId" : "dfae07ed4b0f164768c35b6e7ad008d81a3e68bb",
        "timestamp" : 1409627478000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1043 - Add Tessellation Control and Evaluation Shader Support\u000a\u000a- Add GL4.GL_TESS_CONTROL_SHADER and GL4.GL_TESS_EVALUATION_SHADER support for GLSL util class ShaderCode\u000a- Add unit test TestTessellationShader01GL4NEWT, testing TessellationShader01aGL4 and TessellationShader01bGL4\u000a",
        "date" : "2014-09-02T05:11:18+0200",
        "id" : "dfae07ed4b0f164768c35b6e7ad008d81a3e68bb",
        "msg" : "Bug 1043 - Add Tessellation Control and Evaluation Shader Support",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01aGL4.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.tcp"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/newt/TestTessellationShader01GL4NEWT.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.tep"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.vp"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01bGL4.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/shader/tess_example01.fp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "fbbc153150faecdaa7f37c15eb03fc484276bb40",
        "timestamp" : 1409627818000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after version for GLSL >= 150 allowing GLSL compatibility profile\u000a",
        "date" : "2014-09-02T05:16:58+0200",
        "id" : "fbbc153150faecdaa7f37c15eb03fc484276bb40",
        "msg" : "Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/HowToBuild.html"
        ],
        "commitId" : "9b7ab72d9b098942ee599a106b142cac8c16fd9b",
        "timestamp" : 1409711140000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "HowToBuild: Debian i386 on x64: Add symbolic links for shared libs\u000a",
        "date" : "2014-09-03T04:25:40+0200",
        "id" : "9b7ab72d9b098942ee599a106b142cac8c16fd9b",
        "msg" : "HowToBuild: Debian i386 on x64: Add symbolic links for shared libs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/HowToBuild.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile00NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "ffde09410fb78c43bd45d6c5e62606789dced6eb",
        "timestamp" : 1409744557000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983\u000a\u000aCommit c78ceb642d0ef5bb5bf27ff8ff1495175ee2e983 changed:\u000a  -    public static final String GL4   = \"GL4\";\u000a  +    public static final String GL4   = \"GL4\".intern();\u000a\u000awhich is identified by semver as incompatible,\u000adue to Bug 1059 (no more inlining of interned string references).\u000a",
        "date" : "2014-09-03T13:42:37+0200",
        "id" : "ffde09410fb78c43bd45d6c5e62606789dced6eb",
        "msg" : "Bug 1059 _and_ version-compat breackage of commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile00NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "71b8203572bc1bd63540818a9de4f927b0abebb1",
        "timestamp" : 1409772352000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding missing '@since 2.2.1' tags to ShaderCode and GLContext\u000a",
        "date" : "2014-09-03T21:25:52+0200",
        "id" : "71b8203572bc1bd63540818a9de4f927b0abebb1",
        "msg" : "Adding missing '@since 2.2.1' tags to ShaderCode and GLContext",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile00NEWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "101e229fa2f15b3492889205884ca98b1e9b3fbd",
        "timestamp" : 1409772772000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initialized\u000a",
        "date" : "2014-09-03T21:32:52+0200",
        "id" : "101e229fa2f15b3492889205884ca98b1e9b3fbd",
        "msg" : "Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile00NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/glu/mipmap/Mipmap.java"
        ],
        "commitId" : "f358c49418e95c622d50eb29f53c60dc4dbdee5b",
        "timestamp" : 1410141515000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1047 - jogamp.opengl.glu.mipmap.Mipmap now uses already parsed GL version number and GL profile selection\u000a\u000aSince Bug 1047 didn't provide a unit tests, this must be fine for now.\u000a",
        "date" : "2014-09-08T03:58:35+0200",
        "id" : "f358c49418e95c622d50eb29f53c60dc4dbdee5b",
        "msg" : "Bug 1047 - jogamp.opengl.glu.mipmap.Mipmap now uses already parsed GL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/glu/mipmap/Mipmap.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt"
        ],
        "commitId" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
        "timestamp" : 1410141545000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "LICENSE.txt: Emphasice incompatible A.7) module is OPTIONAL\u000a",
        "date" : "2014-09-08T03:59:05+0200",
        "id" : "ef7ecf76e28a89b1cdef6c3c7b4ccca123921ae1",
        "msg" : "LICENSE.txt: Emphasice incompatible A.7) module is OPTIONAL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}