{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by Geolykt"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/experiment/micromixin/j8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
            "branch" : [
              {
                "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
                "name" : "refs/remotes/origin/experiment/micromixin/j8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
            "branch" : [
              {
                "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
                "name" : "refs/remotes/origin/experiment/micromixin/j8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
        "branch" : [
          {
            "SHA1" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
            "name" : "refs/remotes/origin/experiment/micromixin/j8"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/stianloader/Starloader.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#28",
  "duration" : 19496,
  "estimatedDuration" : 21864,
  "executor" : None,
  "fullDisplayName" : "launcher-micromixin #28",
  "id" : "28",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 28,
  "queueId" : 59,
  "result" : "SUCCESS",
  "timestamp" : 1719350470383,
  "url" : "https://stianloader.org/jenkins/job/launcher-micromixin/28/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/geolykt/starloader/mod/ExtensionManager.java"
        ],
        "commitId" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
        "timestamp" : 1719350159000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
          "fullName" : "Geolykt"
        },
        "authorEmail" : "admin@geolykt.de",
        "comment" : "Fixed dependencies not being resolved properly\u000a\u000aExtension classloaders were stored in a weak map.\u000aHowever, the issue was that the key was basically guaranteed to be gone near-instantly,\u000athus causing the entry to be deleted off the map and the ExtensionManager believing\u000athat dependents don't have the needed dependencies available.\u000a\u000aThat being said, this bug existed since day 1 and I am extremely surprised\u000aI only discovered this bug now. Could have been JVM-specific? But even that\u000ais a bit of a stretch to the point that I'd blame a bad commit from the previous\u000adays, but that is extremely unlikely to be the cause. Oh well.\u000a",
        "date" : "2024-06-25 23:15:59 +0200",
        "id" : "de9b66d592ebcd12cf2358e31a942db404c1b025",
        "msg" : "Fixed dependencies not being resolved properly",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/geolykt/starloader/mod/ExtensionManager.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
      "fullName" : "Geolykt"
    }
  ]
}