Skip to content
Success

Changes

Summary

  1. [Enhancement #245] Enable integration test testing the feature. (commit: bb84e2c) (details)
  2. [Enhancement #245] Flush reasoner before executing query to purge possibly stale reasoner cache. (commit: e6ceb1e) (details)
Commit bb84e2c5b191ec2c40d5d2109333c4365f35224f by Martin Ledvinka
[Enhancement #245] Enable integration test testing the feature.

Disable the test for RDF4J, as it is not relevant there.
(commit: bb84e2c)
The file was modified jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/TypedQueryTest.java (diff)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/query/Rdf4jStatement.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java (diff)
The file was modified jopa-integration-tests-rdf4j/src/test/java/cz/cvut/kbss/jopa/test/query/rdf4j/TypedQueryTest.java (diff)
The file was modified ontodriver-jena/src/main/java/cz/cvut/kbss/ontodriver/jena/JenaDriver.java (diff)
Commit e6ceb1ec1224d9c11cb221321186c30ebe6e854a by Martin Ledvinka
[Enhancement #245] Flush reasoner before executing query to purge possibly stale reasoner cache.
(commit: e6ceb1e)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/LiveOntologyStatementExecutor.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/TransactionalStatementExecutor.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/StatementExecutor.java (diff)