Summary
- Abstract/concrete ET (commit: 8631876) (details)
- renamed EntityTypeImpl (commit: 918fce5) (details)
- init commit, addint model-gen, editing poms (commit: ca909da) (details)
- readme, mojo (commit: d921e45) (details)
- AbstractIdentifiableType - supertype changed to supertypes - multiple inheritance feature (commit: 524c290) (details)
- Minor refractors (commit: c585778) (details)
- Fixing tests after merge (commit: 8197ee4) (details)
- OWLData property attribute can be declared on methods (commit: ba6fe5a) (details)
- OWLAnnotation- and OWLObject- property attribute can be declared on methods. Minor refactor of methods. (commit: 3de1c59) (details)
- Fixed not compiling tests, minor refactor (commit: ea31a74) (details)
- Added multiple tests (commit: e655f11) (details)
- Better matching properties to accessors, added more tests (commit: 3117abf) (details)
- Inheritance type refactor (commit: 9fe06bb) (details)
- Ambigous hierarchy exception not thrown on same methods (commit: 07ad75b) (details)
- implementace z velke casti hotova (commit: c1119ef) (details)
- Ambigous hierarchy exception also not thrown on equal methods (commit: 0ecc26a) (details)
- Post-merge fixes (commit: ad551d1) (details)
- bugfix for correctly deserializing plural attributes (commit: 41636f3) (details)
- oprava generatoru vystupnich souboru, plugin nefungujici (commit: 3c05b24) (details)
- minor refactor (commit: b509834) (details)
- Added ability to have annotated accessors and their properties in same class (commit: 3b18b30) (details)
- Ambigous hierarchy exception not thrown on same methods (commit: 1a8ee52) (details)
- added more tests (commit: 28adcff) (details)
- small changes (commit: e1fe734) (details)
- Code documentation and refactor (commit: 0d7c707) (details)
- First draw of wiki page (commit: 8999338) (details)
- opravy, fixes, progress na pluginu (commit: 9359540) (details)
- lepsi vyuziti annotationEnum (commit: c497857) (details)
- enabled ParticipationConstraints and convert annotations to be used on methods (commit: ad23cd2) (details)
- přejmenování modulu (commit: 4bc0a5c) (details)
- paggage->pckg (commit: 09e9dd1) (details)
- opravy, vylepšení zfunkčněn config s parametry pluginu, zfunkčněn plugin, atd... (commit: e3c4aa5) (details)
- Minor code refactor (commit: bd436c7) (details)
- Post-merge fixes (commit: 53056db) (details)
- Added JavaDoc to some metamodel classes (commit: 513dd10) (details)
- Added integration test contexts to other rdf4j and owlapi (commit: 8f72440) (details)
- Added additional checks and tests for Convert and ParticipationContraints annotations (commit: c706b18) (details)
- Added integration test for combination of mapped superclass and annotated method (commit: ffc28c7) (details)
- removed draft documentation (commit: 816dd73) (details)
- Minor code refactor changes from PR (commit: 35bbffc) (details)
- vylepšení, opravy, testy (commit: 5defbe4) (details)
- zapomenuté změny (commit: deca11f) (details)
- Changed return type of IdentifiableType.getSupertypes to remove useless retypes in code. Minor refactor of AbstractIdentifiableType.setSupertypes (commit: d754041) (details)
- v0.30.1-SNAPSHOT, zmena Java verze, opravy proti termItu (commit: c12faea) (details)
- úprava logování, additional-sources, jmenné úpravy, přepracování testů, nové testovací scénáře (commit: 8911fed) (details)
- @Enumerated and @Sequence can be declared on methods (commit: 75867a1) (details)
- Field processing throws exception on non-compatible types (commit: e214f65) (details)
- [1.0.0-SNAPSHOT] Bump snapshot version. (commit: 608891a) (details)
- pom fixes (commit: 2aa4f2d) (details)
- [GH-140] Update to Jena 4.8.0 and RDF4J 4.2.4. (commit: 6a71136) (details)
- [GH-140] Update to OWLAPI 5.5.0. (commit: 1397155) (details)
- [GH-120] Remove obsolete ontodriver-sesame module. (commit: a849df0) (details)
- pull request fixes, readme, some javadocs (commit: fd4b69b) (details)
- test fixes (commit: 0f6555f) (details)
- pull request comments resolved (commit: 2f1c6d8) (details)
- transient neni nutne ignorovat (commit: 5293f03) (details)
- rollback: 5293f03 transient neni nutne ignorovat (commit: a239f87) (details)
- [Ref] Code cleanup in the modelgen module. (commit: 9443549) (details)
- [Ref][Upd] Minor refactoring and dependency updates in the Maven plugin. (commit: 97992d7) (details)
- [Enhancement #141] Extend EntityManager API with method for getting inferred status of entity attribute value. (commit: 9038123) (details)
- [Enhancement #141] Refactor FieldStrategy implementations to support transformation of a value to axiom value. (commit: cb5390e) (details)
- [Enhancement #141] Check for inference of entity attribute value in ObjectOntologyMapper. (commit: 4c5916b) (details)
- [Enhancement #141] Test the new isInferred API. (commit: c01e3e6) (details)
- [Enhancement #175] Simplify value mapping in annotation property strategies. (commit: a12d8b0) (details)
- [Enhancement #175] Implement predictable annotation property value mapping in RDF4J driver. (commit: 1b4ff5a) (details)
- [Enhancement #175] Implement predictable annotation property value mapping in Jena driver. (commit: e0d23a5) (details)
- [Enhancement #175] Implement predictable annotation property value mapping in OWLAPI driver. (commit: fc43546) (details)
- [Fix] Fix invalid reflective operations on JDK 11 when cloning Collections.emptyMap. (commit: f76d2f7) (details)
- [Ref] Remove deprecated query ontology management API from the EntityManager. (commit: e454278) (details)
- Add query hint for selecting statement execution ontology (if applicable). (commit: da1154c) (details)
- [Enhancement #144] Add API for disabling inference when loading data to Descriptor. (commit: ec3f2f8) (details)
- [Enhancement #144] Implement inference disabling in Descriptors. (commit: f0a403c) (details)
- [Fix] Add missing override of setHint to TypedQuery. (commit: 7dbaa54) (details)
- [Enhancement #144] Add integration tests for disabling inference for entity loading. (commit: c13181a) (details)
- [Enhancement #144] Modify AxiomDescriptorFactory to take entity descriptor inference setting into account when creating axiom loading descriptors. (commit: 87f58a5) (details)
- [Enhancement #144] Apply disabled inference to query descriptor when corresponding hint is set. (commit: 2349bb2) (details)
- [Fix] Use JDK 11 in GH Actions build. (commit: ae33c5e) (details)
- [Ref] Refactor uses of deprecated API. (commit: 3e79242) (details)
- [SCA] SCA-based code cleanup. (commit: bf0c9ad) (details)
- [SCA] SCA-based code improvements. (commit: decb613) (details)
- [Upd] Update to RDF4J 4.3.2. (commit: 031f172) (details)
- [Doc] Update readme. (commit: 1bd83a3) (details)
- [Ref] Refactor modelgen, improve OutputFilesGenerator. (commit: 8d3b103) (details)
- [Upd] Update Logback version. (commit: 4162b9d) (details)
- [Chore] Regenerate license headers. (commit: d71342f) (details)
- [Doc] Cleanup readme. (commit: 393f7d0) (details)
- [1.0.0] Bump version, update changelog. (commit: 6680451) (details)