Skip to content
Success

Changes

Summary

  1. [Fix] Fix ClassCastException in PluralObjectPropertyStrategy when building entity directly from axioms. (commit: 3a52701) (details)
  2. [Fix] Disable entity loading optimization when target type is not abstract and has subclasses. (commit: 0aee839) (details)
  3. [Fix] Allow variable graph position in FROM/FROM NAMED. (commit: e9bacf4) (details)
  4. [2.6.3] Bump version, update release notes. (commit: 9d25150) (details)
Commit 3a52701c950185be447a16ac7e2fb6fc20f9f6f4 by Martin Ledvinka
[Fix] Fix ClassCastException in PluralObjectPropertyStrategy when building entity directly from axioms.
(commit: 3a52701)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/MappingUtils.java (diff)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/SingularObjectPropertyStrategy.java (diff)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/PluralObjectPropertyStrategy.java (diff)
Commit 0aee839608477d33d36fb81fd1cc97aa750e04e0 by Martin Ledvinka
[Fix] Disable entity loading optimization when target type is not abstract and has subclasses.

Multiple types returned by query (some inferred) break type resolution. Temporarily disable the optimization in this case.
(commit: 0aee839)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryResultLoadingOptimizer.java (diff)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryResultLoadingOptimizerTest.java (diff)
Commit e9bacf461d90761b0cc47221c74ddedf366e64e7 by Martin Ledvinka
[Fix] Allow variable graph position in FROM/FROM NAMED.
(commit: e9bacf4)
The file was modifiedjopa-impl/src/main/antlr4/cz/cvut/kbss/jopa/query/sparql/SparqlParser.g4 (diff)
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryParserTest.java (diff)
Commit 9d25150465b40daf3bf7cd962983bca1930766d7 by Martin Ledvinka
[2.6.3] Bump version, update release notes.
(commit: 9d25150)
The file was modifiedjopa-integration-tests-rdf4j/pom.xml (diff)
The file was modifiedjopa-impl/pom.xml (diff)
The file was modifiedjopa-integration-tests-owlapi/pom.xml (diff)
The file was modifiedjopa-maven-plugin/pom.xml (diff)
The file was modifiedontodriver-rdf4j/pom.xml (diff)
The file was modifiedontodriver-virtuoso/pom.xml (diff)
The file was modifiedjopa-integration-tests/pom.xml (diff)
The file was modifiedjopa-owlapi-utils/pom.xml (diff)
The file was modifiedontodriver-api/pom.xml (diff)
The file was modifiedontodriver-jena/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifieddatatype/pom.xml (diff)
The file was modifiedjopa-distribution/pom.xml (diff)
The file was modifiedjopa-integration-tests-jena/pom.xml (diff)
The file was modifiedjopa-integration-tests-virtuoso/pom.xml (diff)
The file was modifiedmodelgen/pom.xml (diff)
The file was modifiedontodriver-owlapi/pom.xml (diff)
The file was modifiedjopa-api/pom.xml (diff)
The file was modifiedjopa-owl2java/pom.xml (diff)