Skip to content
Success

Changes

Summary

  1. [Fix] Prevent possible URI syntax exception when generating default unspecified property IRI. (commit: e21ddd8) (details)
  2. [Code style] Disable start imports in IDEA. (commit: 928f561) (details)
  3. [Bug #178] Add test reproducing the issue. (commit: f25c67d) (details)
  4. [Bug #178] Fix an issue with commutativity of and operator when using selection by identifier in SOQL. (commit: eb459e4) (details)
  5. [Ref] Introduce some SOQL constants instead of using string literals in code. (commit: 592e69b) (details)
  6. [0.22.2] Bump version, update changelog. (commit: cb4f334) (details)
Commit e21ddd8394007af5f471c863d5e2cb7dd4c38be7 by Martin Ledvinka
[Fix] Prevent possible URI syntax exception when generating default unspecified property IRI.
(commit: e21ddd8)
The file was modified ontodriver-api/src/main/java/cz/cvut/kbss/ontodriver/model/PropertyAssertion.java (diff)
Commit 928f5613124c0052c0e692b911014b88b844e2f3 by Martin Ledvinka
[Code style] Disable start imports in IDEA.
(commit: 928f561)
The file was modified .editorconfig (diff)
Commit f25c67d9e425a517ffebdd97ba977bd6f89c2b15 by Martin Ledvinka
[Bug #178] Add test reproducing the issue.
(commit: f25c67d)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/CriteriaRunner.java (diff)
Commit eb459e4981cdb0229c67a645ac93ce04a49093c7 by Martin Ledvinka
[Bug #178] Fix an issue with commutativity of and operator when using selection by identifier in SOQL.
(commit: eb459e4)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/utils/MetamodelMocks.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryListener.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryParserTest.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/utils/MetamodelFactory.java (diff)
Commit 592e69b14621a2ccc9a9478acf5ec5aa23be3e45 by Martin Ledvinka
[Ref] Introduce some SOQL constants instead of using string literals in code.
(commit: 592e69b)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/InOperator.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/criteria/CriteriaParameterFiller.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryListener.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlOrderParameter.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlConstants.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/CriteriaQueryImpl.java (diff)
Commit cb4f334094f1355a3fd8693965ece83bceb1e037 by Martin Ledvinka
[0.22.2] Bump version, update changelog.
(commit: cb4f334)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified CHANGELOG.md (diff)
The file was modified datatype/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified jopa-owlapi-utils/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified jopa-integration-tests-rdf4j/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified ontodriver-rdf4j/pom.xml (diff)