<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ledsoft</shortDescription></cause></action><action></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>1</buildableDurationMillis><buildableTimeMillis>1</buildableTimeMillis><buildingDurationMillis>133742</buildingDurationMillis><executingTimeMillis>133742</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>8804</waitingDurationMillis><waitingTimeMillis>8804</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><origindevelopment _class='hudson.plugins.git.util.Build'><buildNumber>212</buildNumber><marked><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><branch><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><name>origin/development</name></branch></marked><revision><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><branch><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><name>origin/development</name></branch></revision></origindevelopment></buildsByBranchName><lastBuiltRevision><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><branch><SHA1>8a78480f3018d8099fcd67f347aa95fd0abcc8db</SHA1><name>origin/development</name></branch></lastBuiltRevision><remoteUrl>https://github.com/kbss-cvut/jopa.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action _class='hudson.tasks.junit.TestResultAction'><failCount>0</failCount><skipCount>16</skipCount><totalCount>3148</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#212</displayName><duration>133742</duration><estimatedDuration>433972</estimatedDuration><fullDisplayName>JOPA Development #212</fullDisplayName><id>212</id><inProgress>false</inProgress><keepLog>false</keepLog><number>212</number><queueId>1090</queueId><result>SUCCESS</result><timestamp>1561646122914</timestamp><url>https://kbss.felk.cvut.cz/jenkins/view/Java%20Tools/job/JOPA-Development/212/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-api/src/test/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptorTest.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityConstructor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/IdentifierFieldStrategy.java</affectedPath><commitId>b3ebfca01df7b950413b16828365f144ca2a5c07</commitId><timestamp>1561564077000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Task #54] Change Descriptor API to allow access to attribute context
and support configuration of whether property assertions should be in
the subject's context.
</comment><date>2019-06-26 17:47:57 +0200</date><id>b3ebfca01df7b950413b16828365f144ca2a5c07</id><msg>[Task #54] Change Descriptor API to allow access to attribute context</msg><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/test/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptorTest.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityConstructor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/IdentifierFieldStrategy.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</affectedPath><commitId>6d8dae4090df94a5ad3f1a5950450953f941f0b6</commitId><timestamp>1561564317000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Upd] Update Descriptor API to provide better code flow.
</comment><date>2019-06-26 17:51:57 +0200</date><id>6d8dae4090df94a5ad3f1a5950450953f941f0b6</id><msg>[Upd] Update Descriptor API to provide better code flow.</msg><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptor.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/FieldStrategy.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/PluralObjectPropertyStrategyTest.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityConstructor.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/FieldStrategyTest.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/SingularObjectPropertyStrategy.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/SimpleListPropertyStrategyTest.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/ReferencedListPropertyStrategyTest.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/ListPropertyStrategyTestBase.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/PluralObjectPropertyStrategy.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/SingularObjectPropertyStrategyTest.java</affectedPath><commitId>635e314593dc051059295502cc3fdde1f6b92f8e</commitId><timestamp>1561619281000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Task #54] Use the new descriptor API in OOM for loading.
</comment><date>2019-06-27 09:08:01 +0200</date><id>635e314593dc051059295502cc3fdde1f6b92f8e</id><msg>[Task #54] Use the new descriptor API in OOM for loading.</msg><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityConstructor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/FieldStrategy.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/SingularObjectPropertyStrategy.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/ListPropertyStrategyTestBase.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/PluralObjectPropertyStrategy.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/ReferencedListPropertyStrategyTest.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/SingularObjectPropertyStrategyTest.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/PluralObjectPropertyStrategyTest.java</file></path><path><editType>add</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/FieldStrategyTest.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/SimpleListPropertyStrategyTest.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptor.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassH.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/AxiomDescriptorFactoryTest.java</affectedPath><affectedPath>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/EntityDeconstructorTest.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-api/src/test/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptorTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassG.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassD.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/AxiomDescriptorFactory.java</affectedPath><affectedPath>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperImpl.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</affectedPath><affectedPath>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</affectedPath><commitId>73f22dbc11b4eca70cc4e527e4df459aad5146b8</commitId><timestamp>1561635309000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Task #54] Test new descriptor behavior (persist, retrieval). Fix
discovered issues.
</comment><date>2019-06-27 13:35:09 +0200</date><id>73f22dbc11b4eca70cc4e527e4df459aad5146b8</id><msg>[Task #54] Test new descriptor behavior (persist, retrieval). Fix</msg><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/FieldDescriptor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/EntityDeconstructorTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/Descriptor.java</file></path><path><editType>edit</editType><file>jopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassD.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperImpl.java</file></path><path><editType>add</editType><file>jopa-api/src/test/java/cz/cvut/kbss/jopa/model/descriptors/ObjectPropertyCollectionDescriptorTest.java</file></path><path><editType>edit</editType><file>jopa-impl/src/test/java/cz/cvut/kbss/jopa/oom/AxiomDescriptorFactoryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java</file></path><path><editType>edit</editType><file>jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/AxiomDescriptorFactory.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassH.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassG.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/BaseRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</affectedPath><commitId>ce09106043aa529b41bc6e40d441ae3dcf854efd</commitId><timestamp>1561637291000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Task #54] Test new descriptor behavior (update, delete).
</comment><date>2019-06-27 14:08:11 +0200</date><id>ce09106043aa529b41bc6e40d441ae3dcf854efd</id><msg>[Task #54] Test new descriptor behavior (update, delete).</msg><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/BaseRunner.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/PolymorphicSelectQueryTest.java</affectedPath><affectedPath>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/QueryTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/BaseRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsWithInheritanceRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveWithInferenceRunner.java</affectedPath><affectedPath>jopa-integration-tests/pom.xml</affectedPath><affectedPath>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/PolymorphicSelectQueryTest.java</affectedPath><affectedPath>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/QueryTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsWithInheritanceRunner.java</affectedPath><affectedPath>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/QueryTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/PolymorphicSelectQueryRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/QueryTestEnvironment.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsWithInheritanceRunner.java</affectedPath><affectedPath>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/PolymorphicSelectQueryTest.java</affectedPath><affectedPath>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/TypedQueryTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/PersistenceUnitTestRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsOnGetReferenceRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsMultiContextRunner.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/QueryRunner.java</affectedPath><affectedPath>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/TypedQueryTest.java</affectedPath><affectedPath>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/TypedQueryTest.java</affectedPath><affectedPath>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsWithInheritanceRunner.java</affectedPath><commitId>8a78480f3018d8099fcd67f347aa95fd0abcc8db</commitId><timestamp>1561645883000</timestamp><author><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></author><authorEmail>martin.ledvinka@fel.cvut.cz</authorEmail><comment>[Refactoring] Transition integration tests to JUnit 5, test code
improvements.
</comment><date>2019-06-27 16:31:23 +0200</date><id>8a78480f3018d8099fcd67f347aa95fd0abcc8db</id><msg>[Refactoring] Transition integration tests to JUnit 5, test code</msg><path><editType>edit</editType><file>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/PolymorphicSelectQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/QueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsWithInheritanceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/QueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/TypedQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsWithInheritanceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/PolymorphicSelectQueryRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsWithInheritanceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/PolymorphicSelectQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/TypedQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/PolymorphicSelectQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests-sesame/src/test/java/cz/cvut/kbss/jopa/test/query/sesame/QueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/pom.xml</file></path><path><editType>edit</editType><file>jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/TypedQueryTest.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/PersistenceUnitTestRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/QueryTestEnvironment.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/QueryRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsWithInheritanceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveWithInferenceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/BaseRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/DeleteOperationsRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsMultiContextRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsOnGetReferenceRunner.java</file></path><path><editType>edit</editType><file>jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/UpdateOperationsRunner.java</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://kbss.felk.cvut.cz/jenkins/user/ledvima1</absoluteUrl><fullName>Martin Ledvinka</fullName></culprit></freeStyleBuild>