Skip to content
Failed

Changes

Summary

  1. Do not generate error message when target directory structure already (commit: 683d501) (details)
  2. [Upd] Updated the maven-javadoc-plugin. (commit: 3cb3eb6) (details)
  3. Do not process changes to removed object in UoW on commit. (commit: e8e1904) (details)
  4. Added logback config to Jena OntoDriver tests to restrict logging during (commit: a666ed5) (details)
  5. Added SKOS vocabulary. (commit: 94077c5) (details)
  6. [Upd] Updated to AspectJ 1.9.3. (commit: e734902) (details)
  7. [Task #26] Use the same classloader for scanning classpath and loading (commit: 7164af0) (details)
  8. [Bug #49] Fix the issue with parent callbacks/entity listeners not being (commit: 26c0ce8) (details)
  9. Made query parameter value representation classes public (reusability). (commit: 00e09e9) (details)
  10. [Upd] Update AspectJ to 1.9.4, Jena to 3.11.0 and RDF4J to 2.5.2. (commit: 3055579) (details)
  11. [0.12.2] Bumped version and updated release notes. (commit: 2b07eea) (details)
  12. Update Readme with link to TermIt as another use case of JOPA. (commit: 2619232) (details)
Commit 683d5016000115458c993ef2111831b9864829e8 by Martin Ledvinka
Do not generate error message when target directory structure already
exists in OWL2Java transformation.
(commit: 683d501)
The file was modified jopa-owl2java/src/main/java/cz/cvut/kbss/jopa/owl2java/ObjectModel.java (diff)
Commit 3cb3eb633d7e461dc5190ef50a53fd45d345d383 by Martin Ledvinka
[Upd] Updated the maven-javadoc-plugin.
(commit: 3cb3eb6)
The file was modified pom.xml (diff)
Commit e8e1904bd7a647df3b68f2df0a4e1b1b610d449b by Martin Ledvinka
Do not process changes to removed object in UoW on commit.
(commit: e8e1904)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkImpl.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/UnitOfWorkTest.java (diff)
Commit a666ed5adc28c2d171d3c6445b482b3ddf509097 by Martin Ledvinka
Added logback config to Jena OntoDriver tests to restrict logging during
build.
(commit: a666ed5)
The file was addedontodriver-jena/src/test/resources/logback-test.xml
The file was addedjopa-api/src/main/java/cz/cvut/kbss/jopa/vocabulary/SKOS.java
The file was modified pom.xml (diff)
Commit 7164af02c050f45ae2cebd359fe1d469915c89bd by Martin Ledvinka
[Task #26] Use the same classloader for scanning classpath and loading
the entity classes to prevent issues when multiple classloader may be
used in an application (e.g. Spring Dev Tools). Fixed an issue with spin
RDF file changing namespaces.
(commit: 7164af0)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/loaders/ClasspathScanner.java (diff)
The file was modified jopa-owl2java/src/test/java/cz/cvut/kbss/jopa/owl2java/OWL2JavaTransformerTest.java (diff)
Commit 26c0ce893c18409e3bba3a26c79019cbb9879df1 by Martin Ledvinka
[Bug #49] Fix the issue with parent callbacks/entity listeners not being
invoked for child instance.
(commit: 26c0ce8)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilder.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/EntityLifecycleListenerManager.java (diff)
The file was modified jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/metamodel/MetamodelBuilderTest.java (diff)
The file was modified jopa-integration-tests/pom.xml (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/ManagedClassProcessor.java (diff)
The file was modified jopa-integration-tests/src/test/java/cz/cvut/kbss/jopa/test/integration/BugTest.java (diff)
Commit 00e09e9b24402a36d94a7851448592aef8d40d7e by Martin Ledvinka
Made query parameter value representation classes public (reusability).
(commit: 00e09e9)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/ShortParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/ParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/FloatParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/NamedVariableParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/LongParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/StringParameterValue.java (diff)
The file was addedjopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/AbstractParameterValue.java
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/IntegerParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/UriParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/DateParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/DoubleParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/UntypedParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/BooleanParameterValue.java (diff)
The file was modified jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/parameter/PositionalVariableParameterValue.java (diff)
Commit 3055579b59ab369b293ce322c0675d1128611774 by Martin Ledvinka
[Upd] Update AspectJ to 1.9.4, Jena to 3.11.0 and RDF4J to 2.5.2.
(commit: 3055579)
The file was modified ontodriver-sesame/pom.xml (diff)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified pom.xml (diff)
Commit 2b07eea8fa4da2dcf637d13c7dd508482049b37d by Martin Ledvinka
[0.12.2] Bumped version and updated release notes.
(commit: 2b07eea)
The file was modified ontodriver-jena/pom.xml (diff)
The file was modified jopa-integration-tests-jena/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jopa-integration-tests-sesame/pom.xml (diff)
The file was modified jopa-owl2java/pom.xml (diff)
The file was modified jopa-maven-plugin/pom.xml (diff)
The file was modified ontodriver-api/pom.xml (diff)
The file was modified ReleaseNotes.md (diff)
The file was modified jopa-api/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-owlapi-utils/pom.xml (diff)
The file was modified jopa-integration-tests/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 ontodriver-sesame/pom.xml (diff)
Commit 26192322b5011b07015b5604cb0be46495f49ea1 by Martin Ledvinka
Update Readme with link to TermIt as another use case of JOPA.
(commit: 2619232)
The file was modified README.md (diff)