Skip to content
Success

Changes

Summary

  1. [Fix] Use provided value in contains in RDF4J/Sesame driver. (commit: 53a64b5) (details)
  2. [Enhancement #124] Add annotation used for excluding type from persistence. (commit: 03d34a3) (details)
  3. [Enhancement #124] Skip classes annotated with NonEntity when loading entities. (commit: aa28d2c) (details)
  4. [Enhancement #124] Modify BeanListenerAspect to skip classes annotated with NonEntity. (commit: 7148264) (details)
  5. [Upd] Update dependencies (test, logging). (commit: d30a9c3) (details)
  6. [0.19.3] Bump version, update changelog. (commit: c18abd6) (details)
Commit 53a64b592f23c2976dde30b8355a612234a06f1a by Martin Ledvinka
[Fix] Use provided value in contains in RDF4J/Sesame driver.
(commit: 53a64b5)
The file was modifiedontodriver-sesame/src/main/java/cz/cvut/kbss/ontodriver/sesame/connector/StorageConnector.java (diff)
The file was modifiedontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/connector/StorageConnector.java (diff)
Commit 03d34a3282a7ff66d6f56a6d0e8a81a317a01138 by Martin Ledvinka
[Enhancement #124] Add annotation used for excluding type from persistence.
(commit: 03d34a3)
The file was addedjopa-api/src/main/java/cz/cvut/kbss/jopa/model/annotations/util/NotEntity.java
Commit aa28d2c5e8941a9560b63c1abef992580cc23b8e by Martin Ledvinka
[Enhancement #124] Skip classes annotated with NonEntity when loading entities.
(commit: aa28d2c)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/EntityLoader.java (diff)
The file was addedjopa-impl/src/test/java/cz/cvut/kbss/jopa/environment/NonPersistentClass.java
The file was addedjopa-api/src/main/java/cz/cvut/kbss/jopa/model/annotations/util/NonEntity.java
The file was modifiedjopa-impl/src/test/java/cz/cvut/kbss/jopa/loaders/EntityLoaderTest.java (diff)
The file was removedjopa-api/src/main/java/cz/cvut/kbss/jopa/model/annotations/util/NotEntity.java
Commit 7148264d60123646745d0ced3f751e0077ca97b1 by Martin Ledvinka
[Enhancement #124] Modify BeanListenerAspect to skip classes annotated with NonEntity.
(commit: 7148264)
The file was modifiedjopa-impl/src/main/java/cz/cvut/kbss/jopa/model/BeanListenerAspect.java (diff)
Commit d30a9c339cafaec405b1d35e618c7604ad0273d3 by Martin Ledvinka
[Upd] Update dependencies (test, logging).
(commit: d30a9c3)
The file was modifiedpom.xml (diff)
Commit c18abd6d74d5e5ab621cd82cc3220b4ad1fcfca0 by Martin Ledvinka
[0.19.3] Bump version, update changelog.
(commit: c18abd6)
The file was modifiedjopa-maven-plugin/pom.xml (diff)
The file was modifiedontodriver-jena/pom.xml (diff)
The file was modifiedjopa-integration-tests-rdf4j/pom.xml (diff)
The file was modifiedjopa-integration-tests/pom.xml (diff)
The file was modifiedjopa-distribution/pom.xml (diff)
The file was modifiedjopa-api/pom.xml (diff)
The file was modifiedontodriver-owlapi/pom.xml (diff)
The file was modifiedjopa-impl/pom.xml (diff)
The file was modifiedontodriver-sesame/pom.xml (diff)
The file was modifiedpom.xml (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedontodriver-api/pom.xml (diff)
The file was modifiedjopa-integration-tests-owlapi/pom.xml (diff)
The file was modifiedjopa-owlapi-utils/pom.xml (diff)
The file was modifiedontodriver-rdf4j/pom.xml (diff)
The file was modifieddatatype/pom.xml (diff)
The file was modifiedjopa-owl2java/pom.xml (diff)
The file was modifiedjopa-integration-tests-jena/pom.xml (diff)