Skip to content
Success

Changes

Summary

  1. [Bug #111] Support simple literal mapping of enum attributes. (commit: 91fd6b4) (details)
  2. [Bug #111] Minor fix in integration tests. (commit: b6c71c0) (details)
  3. [Bug #113] Fix custom datatype handling in Jena. (commit: 85c23c8) (details)
  4. [Bug #114] Add test to reproduce the issue. (commit: 3b0822d) (details)
  5. [Bug #114] Prevent duplicate indirect collection creation when cloning singleton maps. (commit: 9da16ab) (details)
  6. [SCA] Minor SCA-based fixes. (commit: 245f7e5) (details)
  7. [0.18.7] Bump version, update RDF4J to 3.7.7, update changelog. (commit: 7394e05) (details)
Commit 91fd6b4ba74132797ccab688a9a702db57121a7d by Martin Ledvinka
[Bug #111] Support simple literal mapping of enum attributes.
(commit: 91fd6b4)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/FieldMappingValidatorTest.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/FieldMappingValidator.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/runner/BaseRunner.java (diff)
The file was modified .gitignore (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java (diff)
Commit b6c71c08554db449cfc45daa56abed2f908fdeb4 by Martin Ledvinka
[Bug #111] Minor fix in integration tests.
(commit: b6c71c0)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java (diff)
Commit 85c23c8c71592121a13fd38d8fd9a38c1bd7d520 by Martin Ledvinka
[Bug #113] Fix custom datatype handling in Jena.

Plus minor cleanup in test environment.
(commit: 85c23c8)
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/runner/DataTypesRunner.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/environment/TestEnvironment.java (diff)
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 3b0822db5c8f7c3f1b4cbe35b2dc5676951e6395 by Martin Ledvinka
[Bug #114] Add test to reproduce the issue.
(commit: 3b0822d)
The file was modified jopa-integration-tests/src/test/java/cz/cvut/kbss/jopa/test/integration/CacheTest.java (diff)
Commit 9da16ab91fe7b6a6a266a4ae8666190fa8ca80cb by Martin Ledvinka
[Bug #114] Prevent duplicate indirect collection creation when cloning singleton maps.
(commit: 9da16ab)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/MapInstanceBuilder.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/MultilingualAttributesTestRunner.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/datetime/DateConverter.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/StaticMetamodelInitializer.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/utils/Constants.java (diff)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/JavaTransformer.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/BaseRunner.java (diff)
The file was modified datatype/src/main/java/cz/cvut/kbss/jopa/datatype/xsd/XsdDatatypeMapper.java (diff)
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/model/annotations/DomainRangeConstraints.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkImpl.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/PersistenceUnitClassFinder.java (diff)
The file was modified jopa-owlapi-utils/src/main/java/cz/cvut/kbss/jopa/owlapi/identityreasoner/OWLAPIIdentityReasoner.java (diff)
The file was modified datatype/src/main/java/cz/cvut/kbss/jopa/datatype/xsd/DatatypeFactoryProvider.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/datetime/InstantConverter.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityConstructor.java (diff)
The file was modified jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/ServerSession.java (diff)
The file was modified jopa-api/src/main/java/cz/cvut/kbss/jopa/model/query/criteria/Selection.java (diff)
Commit 7394e05e27a14c57a6d82c423b295e08868cd5c1 by Martin Ledvinka
[0.18.7] Bump version, update RDF4J to 3.7.7, update changelog.
(commit: 7394e05)
The file was modified ontodriver-owlapi/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified datatype/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 jopa-integration-tests-owlapi/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jopa-api/pom.xml (diff)
The file was modified jopa-distribution/pom.xml (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-integration-tests-sesame/pom.xml (diff)
The file was modified jopa-impl/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-owlapi-utils/pom.xml (diff)