Skip to content
Success

Changes

Summary

  1. Add no-arg constructor to LangString so that it can be deserialized from JSON. (commit: 31bcbbc) (details)
  2. [Fix] Fix classpath issue on Windows (directory path didn't match pattern due to different separator). (commit: 1cf432a) (details)
  3. Rename ReleaseNotes.md to CHANGELOG.md and give the dates in it a standard format. (commit: 2b1f201) (details)
  4. Explicitly use UTF-8 encoding when parsing mapping file. (commit: 740f4d3) (details)
  5. [0.18.3] Bump version, update changelog and fix minor stuff in readme. (commit: b3456ff) (details)
Commit 31bcbbc56fe6bb333dc8835f79bef39e2822b49e by Martin Ledvinka
Add no-arg constructor to LangString so that it can be deserialized from JSON.
(commit: 31bcbbc)
The file was modified ontodriver-api/src/main/java/cz/cvut/kbss/ontodriver/model/LangString.java (diff)
Commit 1cf432ab6b16e374cb04ba08568ef43ec97bcb30 by Martin Ledvinka
[Fix] Fix classpath issue on Windows (directory path didn't match pattern due to different separator).
(commit: 1cf432a)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/DefaultClasspathScanner.java (diff)
Commit 2b1f201fc5786826dbbd950df522d49eb830df06 by Martin Ledvinka
Rename ReleaseNotes.md to CHANGELOG.md and give the dates in it a standard format.
(commit: 2b1f201)
The file was addedCHANGELOG.md
The file was removedReleaseNotes.md
The file was modified TODO.md (diff)
Commit 740f4d36d64b246ad6d3133eaedef68f82ec8d1c by Martin Ledvinka
Explicitly use UTF-8 encoding when parsing mapping file.
(commit: 740f4d3)
The file was modified .gitignore (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/OWL2JavaTransformerTest.java (diff)
The file was modified jopa-owlapi-utils/src/main/java/cz/cvut/kbss/jopa/util/MappingFileParser.java (diff)
The file was added"jopa-owl2java/src/test/resources/slovn\303\255k.owl"
The file was modified jopa-owl2java/src/test/resources/mapping (diff)
Commit b3456fff668f59ee4ae2a5806c0f20a967360194 by Martin Ledvinka
[0.18.3] Bump version, update changelog and fix minor stuff in readme.
(commit: b3456ff)
The file was modified datatype/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified jopa-integration-tests-sesame/pom.xml (diff)
The file was modified CHANGELOG.md (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified README.md (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-impl/pom.xml (diff)
The file was modified jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified jopa-owlapi-utils/pom.xml (diff)