Skip to content
Success

Changes

Summary

  1. [Upd] Update to Jena 5.3.0 (commit: 91f6ba7) (details)
  2. Reuse existing RepositoryConnection for isInferred in GraphDBStorageConnection. (commit: 3b78cce) (details)
  3. [Fix] Ensure query result set is closed when stream is closed. (commit: 5d05c76) (details)
  4. [Ref] Remove custom Procedure interface, replace it with standard Runnable. (commit: 5bfd753) (details)
  5. [Bug#511] Fix NPX in getContexts in RDF4J driver. (commit: 67e4177) (details)
  6. [2.2.3] Bump version, update changelog. (commit: b0d80c0) (details)
Commit 91f6ba7d6b33401ffddab5a26a9194f680d81ed6 by Martin Ledvinka
[Upd] Update to Jena 5.3.0

Update the Maven publishing plugin to 0.7.0.
(commit: 91f6ba7)
The file was modifiedpom.xml (diff)
The file was modifiedontodriver-jena/pom.xml (diff)
Commit 3b78cce8a24e86c4ee221e6c335f736f54f910ba by Martin Ledvinka
Reuse existing RepositoryConnection for isInferred in GraphDBStorageConnection.
(commit: 3b78cce)
The file was modifiedontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/connector/GraphDBStorageConnection.java (diff)
The file was modifiedontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/connector/StorageConnection.java (diff)
Commit 5d05c763b1f801c5970e13b3cf2d7025e660581b by Martin Ledvinka
[Fix] Ensure query result set is closed when stream is closed.

Signed-off-by: Martin Ledvinka <martin.ledvinka@hotmail.com>
(commit: 5d05c76)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/model/QueryResultSpliteratorTest.java (diff)
Commit 5bfd7530dcbfa0c6ec6367f89bc52d47b87f79d8 by Martin Ledvinka
[Ref] Remove custom Procedure interface, replace it with standard Runnable.

Signed-off-by: Martin Ledvinka <martin.ledvinka@hotmail.com>
(commit: 5bfd753)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/model/TypedQueryImplTest.java (diff)
The file was removedjopa-impl/src/main/java/cz/cvut/kbss/jopa/utils/Procedure.java
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/model/QueryTestBase.java (diff)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/model/QueryImplTest.java (diff)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/model/AbstractQuery.java (diff)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/model/QueryResultSpliterator.java (diff)
Commit 67e4177ebabc1430146c5c9bcbba0c81265c25d1 by Martin Ledvinka
[Bug#511] Fix NPX in getContexts in RDF4J driver.

Transaction was not being started automatically.
(commit: 67e4177)
The file was modifiedjopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsMultiContextRunner.java (diff)
The file was modifiedontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/Rdf4jAdapter.java (diff)
The file was modifiedontodriver-rdf4j/src/test/java/cz/cvut/kbss/ontodriver/rdf4j/Rdf4jAdapterTest.java (diff)
Commit b0d80c062b26ce4e5c6655cbea160d3468d8f013 by Martin Ledvinka
[2.2.3] Bump version, update changelog.
(commit: b0d80c0)
The file was modifiedjopa-distribution/pom.xml (diff)
The file was modifiedjopa-owl2java/pom.xml (diff)
The file was modifieddatatype/pom.xml (diff)
The file was modifiedjopa-integration-tests-owlapi/pom.xml (diff)
The file was modifiedjopa-owlapi-utils/pom.xml (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedjopa-api/pom.xml (diff)
The file was modifiedontodriver-rdf4j/pom.xml (diff)
The file was modifiedmodelgen/pom.xml (diff)
The file was modifiedjopa-maven-plugin/pom.xml (diff)
The file was modifiedjopa-impl/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedontodriver-jena/pom.xml (diff)
The file was modifiedjopa-integration-tests/pom.xml (diff)
The file was modifiedjopa-integration-tests-jena/pom.xml (diff)
The file was modifiedontodriver-api/pom.xml (diff)
The file was modifiedontodriver-owlapi/pom.xml (diff)
The file was modifiedjopa-integration-tests-rdf4j/pom.xml (diff)