Skip to content
Success

Changes

Summary

  1. [Upd] Update to OWL2Query 0.6.2, re-enable the selection by identifier query test for OWLAPI driver. (commit: 091feb1) (details)
  2. Log full query in case RDF4J throws MalformedQueryException to help with diagnosing the problem. (commit: 57c12eb) (details)
  3. [Bug #165] Add test reproducing the issue. (commit: f1b912c) (details)
  4. [Bug #165] Fix the issue by allowing SELECT queries without WHERE keyword. (commit: ca58cef) (details)
  5. [Task #159] Add .editorconfig with common formatting configuration (mainly for IntelliJ IDEA). (commit: 4362560) (details)
  6. Require target package configuration in Maven plugin (not specifying it caused NPX). (commit: aba389b) (details)
  7. [Enhancement #170] Allow disabling generation of name and description fields in OWL2Java. (commit: 8b8b8fc) (details)
  8. [Enhancement #170] Update documentation of OWL2Java. (commit: 9adfbaf) (details)
  9. [Enhancement #170] Add option to disable generation of label and description fields to JOPA Maven plugin. (commit: 4cf9470) (details)
  10. [Enhancement #170] Refactor the parameter name. (commit: 537b42c) (details)
  11. [Enhancement #170] Allow disabling generation of owl:Thing entity class in OWL2Java. (commit: dbf01ec) (details)
  12. [Enhancement #170] Allow disabling generation of owl:Thing entity class in JOPA Maven plugin. (commit: f107e78) (details)
  13. [Bug #171] Add test reproducing the issue. (commit: 5384b13) (details)
  14. [Bug #171] Fix conversion of simple literal annotation property value in RDF4J driver. (commit: 79610d0) (details)
  15. [Bug #171] Fix conversion of simple literal annotation property value in Jena driver. (commit: 3386680) (details)
  16. [Bug #171] Fix conversion of simple literal annotation property value in OWLAPI driver. (commit: c7bc27d) (details)
  17. Fix failing test in Jena driver. (commit: 2570674) (details)
  18. [Fix] Fix incorrect translation of SOQL queries with selection by attribute and entity id. (commit: f7f6b42) (details)
  19. [Doc] Add README for the JOPA Maven plugin. (commit: c25dd7e) (details)
  20. [0.22.1] Bump version, update changelog. (commit: 966c97c) (details)
Commit 091feb14a48aadd99a9175f01c4ff8e5dba7a0e7 by Martin Ledvinka
[Upd] Update to OWL2Query 0.6.2, re-enable the selection by identifier query test for OWLAPI driver.
(commit: 091feb1)
The file was modified jopa-integration-tests-owlapi/src/test/java/cz/cvut/kbss/jopa/test/query/owlapi/TypedQueryTest.java (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
Commit 57c12eb99f7592c4aa653b5b51b3f7e80df0555b by Martin Ledvinka
Log full query in case RDF4J throws MalformedQueryException to help with diagnosing the problem.
(commit: 57c12eb)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/query/Rdf4jStatement.java (diff)
Commit f1b912c30dc1669b3e50fd323ffd2572d8a8b790 by Martin Ledvinka
[Bug #165] Add test reproducing the issue.
(commit: f1b912c)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryParserTest.java (diff)
Commit ca58cef5c1ce6daa65908465028265c3a5118797 by Martin Ledvinka
[Bug #165] Fix the issue by allowing SELECT queries without WHERE keyword.
(commit: ca58cef)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/sparql/SparqlQueryParser.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/QueryParameter.java (diff)
Commit 43625602d79e8c1bcbcd32a9dbbbfec90683b191 by Martin Ledvinka
[Task #159] Add .editorconfig with common formatting configuration (mainly for IntelliJ IDEA).
(commit: 4362560)
The file was added.editorconfig
Commit aba389b45f81492c9585160b6a4945001ba64e3d by Martin Ledvinka
Require target package configuration in Maven plugin (not specifying it caused NPX).

Set default phase to generate-sources. Set default output directory.
(commit: aba389b)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
Commit 8b8b8fce983d487fcf7ebdf93d0dd0bdf1f02b14 by Martin Ledvinka
[Enhancement #170] Allow disabling generation of name and description fields in OWL2Java.
(commit: 8b8b8fc)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/Constants.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/TransformationConfiguration.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/JavaTransformer.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/cli/Option.java (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/JavaTransformerTest.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/Defaults.java (diff)
Commit 9adfbaf9c87cc231aa8308251ed440e491a8a33b by Martin Ledvinka
[Enhancement #170] Update documentation of OWL2Java.
(commit: 9adfbaf)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/cli/Option.java (diff)
The file was modified jopa-owl2java/README.md (diff)
Commit 4cf947017d692b5899157c303ae0b2f2e1b7b263 by Martin Ledvinka
[Enhancement #170] Add option to disable generation of label and description fields to JOPA Maven plugin.
(commit: 4cf9470)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
Commit 537b42c384504f94757a3b145dc0f4c3f7029c90 by Martin Ledvinka
[Enhancement #170] Refactor the parameter name.
(commit: 537b42c)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/cli/Option.java (diff)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/JavaTransformer.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/Defaults.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/TransformationConfiguration.java (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/JavaTransformerTest.java (diff)
Commit dbf01ecfa4a2088125dc0a7d72f564666ff1f371 by Martin Ledvinka
[Enhancement #170] Allow disabling generation of owl:Thing entity class in OWL2Java.
(commit: dbf01ec)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/TransformationConfiguration.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/cli/Option.java (diff)
The file was modified jopa-owl2java/README.md (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/JavaTransformerTest.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/config/Defaults.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/JavaTransformer.java (diff)
Commit f107e78c51d8f9524a280474e01227a88e3618fe by Martin Ledvinka
[Enhancement #170] Allow disabling generation of owl:Thing entity class in JOPA Maven plugin.
(commit: f107e78)
The file was modified jopa-maven-plugin/src/main/java/cz/cvut/kbss/jopa/maven/OWL2JavaMojo.java (diff)
Commit 5384b139ac997581dfeffdf1f251a04d7f485fa2 by Martin Ledvinka
[Bug #171] Add test reproducing the issue.
(commit: 5384b13)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassM.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java (diff)
Commit 79610d0771f195c3c8947086b26588adf1ea3d80 by Martin Ledvinka
[Bug #171] Fix conversion of simple literal annotation property value in RDF4J driver.
(commit: 79610d0)
The file was modified ontodriver-rdf4j/src/test/java/cz/cvut/kbss/ontodriver/rdf4j/ValueConverterTest.java (diff)
The file was modified ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/ValueConverter.java (diff)
Commit 33866802ce910a2e39f40463220ea23d8617885a by Martin Ledvinka
[Bug #171] Fix conversion of simple literal annotation property value in Jena driver.
(commit: 3386680)
The file was modified ontodriver-jena/src/main/java/cz/cvut/kbss/ontodriver/jena/util/JenaUtils.java (diff)
The file was modified ontodriver-jena/src/test/java/cz/cvut/kbss/ontodriver/jena/util/JenaUtilsTest.java (diff)
Commit c7bc27d1b5cf3fd9f41445858e2cbff3d5102543 by Martin Ledvinka
[Bug #171] Fix conversion of simple literal annotation property value in OWLAPI driver.
(commit: c7bc27d)
The file was modified ontodriver-owlapi/src/test/java/cz/cvut/kbss/ontodriver/owlapi/AxiomAdapterTest.java (diff)
The file was modified ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/AxiomAdapter.java (diff)
Commit 25706745d95cbb440effb7bfd7d5ba9f29cfe4b6 by Martin Ledvinka
Fix failing test in Jena driver.
(commit: 2570674)
The file was modified ontodriver-jena/src/test/java/cz/cvut/kbss/ontodriver/jena/AxiomSaverTest.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java (diff)
Commit f7f6b4283a37b40de81dad6ec329b218bdaa2968 by Martin Ledvinka
[Fix] Fix incorrect translation of SOQL queries with selection by attribute and entity id.
(commit: f7f6b42)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/CriteriaRunner.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/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/SoqlAttribute.java (diff)
Commit c25dd7e1a7e8f4fe0f8794fad8a4c00dc8344594 by Martin Ledvinka
[Doc] Add README for the JOPA Maven plugin.
(commit: c25dd7e)
The file was modified jopa-owl2java/README.md (diff)
The file was addedjopa-maven-plugin/README.md
Commit 966c97c34c1ea1c0ee6b7438c1d420e33a9bfe71 by Martin Ledvinka
[0.22.1] Bump version, update changelog.
(commit: 966c97c)
The file was modified pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-integration-tests-rdf4j/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified CHANGELOG.md (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified jopa-owlapi-utils/pom.xml (diff)
The file was modified datatype/pom.xml (diff)
The file was modified ontodriver-rdf4j/pom.xml (diff)
The file was modified README.md (diff)
The file was modified jopa-api/pom.xml (diff)