{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ledsoft"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 8,
      "buildableTimeMillis" : 8,
      "buildingDurationMillis" : 406920,
      "executingTimeMillis" : 406920,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8309,
      "waitingTimeMillis" : 8309
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/development" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 676,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
            "branch" : [
              {
                "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
                "name" : "origin/development"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
            "branch" : [
              {
                "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
                "name" : "origin/development"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
        "branch" : [
          {
            "SHA1" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
            "name" : "origin/development"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 452,
      "totalCount" : 5954,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#676",
  "duration" : 406920,
  "estimatedDuration" : 433972,
  "executor" : None,
  "fullDisplayName" : "JOPA Development #676",
  "id" : "676",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 676,
  "queueId" : 722,
  "result" : "SUCCESS",
  "timestamp" : 1776439621799,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/Java%20Tools/job/JOPA-Development/676/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilder.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilderTest.java"
        ],
        "commitId" : "9c99426b84a030c4a6f937b8415e6afe50c3c652",
        "timestamp" : 1776437084000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Ensure subtypes of classes containing an inferred attribute are also considered inferred.\u000a\u000aFor the purpose of cache eviction after transaction commit.\u000a",
        "date" : "2026-04-17 16:44:44 +0200",
        "id" : "9c99426b84a030c4a6f937b8415e6afe50c3c652",
        "msg" : "[Fix] Ensure subtypes of classes containing an inferred attribute are also considered inferred.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilderTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/criteria/CriteriaBuilderImpl.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/criteria/CriteriaQueryTranslateQueryTest.java"
        ],
        "commitId" : "2e26d0d3eda52c8cdae9baedf97357cc4983517a",
        "timestamp" : 1776438422000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Fix] Change return type of CriteriaBuilder.langMatches to Predicate to allow using its result in predicate lists.\u000a",
        "date" : "2026-04-17 17:07:02 +0200",
        "id" : "2e26d0d3eda52c8cdae9baedf97357cc4983517a",
        "msg" : "[Fix] Change return type of CriteriaBuilder.langMatches to Predicate to allow using its result in predicate lists.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/CriteriaBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/criteria/CriteriaQueryTranslateQueryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/criteria/CriteriaBuilderImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-rdf4j/pom.xml",
          "pom.xml"
        ],
        "commitId" : "2ea7456707165062b30b1c6907758e4e90e151dd",
        "timestamp" : 1776439413000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Upd] Update RDF4J to 5.3.0.\u000a",
        "date" : "2026-04-17 17:23:33 +0200",
        "id" : "2ea7456707165062b30b1c6907758e4e90e151dd",
        "msg" : "[Upd] Update RDF4J to 5.3.0.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "datatype/pom.xml",
          "jopa-owlapi-utils/pom.xml",
          "jopa-integration-tests-jena/pom.xml",
          "jopa-distribution/pom.xml",
          "ontodriver-virtuoso/pom.xml",
          "ontodriver-rdf4j/pom.xml",
          "jopa-integration-tests-virtuoso/pom.xml",
          "jopa-owl2java/pom.xml",
          "jopa-impl/pom.xml",
          "jopa-integration-tests/pom.xml",
          "pom.xml",
          "CHANGELOG.md",
          "jopa-maven-plugin/pom.xml",
          "jopa-integration-tests-owlapi/pom.xml",
          "modelgen/pom.xml",
          "ontodriver-api/pom.xml",
          "ontodriver-jena/pom.xml",
          "jopa-api/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "jopa-integration-tests-rdf4j/pom.xml"
        ],
        "commitId" : "08fbf4cba4bc8568dc2ae918c5dd803a586e9b7a",
        "timestamp" : 1776439571000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[2.9.4] Bump version, update changelog.\u000a",
        "date" : "2026-04-17 17:26:11 +0200",
        "id" : "08fbf4cba4bc8568dc2ae918c5dd803a586e9b7a",
        "msg" : "[2.9.4] Bump version, update changelog.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-virtuoso/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-virtuoso/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "datatype/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".github/workflows/maven.yml"
        ],
        "commitId" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
        "timestamp" : 1776439605000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "Update GH actions versions.\u000a",
        "date" : "2026-04-17 17:26:45 +0200",
        "id" : "e41fe1b5c5303a654c1a567fcbe1a07b6cd1b402",
        "msg" : "Update GH actions versions.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".github/workflows/maven.yml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}