Skip to content

Changes

#213 (Jan 30, 2024, 4:30:55 PM)

  1. [Bug #227] Support new Spring Boot JAR structure when scanning classpath. (commit: f424acd) — Martin Ledvinka / githubweb
  2. [1.2.2] Bump version, update changelog. (commit: 0433de8) — Martin Ledvinka / githubweb

#212 (Jan 22, 2024, 12:42:15 PM)

  1. [Fix] Ensure IndirectMultilingualStrings are unwrapped when entity is detached from persistence context. (commit: db4d6a7) — Martin Ledvinka / githubweb
  2. Remove unused import in RetrieveOperationsRunner. (commit: 934eedf) — Martin Ledvinka / githubweb
  3. [1.2.1] Bump version, update changelog. (commit: 51f9bf9) — Martin Ledvinka / githubweb

#211 (Dec 20, 2023, 5:27:18 PM)

  1. [GH#214] Replace license header with the correct LGPLv3 one. (commit: 38943a7) — Martin Ledvinka / githubweb
  2. [Enhancement #209] Validate list mapping. (commit: c773ab0) — Martin Ledvinka / githubweb
  3. [Enhancement #209] Refactor list value descriptors to support literal values for referenced lists. (commit: 8eb649b) — Martin Ledvinka / githubweb
  4. [Enhancement #209, WIP] Working on refactoring list iterators in RDF4J driver to support data property values in referenced lists. (commit: a38b443) — Martin Ledvinka / githubweb
  5. [1.2.0-SNAPSHOT] Bump version for the next release. (commit: 6591917) — Martin Ledvinka / githubweb
  6. [Enhancement #206] Refactor RDF4J list handling to support data property values in referenced lists. (commit: a1f10ba) — Martin Ledvinka / githubweb
  7. [Enhancement #206] Refactor Jena list handlers in preparation for adding support for data property referenced list values. (commit: d19c6d8) — Martin Ledvinka / githubweb
  8. [Enhancement #206] Refactor Jena list handlers to support data property referenced list values. (commit: 9e738a5) — Martin Ledvinka / githubweb
  9. [Enhancement #209] Refactor OWLAPI lists to support data property values for referenced lists. (commit: 08d83dc) — Martin Ledvinka / githubweb
  10. [Enhancement #209] Fix integration tests. (commit: 04ef4ea) — Martin Ledvinka / githubweb
  11. [Enhancement #209] Modify ReferencedListPropertyStrategy to use DataPropertyAssertion when list element type is literal. (commit: 09bbe84) — Martin Ledvinka / githubweb
  12. Bump ch.qos.logback:logback-classic from 1.4.7 to 1.4.12 (commit: a3486f6) — noreply / githubweb
  13. [Enhancement #206] Implement support for data property referenced lists in jopa-impl. (commit: c00e3cc) — Martin Ledvinka / githubweb
  14. [Enhancement #206] Integration tests of persisting data property referenced list. (commit: f19a1a9) — Martin Ledvinka / githubweb
  15. [Ref] Refactor list handlers in RDF4J driver to reduce code duplication. (commit: c0f9d75) — Martin Ledvinka / githubweb
  16. [Enhancement #209] Add integration test for reading data property referenced lists. (commit: 88793e0) — Martin Ledvinka / githubweb
  17. [Enhancement #209] Implement a new ReferencedListDataPropertyStrategy to handle reference lists with data property values. (commit: 55b4405) — Martin Ledvinka / githubweb
  18. [Enhancement #209] Implement data property referenced list loading in RDF4J driver. (commit: 26b569a) — Martin Ledvinka / githubweb
  19. [Enhancement #209] Implement data property referenced list loading in Jena driver. (commit: 385f601) — Martin Ledvinka / githubweb
  20. [Enhancement #209] Implement data property referenced list loading in OWLAPI driver. (commit: f7521ba) — Martin Ledvinka / githubweb
  21. [Enhancement #209] Test data property referenced list loading, fix issues. (commit: 3a588c2) — Martin Ledvinka / githubweb
  22. [Enhancement #209] Test data property referenced list updates, fix issues. (commit: ef8c390) — Martin Ledvinka / githubweb
  23. [Ref] Refactor list-related integration tests into separate class. (commit: 79b94b2) — Martin Ledvinka / githubweb
  24. [Enhancement #216] Add initial integration test for multilingual referenced lists support. (commit: 1ef75e7) — Martin Ledvinka / githubweb
  25. [Ref] Minor refactoring of integration test vocabulary. (commit: 8bcb9d1) — Martin Ledvinka / githubweb
  26. [Enhancement #216] Extend OntoDriver API with a value object for multilingual strings in referenced lists. (commit: b72636c) — Martin Ledvinka / githubweb
  27. [Enhancement #216] Resolve converter for multilingual referenced list strings. (commit: 4e3dfcd) — Martin Ledvinka / githubweb
  28. [Enhancement #216] Implement persisting multilingual strings as referenced list content in RDF4J driver. (commit: b230b6b) — Martin Ledvinka / githubweb
  29. [Enhancement #216] Implement persisting multilingual strings as referenced list content in Jena driver. (commit: 09f4951) — Martin Ledvinka / githubweb
  30. [Enhancement #216] Implement persisting multilingual strings as referenced list content in OWLAPI driver. (commit: 73d2885) — Martin Ledvinka / githubweb
  31. [Enhancement #216] Add integration test for loading referenced lists containing multilingual strings. (commit: 9191341) — Martin Ledvinka / githubweb
  32. [Enhancement #216] Implement multilingual string referenced list loading in RDF4J driver. (commit: fdfcbc6) — Martin Ledvinka / githubweb
  33. [Enhancement #216] Implement multilingual string referenced list loading in Jena driver. (commit: 2382a49) — Martin Ledvinka / githubweb
  34. [Enhancement #216] Implement multilingual string referenced list loading in OWLAPI driver. (commit: 162294d) — Martin Ledvinka / githubweb
  35. [Ref] Refactor referenced list iterators in OWLAPI driver. (commit: d8f29bd) — Martin Ledvinka / githubweb
  36. [Enhancement #216] Support updating referenced lists containing multilingual strings in the RDF4J driver. (commit: eb57454) — Martin Ledvinka / githubweb
  37. [Enhancement #216] Support updating referenced lists containing multilingual strings in the Jena driver. (commit: 046f1d3) — Martin Ledvinka / githubweb
  38. [Enhancement #216] Test removal of multilingual referenced list values.. (commit: e0d30f2) — Martin Ledvinka / githubweb
  39. [SCA] Minor SCA-based code improvements. (commit: 4e5a351) — Martin Ledvinka / githubweb
  40. [Upd] RDF4J 4.3.8, Jena 4.10.0 (commit: 8f465d1) — Martin Ledvinka / githubweb
  41. [1.2.0] Bump version, update changelog. (commit: 6697a58) — Martin Ledvinka / githubweb

#210 (Oct 25, 2023, 9:11:05 AM)

  1. [Fix] Revert maven-source-plugin to 3.2.1 due to build failures. (commit: 1d2af90) — Martin Ledvinka / githubweb

#209 (Oct 25, 2023, 8:54:24 AM)

  1. [Enhancement #189] Allow ignoring inferred value removals on merge. (commit: 840b190) — Martin Ledvinka / githubweb
  2. [Enhancement #189] Add some integration tests for the feature. (commit: 570bad4) — Martin Ledvinka / githubweb
  3. [Chore] Regenerate license headers. (commit: 1cca8ac) — Martin Ledvinka / githubweb
  4. [Upd] Update RDF4J to 4.3.7. (commit: 5faecd0) — Martin Ledvinka / githubweb
  5. [1.1.4] Bump version, update changelog. (commit: 63e60ce) — Martin Ledvinka / githubweb

#208 (Sep 22, 2023, 5:43:26 PM)

  1. [Bug #202] Add test reproducing the issue. (commit: 167bb21) — Martin Ledvinka / githubweb
  2. [Bug #202] Modify RDF4J driver to remove all property assertions on its update to prevent transaction concurrency issues. (commit: 5d58e0d) — Martin Ledvinka / githubweb
  3. [Bug #202] Modify Jena driver to remove all property assertions on its update to prevent transaction concurrency issues. (commit: cb85679) — Martin Ledvinka / githubweb
  4. [Bug #202] Ensure removeStatementsBySubjectAndPredicate removes also statements added with transaction to LocalModel. (commit: f88d638) — Martin Ledvinka / githubweb
  5. [Bug #202] Modify OWLAPI driver to remove all property assertions on its update to prevent transaction concurrency issues. (commit: 99234b4) — Martin Ledvinka / githubweb
  6. [Ref] Minor refactoring of transactional changes in the OWL API driver. (commit: 4b946e7) — Martin Ledvinka / githubweb
  7. Minor refactoring and documentation for the epistemic axiom removal mechanism. (commit: 9dfd03a) — Martin Ledvinka / githubweb
  8. Extend RDF vocabulary with RDF lists. (commit: f01ff22) — Martin Ledvinka / githubweb
  9. [Bug #204] Use namespace resolver when processing @Sequence values. (commit: adc2d9a) — Martin Ledvinka / githubweb
  10. [SCA] SCA-based code improvements. (commit: 3f579b8) — Martin Ledvinka / githubweb
  11. [1.1.3] Bump version, update changelog. (commit: 00d76df) — Martin Ledvinka / githubweb
  12. [Upd] Update JaCoCo to 0.8.10, update GH actions. (commit: 3de5549) — Martin Ledvinka / githubweb
  13. [Fix] Use Temurin Java distro (Oracle 11 is not available). (commit: e758b8f) — Martin Ledvinka / githubweb
  14. Revert to Jacoco 0.8.9 to try to fix failing Jenkins builds. (commit: b71e5fb) — Martin Ledvinka / githubweb
  15. Revert to Jacoco 0.8.8 to try to fix failing Jenkins builds. (commit: 5d64b3b) — Martin Ledvinka / githubweb

#207 (Sep 14, 2023, 10:52:57 AM)

  1. Fix typo in OWLClass annotation documentation (commit: 01b9313) — piegsa / githubweb
  2. [Enhancement #196] Provide access to selected ManagedClassProcessor utility methods. (commit: a20a89b) — Martin Ledvinka / githubweb
  3. [Enhancement #196] Add a version of ManagedClassProcessor.detectNamespaces that takes an existing NamespaceResolver instance as argument. (commit: 196e9f5) — Martin Ledvinka / githubweb
  4. [GH #198] Revert from using alias to name for Mojo parameters. (commit: a20147f) — Martin Ledvinka / githubweb
  5. [Fix] Take max connection pool size and connection acquisition timeout configuration into account in RDF4J driver. (commit: 790aeae) — Martin Ledvinka / githubweb
  6. [Bug #199] Append a suffix to classname generated by OWL2Java in case it would clash with existing class. (commit: 01a7df6) — Martin Ledvinka / githubweb
  7. [GH #198] Modify OWL2JavaMojo to better map plugin parameters and not show warnings in IDEs. (commit: 2d173a4) — Martin Ledvinka / githubweb
  8. Update RDF4J driver HTTP client connection pool defaults. (commit: ba0b148) — Martin Ledvinka / githubweb
  9. [1.1.2] Bump version, update changelog. (commit: 6378158) — Martin Ledvinka / githubweb

#206 (Aug 23, 2023, 2:21:48 PM)

  1. Introduce a marker annotation for OWL property mapping annotations. (commit: c4c6f11) — Martin Ledvinka / githubweb
  2. [SCA] SCA-based code improvements. (commit: f427c2c) — Martin Ledvinka / githubweb
  3. [Fix] Fix incorrect use of MultilingualString.set in test setup. (commit: da6f124) — Martin Ledvinka / githubweb
  4. [Bug #191] Use a custom HttpClient for RDF4J remote repository access. (commit: 860c2f8) — Martin Ledvinka / githubweb
  5. Add TODOs. (commit: 6b9ec56) — Martin Ledvinka / githubweb
  6. [Bug #191] Make RDF4J driver HTTP client connection pool size configurable. (commit: e03a580) — Martin Ledvinka / githubweb
  7. [Bug #191] Make RDF4J driver HTTP client connection request timeout configurable. (commit: 6e8c209) — Martin Ledvinka / githubweb
  8. [Bug #191] Adjust default max connection pool size. (commit: 4155fcd) — Martin Ledvinka / githubweb
  9. [Upd] Update to RDF4J 4.3.5 and AspectJ 1.9.20 (commit: c9d20c0) — Martin Ledvinka / githubweb
  10. [1.1.1] Bump version, update changelog. (commit: a1aa3b0) — Martin Ledvinka / githubweb

#204 (Jul 28, 2023, 8:37:05 AM)

  1. [Enhancement #176] Add SOQL parser test for MEMBER OF support. (commit: defc470) — Martin Ledvinka / githubweb
  2. [Enhancement #161] Support attribute language tag extraction (and comparison) in SOQL. (commit: 4da0e16) — Martin Ledvinka / githubweb
  3. [Enhancement #161] Support attribute language tag extraction (and comparison) in Criteria API. (commit: cf37339) — Martin Ledvinka / githubweb
  4. [Enhancement #161] Add an integration test for selection by language tag in Criteria API. (commit: d5ed66a) — Martin Ledvinka / githubweb
  5. [Enhancement #185] Allow declaring multiple scan packages for entity class discovery. (commit: 5befbac) — Martin Ledvinka / githubweb
  6. [Enhancement #185] Allow not providing scan package to entity class discovery. (commit: db2caf1) — Martin Ledvinka / githubweb
  7. [Fix] Add dummy classes to prevent AspectJ Maven plugin build errors in integration test modules. (commit: 9272045) — Martin Ledvinka / githubweb
  8. [Fix] Fix projection of count variable from SOQL query. (commit: b2a5df4) — Martin Ledvinka / githubweb
  9. [Enhancement #176] Add SOQL parser test for MEMBER OF support. (commit: e5ed6ba) — Martin Ledvinka / githubweb
  10. [Fix] Fix compilation issues after rebase on development. (commit: dd280ee) — Martin Ledvinka / githubweb
  11. [Enhancement #176] Extend SOQL grammar with MEMBER OF, add parser tests. (commit: 4ecb097) — Martin Ledvinka / githubweb
  12. [Enhancement #176] Implement MEMBER OF in SOQL. (commit: de3f5c2) — Martin Ledvinka / githubweb
  13. [Enhancement #176] Implement NOT MEMBER OF in SOQL. (commit: 51994af) — Martin Ledvinka / githubweb
  14. [Enhancement #176] Implement isMember predicates in Criteria API. (commit: f27471b) — Martin Ledvinka / githubweb
  15. [Enhancement #176] Add integration test for Criteria API isMember predicate. (commit: a9372ab) — Martin Ledvinka / githubweb
  16. [Upd] Update to RDF4J 4.3.4 and Jena 4.9.0. (commit: 6f7d2d7) — Martin Ledvinka / githubweb
  17. Support both legacy and new RDF4J repository configuration vocabulary. (commit: 5e1ffd6) — Martin Ledvinka / githubweb
  18. [1.1.0] Bump version, update changelog. (commit: 37998d7) — Martin Ledvinka / githubweb

#202 (Jun 29, 2023, 5:51:09 PM)

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

#201 (Jun 22, 2023, 2:04:02 PM)

  1. [Fix] Prevent possible URI syntax exception when generating default unspecified property IRI. (commit: e21ddd8) — Martin Ledvinka / githubweb
  2. [Code style] Disable start imports in IDEA. (commit: 928f561) — Martin Ledvinka / githubweb
  3. [Bug #178] Add test reproducing the issue. (commit: f25c67d) — Martin Ledvinka / githubweb
  4. [Bug #178] Fix an issue with commutativity of and operator when using selection by identifier in SOQL. (commit: eb459e4) — Martin Ledvinka / githubweb
  5. [Ref] Introduce some SOQL constants instead of using string literals in code. (commit: 592e69b) — Martin Ledvinka / githubweb
  6. [0.22.2] Bump version, update changelog. (commit: cb4f334) — Martin Ledvinka / githubweb

#200 (Jun 7, 2023, 3:00:10 PM)

  1. [Upd] Update to OWL2Query 0.6.2, re-enable the selection by identifier query test for OWLAPI driver. (commit: 091feb1) — Martin Ledvinka / githubweb
  2. Log full query in case RDF4J throws MalformedQueryException to help with diagnosing the problem. (commit: 57c12eb) — Martin Ledvinka / githubweb
  3. [Bug #165] Add test reproducing the issue. (commit: f1b912c) — Martin Ledvinka / githubweb
  4. [Bug #165] Fix the issue by allowing SELECT queries without WHERE keyword. (commit: ca58cef) — Martin Ledvinka / githubweb
  5. [Task #159] Add .editorconfig with common formatting configuration (mainly for IntelliJ IDEA). (commit: 4362560) — Martin Ledvinka / githubweb
  6. Require target package configuration in Maven plugin (not specifying it caused NPX). (commit: aba389b) — Martin Ledvinka / githubweb
  7. [Enhancement #170] Allow disabling generation of name and description fields in OWL2Java. (commit: 8b8b8fc) — Martin Ledvinka / githubweb
  8. [Enhancement #170] Update documentation of OWL2Java. (commit: 9adfbaf) — Martin Ledvinka / githubweb
  9. [Enhancement #170] Add option to disable generation of label and description fields to JOPA Maven plugin. (commit: 4cf9470) — Martin Ledvinka / githubweb
  10. [Enhancement #170] Refactor the parameter name. (commit: 537b42c) — Martin Ledvinka / githubweb
  11. [Enhancement #170] Allow disabling generation of owl:Thing entity class in OWL2Java. (commit: dbf01ec) — Martin Ledvinka / githubweb
  12. [Enhancement #170] Allow disabling generation of owl:Thing entity class in JOPA Maven plugin. (commit: f107e78) — Martin Ledvinka / githubweb
  13. [Bug #171] Add test reproducing the issue. (commit: 5384b13) — Martin Ledvinka / githubweb
  14. [Bug #171] Fix conversion of simple literal annotation property value in RDF4J driver. (commit: 79610d0) — Martin Ledvinka / githubweb
  15. [Bug #171] Fix conversion of simple literal annotation property value in Jena driver. (commit: 3386680) — Martin Ledvinka / githubweb
  16. [Bug #171] Fix conversion of simple literal annotation property value in OWLAPI driver. (commit: c7bc27d) — Martin Ledvinka / githubweb
  17. Fix failing test in Jena driver. (commit: 2570674) — Martin Ledvinka / githubweb
  18. [Fix] Fix incorrect translation of SOQL queries with selection by attribute and entity id. (commit: f7f6b42) — Martin Ledvinka / githubweb
  19. [Doc] Add README for the JOPA Maven plugin. (commit: c25dd7e) — Martin Ledvinka / githubweb
  20. [0.22.1] Bump version, update changelog. (commit: 966c97c) — Martin Ledvinka / githubweb

#199 (Apr 26, 2023, 1:43:03 PM)

  1. [Enhancement #138] Add acceptance test for SOQL. (commit: d313c01) — Martin Ledvinka / githubweb
  2. [Fix] Override fetch type of inferred types and properties to eager. (commit: 8b9304e) — Martin Ledvinka / githubweb
  3. [0.21.2-SNAPSHOT] Bump version to snapshot. (commit: 7bb7a03) — Martin Ledvinka / githubweb
  4. [Bug #150] Add test reproducing the issue. (commit: 14f6f05) — Martin Ledvinka / githubweb
  5. [Bug #150] Refactor RDF4J OntoDriver repository connection to support adding repository-specific connectors. (commit: 4aa44b9) — Martin Ledvinka / githubweb
  6. [Bug #150] Add a GraphDBStorageConnector whose isInferred implementation ignores context for the inferred statement. (commit: 938f7c2) — Martin Ledvinka / githubweb
  7. [Bug #150] Check whether an attribute value is already inferred before inserting it into the repository. (commit: 9ee6c43) — Martin Ledvinka / githubweb
  8. Remove TODO. (commit: a210ef4) — Martin Ledvinka / githubweb
  9. [Enhancement #136] Clear cache on EMF close. (commit: 714e177) — Martin Ledvinka / githubweb
  10. [Enhancement #136] Remove closed EMF from set of active EMFs. (commit: a033769) — Martin Ledvinka / githubweb
  11. [0.20.2] Bump version, update changelog. (commit: 6816505) — Martin Ledvinka / githubweb
  12. [Feature #60, #134] Extend JOPA API with enum mapping classes. (commit: b6f62bb) — Martin Ledvinka / githubweb
  13. [Feature #60] Add a marker annotation for enums mapped to object property values (OWL ObjectOneOf). (commit: 8cc48d4) — Martin Ledvinka / githubweb
  14. [Feature #60] Implement ObjectOneOfEnumConverter for object property enum values. (commit: f6ac972) — Martin Ledvinka / githubweb
  15. [Feature #60] Create ObjectOneOfEnumConverter when resolving converter for enum-valued object property attribute. (commit: 64d7cf2) — Martin Ledvinka / githubweb
  16. [Feature #60] Implement enum value mapping for singular object property attributes. (commit: 2769df9) — Martin Ledvinka / githubweb
  17. [Feature #60] Implement enum value mapping for plural object property attributes. (commit: 45dc1d2) — Martin Ledvinka / githubweb
  18. [Feature #60] Integration tests of mapping enum constants to ontological individuals. (commit: 270dc8c) — Martin Ledvinka / githubweb
  19. [Enhancement #134] Implement OrdinalEnumConverter for converting ordinal values to enum constants and vice versa. (commit: 4a8ad8f) — Martin Ledvinka / githubweb
  20. [Enhancement #134] User OrdinalEnumConverter when ordinal enum attribute mapping is configured. (commit: 88a5f42) — Martin Ledvinka / githubweb
  21. [Enhancement #134] Integration tests of ordinal enum attribute mapping. (commit: e45612e) — Martin Ledvinka / githubweb
  22. [Fix] Do not output empty WHERE/HAVING clause from CriteriaQuery into SOQL query. (commit: e5db0f4) — Martin Ledvinka / githubweb
  23. Switch to the dev.aspectj AspectJ Maven plugin. (commit: 99661b7) — Martin Ledvinka / githubweb
  24. [SCA] Minor SCA-based code improvements. (commit: 47b9b2a) — Martin Ledvinka / githubweb
  25. [0.21.0] Bump version, update changelog. (commit: 76c37ad) — Martin Ledvinka / githubweb
  26. Bump snapshot version. (commit: bafefa7) — Martin Ledvinka / githubweb
  27. Allow using generic types as plural attribute elements. (commit: b257c29) — Martin Ledvinka / githubweb
  28. [Fix] Update readme, fix broken links and obsolete info. (commit: d037a0a) — Martin Ledvinka / githubweb
  29. [0.21.1] Bump version, update changelog. (commit: 8d407ab) — Martin Ledvinka / githubweb
  30. [Fix] Override fetch type of inferred types and properties to eager. (commit: e9d246e) — Martin Ledvinka / githubweb
  31. [0.21.2-SNAPSHOT] Bump version to snapshot. (commit: e3d9eef) — Martin Ledvinka / githubweb
  32. [Bug #150] Add test reproducing the issue. (commit: 7d2ce4f) — Martin Ledvinka / githubweb
  33. [Bug #150] Refactor RDF4J OntoDriver repository connection to support adding repository-specific connectors. (commit: 26b245e) — Martin Ledvinka / githubweb
  34. [Bug #150] Add a GraphDBStorageConnector whose isInferred implementation ignores context for the inferred statement. (commit: 421c0fd) — Martin Ledvinka / githubweb
  35. [Bug #150] Check whether an attribute value is already inferred before inserting it into the repository. (commit: bacbdc3) — Martin Ledvinka / githubweb
  36. Remove TODO. (commit: ca09dac) — Martin Ledvinka / githubweb
  37. [Enhancement #138] Use a VALUES clause when a parameter projected in selection is set in a SPARQL query. (commit: 2d1b0b6) — Martin Ledvinka / githubweb
  38. [Enhancement #138] Working on support for selection by entity identifier in SOQL. (commit: cc5b4bf) — Martin Ledvinka / githubweb
  39. [Enhancement #138] Support selection by equality of entity identifier in SOQL. (commit: 3369603) — Martin Ledvinka / githubweb
  40. [Enhancement #138] Support selection by entity identifier using the IN operator. (commit: f7804d7) — Martin Ledvinka / githubweb
  41. [Enhancement #138] Resolve SOQL parsing issues w.r.t. selection by entity identifier. (commit: d2054a0) — Martin Ledvinka / githubweb
  42. [Enhancement #138] Ensure Criteria API supports selection by identifier. (commit: c90bb86) — Martin Ledvinka / githubweb
  43. [Bug #153] Prevent registration of custom attribute converters for ObjectProperty attributes. (commit: 29bada0) — Martin Ledvinka / githubweb
  44. [Enhancement #152] Extend SOQL grammar with new functions (string and numeric). (commit: d19bdc9) — Martin Ledvinka / githubweb
  45. [Enhancement #152] Add tests for parsing SOQL with upper/lower functions. (commit: 7c4af9d) — Martin Ledvinka / githubweb
  46. Add test reproducing the issue. (commit: 3e3fa02) — Martin Ledvinka / githubweb
  47. [Enhancement #152] Improve support for String SOQL functions, add tests for more complex behavior. (commit: d20fc30) — Martin Ledvinka / githubweb
  48. [Fix] Support multiple comparison operators on the same attribute in SOQL. (commit: 4896d56) — Martin Ledvinka / githubweb
  49. [Enhancement #152] Extend Criteria API with support for lower/upper string functions. (commit: d5b13ff) — Martin Ledvinka / githubweb
  50. [Enhancement #152] Extend SOQL an Criteria API with numeric functions length(string), abs, ceil, floor. (commit: 5cc53af) — Martin Ledvinka / githubweb
  51. [Enhancement #152] Add tests for numeric functions length(string), abs, ceil, floor. (commit: 9d385f1) — Martin Ledvinka / githubweb
  52. [Enhancement #152] Fix test of math functions in Criteria API. (commit: eaf0b5e) — Martin Ledvinka / githubweb
  53. [Fix] Fix a NPX when an unpersisted non-initialized object was referenced in equals/hashCode of an entity. (commit: 7aeb27c) — Martin Ledvinka / githubweb
  54. [Fix] Prevent clashes when generating query test data. (commit: 559a41a) — Martin Ledvinka / githubweb
  55. [SCA] SCA-based code improvements. (commit: 3a4c90b) — Martin Ledvinka / githubweb
  56. [0.22.0] Bump version, update changelog. (commit: 0dc8344) — Martin Ledvinka / githubweb

#198 (Mar 21, 2023, 2:24:59 PM)

  1. Bump snapshot version. (commit: c2e4d39) — Martin Ledvinka / githubweb
  2. Allow using generic types as plural attribute elements. (commit: 3ecc288) — Martin Ledvinka / githubweb
  3. [Fix] Update readme, fix broken links and obsolete info. (commit: 2ed1a85) — Martin Ledvinka / githubweb
  4. [0.21.1] Bump version, update changelog. (commit: 11c7c6b) — Martin Ledvinka / githubweb

#197 (Mar 6, 2023, 11:54:54 AM)

  1. [Feature #60, #134] Extend JOPA API with enum mapping classes. (commit: 25c741b) — Martin Ledvinka / githubweb
  2. [Feature #60] Add a marker annotation for enums mapped to object property values (OWL ObjectOneOf). (commit: e0ff261) — Martin Ledvinka / githubweb
  3. [Feature #60] Implement ObjectOneOfEnumConverter for object property enum values. (commit: 69d2bea) — Martin Ledvinka / githubweb
  4. [Feature #60] Create ObjectOneOfEnumConverter when resolving converter for enum-valued object property attribute. (commit: 02df0a4) — Martin Ledvinka / githubweb
  5. [Feature #60] Implement enum value mapping for singular object property attributes. (commit: 299e8b7) — Martin Ledvinka / githubweb
  6. [Feature #60] Implement enum value mapping for plural object property attributes. (commit: 80b6f18) — Martin Ledvinka / githubweb
  7. [Feature #60] Integration tests of mapping enum constants to ontological individuals. (commit: 3b21ae1) — Martin Ledvinka / githubweb
  8. [Enhancement #134] Implement OrdinalEnumConverter for converting ordinal values to enum constants and vice versa. (commit: 3781791) — Martin Ledvinka / githubweb
  9. [Enhancement #134] User OrdinalEnumConverter when ordinal enum attribute mapping is configured. (commit: 98a765a) — Martin Ledvinka / githubweb
  10. [Enhancement #134] Integration tests of ordinal enum attribute mapping. (commit: ce2137b) — Martin Ledvinka / githubweb
  11. [Fix] Do not output empty WHERE/HAVING clause from CriteriaQuery into SOQL query. (commit: 973ac3e) — Martin Ledvinka / githubweb
  12. Switch to the dev.aspectj AspectJ Maven plugin. (commit: 7c1f747) — Martin Ledvinka / githubweb
  13. [SCA] Minor SCA-based code improvements. (commit: 3e38132) — Martin Ledvinka / githubweb
  14. [0.21.0] Bump version, update changelog. (commit: 6cb074a) — Martin Ledvinka / githubweb

#196 (Feb 23, 2023, 4:16:41 PM)

  1. Support automatic conversion of language-less strings to LangString attributes. (commit: ab0ba33) — Martin Ledvinka / githubweb
  2. [Snapshot] Bump version to 0.20.2-SNAPSHOT. (commit: 42029f2) — Martin Ledvinka / githubweb
  3. [Bug #135] Add tests to reproduce the issue. (commit: 9e87c52) — Martin Ledvinka / githubweb
  4. Support using LangString as query parameter. (commit: 063e311) — Martin Ledvinka / githubweb
  5. [Bug #135] Support joining over plural attributes in SOQL. (commit: 5a3cf9c) — Martin Ledvinka / githubweb
  6. [Bug #135] Improve bindable type resolution - remove instanceof. (commit: 5cee5cf) — Martin Ledvinka / githubweb
  7. [Bug #135] Support path expressions over plural attributes in Criteria API. (commit: ac8a1bf) — Martin Ledvinka / githubweb
  8. [Enhancement #136] Clear cache on EMF close. (commit: cc8a2e5) — Martin Ledvinka / githubweb
  9. [Enhancement #136] Remove closed EMF from set of active EMFs. (commit: 7773ee7) — Martin Ledvinka / githubweb
  10. [0.20.2] Bump version, update changelog. (commit: fa8b835) — Martin Ledvinka / githubweb

#195 (Feb 7, 2023, 10:17:41 AM)

  1. Allow building a reduced metamodel from a specified set of entity classes. (commit: d282d0d) — Martin Ledvinka / githubweb
  2. [SCA] Minor SCA-based code improvements. (commit: fd34fe2) — Martin Ledvinka / githubweb
  3. [0.20.1] Bump version, update changelog. (commit: 339e79d) — Martin Ledvinka / githubweb

#190 (Jan 27, 2023, 10:29:18 AM)

  1. [Feature #121] Extend OntoDriver API with a method to check if an axiom is inferred. (commit: c4d2c83) — Martin Ledvinka / githubweb
  2. [Feature #121] Implement isInferred in RDF4J OntoDriver. (commit: da33c58) — Martin Ledvinka / githubweb
  3. [Del] Remove unused methods from MainAxiomLoader. (commit: 7c704a5) — Martin Ledvinka / githubweb
  4. [Feature #121] Implement isInferred in Jena OntoDriver. (commit: 7f6f98b) — Martin Ledvinka / githubweb
  5. [Fix] Use provided value in contains in RDF4J/Sesame driver. (commit: 3108cc3) — Martin Ledvinka / githubweb
  6. [Feature #121] Implement isInferred in OWLAPI OntoDriver. (commit: ccde272) — Martin Ledvinka / githubweb
  7. [Fix] Use provided value in contains in RDF4J/Sesame driver. (commit: 1d73ba1) — Martin Ledvinka / githubweb
  8. [Enhancement #124] Add annotation used for excluding type from persistence. (commit: 2b014ff) — Martin Ledvinka / githubweb
  9. [Enhancement #124] Skip classes annotated with NonEntity when loading entities. (commit: 3a03939) — Martin Ledvinka / githubweb
  10. [Enhancement #124] Modify BeanListenerAspect to skip classes annotated with NonEntity. (commit: 861ed6d) — Martin Ledvinka / githubweb
  11. [Upd] Update dependencies (test, logging). (commit: 053680d) — Martin Ledvinka / githubweb
  12. [0.19.3] Bump version, update changelog. (commit: d030fff) — Martin Ledvinka / githubweb
  13. [Enhancement #124] Add annotation used for excluding type from persistence. (commit: 2b97c24) — Martin Ledvinka / githubweb
  14. [Enhancement #124] Skip classes annotated with NonEntity when loading entities. (commit: b432198) — Martin Ledvinka / githubweb
  15. [Enhancement #124] Modify BeanListenerAspect to skip classes annotated with NonEntity. (commit: 78ca2d3) — Martin Ledvinka / githubweb
  16. [Upd] Update dependencies (test, logging). (commit: fb4624a) — Martin Ledvinka / githubweb
  17. [0.19.3] Bump version, update changelog. (commit: 8f585d6) — Martin Ledvinka / githubweb
  18. [Feature #121] Remove inferred attribute check from attribute modification validation. (commit: f9b9c5a) — Martin Ledvinka / githubweb
  19. [Feature #121] Implement calculation of axioms from attribute value. (commit: 6297a58) — Martin Ledvinka / githubweb
  20. [Feature #121] Implement calculation of axioms from unmapped properties. (commit: 31d8465) — Martin Ledvinka / githubweb
  21. [Feature #121] Implement validator for inferred attributes to check whether a change to its value can be performed. (commit: ca68866) — Martin Ledvinka / githubweb
  22. [Feature #121] Implement inferred attribute modification validation on attribute change and merge. (commit: f795e2e) — Martin Ledvinka / githubweb
  23. [Feature #121] Fix attribute value to axioms translation in singular strategies. (commit: cf694d4) — Martin Ledvinka / githubweb
  24. [Feature #121] Basic integration tests of modifiable inferred attributes. (commit: 6b45ac2) — Martin Ledvinka / githubweb
  25. [Feature #121] Further testing inferred attributes modification. (commit: ed78dcc) — Martin Ledvinka / githubweb
  26. Replace use of Field with FieldSpecification in ObjectOntologyMapper.updateFieldValue. (commit: 1fb7748) — Martin Ledvinka / githubweb
  27. Replace use of Field with FieldSpecification in ObjectOntologyMapper.loadFieldValue. (commit: eee66c0) — Martin Ledvinka / githubweb
  28. Remove cache entry map when it does not contain any items. (commit: c13b3fe) — Martin Ledvinka / githubweb
  29. Bump version to 0.20.0-SNAPSHOT. (commit: 1e77058) — Martin Ledvinka / githubweb
  30. Allow editing access to MultilingualString's underlying data structure. (commit: a41b02c) — Martin Ledvinka / githubweb
  31. [Enhancement #123] Refactor SOQL grammar to allow for addition of IN operator. (commit: bc626da) — Martin Ledvinka / githubweb
  32. [Enhancement #123] Additional simplification of the SoqlQueryListener and SoqlAttribute. (commit: 556aec0) — Martin Ledvinka / githubweb
  33. Add a custom Hamcrest matcher to allow easier validation of test result w.r.t. entities. (commit: 6496826) — Martin Ledvinka / githubweb
  34. [Enhancement #123] Implement IN and NOT IN support in SOQL. (commit: 1e89a26) — Martin Ledvinka / githubweb
  35. [Enhancement #123] Refactor SOQL filter operators. (commit: 473089e) — Martin Ledvinka / githubweb
  36. [Enhancement #123] Implement support for NOT LIKE in SOQL. (commit: 90f6fbb) — Martin Ledvinka / githubweb
  37. [Enhancement #123] Ensure IN works for Criteria API. (commit: 8de7e21) — Martin Ledvinka / githubweb
  38. [Enhancement #123] Remove unused Soql.tokens and SoqlLexer.tokens files from the sources. (commit: e4e0b08) — Martin Ledvinka / githubweb
  39. [Fix] Fix dependency issues (implicit OWLAPI 5.5.0 dependency by Openllet) causing build failures on JDK 8. (commit: d58c257) — Martin Ledvinka / githubweb
  40. [Ref] Remove unused reference to the JBoss Maven repository. (commit: d150218) — Martin Ledvinka / githubweb
  41. [Enhancement #129] Implement support for inequality (<> and !=) in SOQL. (commit: 297d143) — Martin Ledvinka / githubweb
  42. [Enhancement #129] Use the new SOQL inequality operator in Criteria API. (commit: 133d170) — Martin Ledvinka / githubweb
  43. [SCA] Minor SCA-based fixes and code improvements. (commit: c89b973) — Martin Ledvinka / githubweb
  44. [0.20.0] Bump version, update changelog. (commit: 5f26f30) — Martin Ledvinka / githubweb
  45. Make line endings everywhere to LF to prevent unwanted Git changes. (commit: 337a403) — Martin Ledvinka / githubweb

#189 (Dec 13, 2022, 2:18:10 PM)

  1. [Fix] Use provided value in contains in RDF4J/Sesame driver. (commit: 53a64b5) — Martin Ledvinka / githubweb
  2. [Enhancement #124] Add annotation used for excluding type from persistence. (commit: 03d34a3) — Martin Ledvinka / githubweb
  3. [Enhancement #124] Skip classes annotated with NonEntity when loading entities. (commit: aa28d2c) — Martin Ledvinka / githubweb
  4. [Enhancement #124] Modify BeanListenerAspect to skip classes annotated with NonEntity. (commit: 7148264) — Martin Ledvinka / githubweb
  5. [Upd] Update dependencies (test, logging). (commit: d30a9c3) — Martin Ledvinka / githubweb
  6. [0.19.3] Bump version, update changelog. (commit: c18abd6) — Martin Ledvinka / githubweb

#188 (Nov 10, 2022, 5:14:12 PM)

  1. [Fix] Fix wrong JOPA example reference in README. (commit: 2b9ec85) — Martin Ledvinka / githubweb
  2. [Fix] Fix issues with cloning LocalTime property values. (commit: e7b6e78) — Martin Ledvinka / githubweb
  3. [0.19.2] Bump version, update changelog. (commit: 3e891ae) — Martin Ledvinka / githubweb

#187 (Nov 8, 2022, 3:41:00 PM)

  1. [Fix] Prevent illegal reflective operation warnings on newer JDKs when merging changes on special collections (emptySet, emptyList). (commit: f136a9a) — Martin Ledvinka / githubweb
  2. Make StorageConnector public so that setRepository can actually be invoked. (commit: 03a1d56) — Martin Ledvinka / githubweb
  3. [Fix] Fix issues with cloning BigInteger property values. (commit: 4ca882d) — Martin Ledvinka / githubweb
  4. [Fix] Fix issues with cloning BigDecimal property values. (commit: 873bc5c) — Martin Ledvinka / githubweb
  5. [0.19.1] Bump version, update changelog. (commit: f76a45c) — Martin Ledvinka / githubweb

#186 (Oct 26, 2022, 10:02:33 AM)

  1. [Task #75] Create RDF4J driver, copy code from Sesame driver to it. (commit: e1f0ea1) — Martin Ledvinka / githubweb
  2. [Task #75] Replace all occurrences of Sesame with RDF4J in the new RDF4J driver. (commit: 42ac881) — Martin Ledvinka / githubweb
  3. [Task #75] Add tests to the new RDF4J driver. (commit: be71a62) — Martin Ledvinka / githubweb
  4. [Task #75] Switch integration tests from Sesame driver to the new RDF4J driver. (commit: f68d102) — Martin Ledvinka / githubweb
  5. [Task #75] Mark the Sesame driver deprecated. (commit: 8591c9c) — Martin Ledvinka / githubweb
  6. [Enhancement #101] Extend Query API with hint-support methods. (commit: c5a2fd2) — Martin Ledvinka / githubweb
  7. [Enhancement #101] Add QueryHintsHandler which will handle query hints and their application to query. (commit: c5e8ea1) — Martin Ledvinka / githubweb
  8. [Enhancement #101] Apply query hints when executing query (both select and update). (commit: 7ef666b) — Martin Ledvinka / githubweb
  9. [Enhancement #101] Extend OntoDriver Statement with method for disabling inference. (commit: 3683958) — Martin Ledvinka / githubweb
  10. [Enhancement #101] Support disabling inference in statement execution in RDF4J driver. (commit: 2ca23e9) — Martin Ledvinka / githubweb
  11. [Enhancement #101] Implement Statement API changes in Sesame driver with no-op. (commit: a069dd2) — Martin Ledvinka / githubweb
  12. [Enhancement #101] Fix query hint registration. (commit: 5a2bd50) — Martin Ledvinka / githubweb
  13. [Enhancement #101] Implement inference disabling in OWLAPI OntoDriver. (commit: b9722c8) — Martin Ledvinka / githubweb
  14. [Enhancement #101] Add a more reliable test for disabling inference in queries. (commit: dc4473b) — Martin Ledvinka / githubweb
  15. [Enhancement #101] Ignore inference disabling test in Jena integration tests. (commit: 07ce3ed) — Martin Ledvinka / githubweb
  16. Add GH actions to development as well. (commit: 4d0c4be) — Martin Ledvinka / githubweb
  17. [Enhancement #118] Add annotations for implementing and registering custom converters. (commit: 9321e14) — Martin Ledvinka / githubweb
  18. [Enhancement #118] Rework attribute mapping validation to support custom converters. (commit: 769a3f0) — Martin Ledvinka / githubweb
  19. [Enhancement #118] Implement automatic resolving and registration of attribute converters annotated by @Converter. (commit: 11a0752) — Martin Ledvinka / githubweb
  20. [Enhancement #118] Ensure converters are resolved in the correct order of priorities. (commit: 88ddff3) — Martin Ledvinka / githubweb
  21. [Upd] Update SLF4J, Logback, JUnit, maven plugins. (commit: b8cd074) — Martin Ledvinka / githubweb
  22. Minor code improvements. (commit: 3ee458e) — Martin Ledvinka / githubweb
  23. [SCA] Minor SCA-based fixes. (commit: b0fc608) — Martin Ledvinka / githubweb
  24. [0.19.0] Bump version, update changelog. (commit: 9b8abbd) — Martin Ledvinka / githubweb

#185 (Aug 31, 2022, 3:01:30 PM)

  1. [Bug #111] Support simple literal mapping of enum attributes. (commit: 91fd6b4) — Martin Ledvinka / githubweb
  2. [Bug #111] Minor fix in integration tests. (commit: b6c71c0) — Martin Ledvinka / githubweb
  3. [Bug #113] Fix custom datatype handling in Jena. (commit: 85c23c8) — Martin Ledvinka / githubweb
  4. [Bug #114] Add test to reproduce the issue. (commit: 3b0822d) — Martin Ledvinka / githubweb
  5. [Bug #114] Prevent duplicate indirect collection creation when cloning singleton maps. (commit: 9da16ab) — Martin Ledvinka / githubweb
  6. [SCA] Minor SCA-based fixes. (commit: 245f7e5) — Martin Ledvinka / githubweb
  7. [0.18.7] Bump version, update RDF4J to 3.7.7, update changelog. (commit: 7394e05) — Martin Ledvinka / githubweb

#184 (May 9, 2022, 3:41:44 PM)

  1. [Ref] Move supported identifier types constant to the API module. (commit: 62299aa) — Martin Ledvinka / githubweb
  2. [Enhancement #106] Add integration test for the intended functionality. (commit: ce3e70b) — Martin Ledvinka / githubweb
  3. [Enhancement #106] Refactor StatementLoader in preparation for the GraphDB-related changes. (commit: 0b9f321) — Martin Ledvinka / githubweb
  4. [Enhancement #106] Refactoring of factories within the Sesame driver. (commit: 0450b46) — Martin Ledvinka / githubweb
  5. [Enhancement #106] Implement initialization of statement loader factory based on the underlying repository. (commit: 7590a9c) — Martin Ledvinka / githubweb
  6. [Enhancement #106] Use implicit context automatically when loading inferred statements from GraphDB. (commit: 054b4c7) — Martin Ledvinka / githubweb
  7. [Enhancement #106] Fix GraphDBStatementLoaderFactory resolution (use ASK query) and implement loading of inferred statements consistently. (commit: a542b15) — Martin Ledvinka / githubweb
  8. Support loading inferred statements from default context via configuration in the Sesame driver. (commit: 4d3d1e7) — Martin Ledvinka / githubweb
  9. [WIP] Testing loading inferred statements from default context via configuration in the Sesame driver. (commit: 991d518) — Martin Ledvinka / githubweb
  10. Support loading inferred statements from the default context in RDF4J (Sesame). (commit: dd7a7d5) — Martin Ledvinka / githubweb
  11. [SCA] Minor SCA-based fixes. (commit: ce6d932) — Martin Ledvinka / githubweb
  12. [0.18.6] Bump version, update change log. (commit: 53f85cc) — Martin Ledvinka / githubweb

#183 (Mar 29, 2022, 10:50:24 AM)

  1. [Bug #108] Support mapping special floating point values -INF, INF, and NaN. (commit: c8fdddd) — Martin Ledvinka / githubweb
  2. [Bug #108] Add integration tests for mapping special floating point values (-INF, INF, NaN). (commit: dd71e21) — Martin Ledvinka / githubweb
  3. [Upd] Update to RDF4J 3.7.6. (commit: 3b75ca0) — Martin Ledvinka / githubweb
  4. [Upd] Update to SLF4J 1.7.36 and Logback 1.2.11. (commit: 828a955) — Martin Ledvinka / githubweb
  5. [0.18.5] Bump version and update changelog. (commit: be94c20) — Martin Ledvinka / githubweb

#182 (Mar 22, 2022, 1:44:36 PM)

  1. [Fix] Revert RDF4J version back to 3.7.4, as 3.7.5 caused build failures on JDK 8. (commit: 6e308e4) — Martin Ledvinka / githubweb

#180 (Mar 22, 2022, 1:28:26 PM)

  1. Test support for URNs (mapping and instance identifiers as well). (commit: 970e61d) — Martin Ledvinka / githubweb
  2. [Fix] Fix incorrect implementation of toFloat transformation in DatatypeTransformer. (commit: 64b4e0a) — Martin Ledvinka / githubweb
  3. Make LangString extensible, extract Pair for DatatypeTransformer into a separate class. (commit: 1375061) — Martin Ledvinka / githubweb
  4. [Upd] Update dependencies - RDF4J 3.7.5, OWL API 5.1.20. (commit: 65a950e) — Martin Ledvinka / githubweb
  5. Update Mockito usage in integration tests, minor code style fixes. (commit: f9600b6) — Martin Ledvinka / githubweb
  6. [0.18.4] Bump version and update changelog. (commit: 8190d1e) — Martin Ledvinka / githubweb

#179 (Feb 21, 2022, 2:40:41 PM)

  1. Add no-arg constructor to LangString so that it can be deserialized from JSON. (commit: 31bcbbc) — Martin Ledvinka / githubweb
  2. [Fix] Fix classpath issue on Windows (directory path didn't match pattern due to different separator). (commit: 1cf432a) — Martin Ledvinka / githubweb
  3. Rename ReleaseNotes.md to CHANGELOG.md and give the dates in it a standard format. (commit: 2b1f201) — Martin Ledvinka / githubweb
  4. Explicitly use UTF-8 encoding when parsing mapping file. (commit: 740f4d3) — Martin Ledvinka / githubweb
  5. [0.18.3] Bump version, update changelog and fix minor stuff in readme. (commit: b3456ff) — Martin Ledvinka / githubweb

#178 (Feb 14, 2022, 2:03:23 PM)

  1. [Fix] Prevent attempts at explicitly mapping rdf:type as property (in Metamodel initialization). (commit: b8fa71e) — Martin Ledvinka / githubweb
  2. Make LangString immutable. Allow using it as entity attribute type. (commit: 8696976) — Martin Ledvinka / githubweb
  3. [0.18.2] Bump version and update release notes. (commit: 3a61db9) — Martin Ledvinka / githubweb

#177 (Jan 16, 2022, 6:16:41 PM)

  1. [SCA] Minor SCA-based fixes. (commit: 62d648a) — Martin Ledvinka / githubweb
  2. [Fix] Support conversion of datetime values in SPARQL result mapping. (commit: 78b7fd0) — Martin Ledvinka / githubweb
  3. [SCA] Minor SCA-based fixes. (commit: 464dc66) — Martin Ledvinka / githubweb
  4. [0.18.1] Bump version and update release notes. (commit: 906e0f8) — Martin Ledvinka / githubweb

#176 (Jan 13, 2022, 8:34:29 AM)

  1. [Fix] Code quality fix in JavaTransformer. (commit: 17a264c) — Martin Ledvinka / githubweb
  2. [Enhancement #96] Extend attribute mapping API with explicit datatype specification support. (commit: 4cb6781) — Martin Ledvinka / githubweb
  3. [Enhancement #96] Provide default value (empty string) for the datatype so that it is not required. (commit: ca5d9f7) — Martin Ledvinka / githubweb
  4. [Enhancement #96] Init attribute metamodel with explicit datatype. (commit: fa7d3b8) — Martin Ledvinka / githubweb
  5. Resolve most of the generics-related warnings in MetamodelMocks. (commit: eb614b9) — Martin Ledvinka / githubweb
  6. [Enhancement #96] Support namespace resolution for explicit datatype IRI specification. (commit: 00465e0) — Martin Ledvinka / githubweb
  7. [Enhancement #96] Add a representation of a literal with a lexical form and a datatype to the OntoDriver API. (commit: f40ec07) — Martin Ledvinka / githubweb
  8. [Enhancement #96] Implement mapping of OntoDriver Literal to the underlying storage literal representation. (commit: 0124860) — Martin Ledvinka / githubweb
  9. [Enhancement #96] Implement loading of unknown datatype literals to OntoDriver literal values. (commit: e742593) — Martin Ledvinka / githubweb
  10. Exclude log4j-slf4j-impl from Jena to have only the SLF4J for logging and let user choose which implementation to use. (commit: 8cd3f8a) — Martin Ledvinka / githubweb
  11. [Enhancement #96] Implement a converter for working with literals with explicit datatype. (commit: f4882d6) — Martin Ledvinka / githubweb
  12. [Enhancement #96] Integration testing support for plural attributes with explicit datatype. (commit: 9e1356a) — Martin Ledvinka / githubweb
  13. [Enhancement #96] Provide additional explanation of the behavior of the ToRdfLiteralConverter. (commit: 18573cc) — Martin Ledvinka / githubweb
  14. [Enhancement #96] Verify attribute type for explicit datatype specification (must be String). (commit: efb5636) — Martin Ledvinka / githubweb
  15. [Bug #97] Add test reproducing the issue. (commit: 14e4d82) — Martin Ledvinka / githubweb
  16. [Bug #97] Make newValue mutable in ChangeRecord. Refactor ValueMergers to use ChangeRecord instead of individual values. (commit: 84f1925) — Martin Ledvinka / githubweb
  17. [Bug #97] Replace possibly detached new value in ChangeRecord with managed one in ManagedTypeValueMerger. (commit: 1498d55) — Martin Ledvinka / githubweb
  18. Refactor EntityTransactionImplTest to use Mockito properly. (commit: d7e4f23) — Martin Ledvinka / githubweb
  19. Ensure proper use of Mockito in tests. (commit: 40b2941) — Martin Ledvinka / githubweb
  20. [Fix] Fix an issue with encoding accented characters on Windows in OWL2Java code generator. (commit: 0cec9cd) — Martin Ledvinka / githubweb
  21. [Enhancement #98] Skip validation of cardinality constraints of inferred attributes on persist. (commit: 6a7d704) — Martin Ledvinka / githubweb
  22. [Enhancement #98] Test validation skipping in UoW commit. (commit: 33314c5) — Martin Ledvinka / githubweb
  23. Minor simplifications of IntegrityConstraintsValidators. (commit: d0a0e4e) — Martin Ledvinka / githubweb
  24. [Enhancement #99] Extend Metamodel API with a method for getting entity types mapping specified class IRI. (commit: a852bde) — Martin Ledvinka / githubweb
  25. [Enhancement #99] Implement retrieval of EntityTypes by class IRI. (commit: c030060) — Martin Ledvinka / githubweb
  26. Allow exposing OWLReasoner from the owlapi-driver via unwrap. (commit: b56c1b6) — Martin Ledvinka / githubweb
  27. Extract an interface for ClasspathScanner and make the DefaultClasspathScanner available for extending. (commit: 1d58669) — Martin Ledvinka / githubweb
  28. Add support for providing a custom ClasspathScanner implementation via EMF configuration. (commit: 0983501) — Martin Ledvinka / githubweb
  29. Minor code simplification in DefaultClasspathScanner. (commit: 2f0e6e0) — Martin Ledvinka / githubweb
  30. Update the list of immutable types in CloneBuilderImpl. (commit: 2491bd9) — Martin Ledvinka / githubweb
  31. [Enhancement #95] Use a converter for mapping xsd:dateTime values to java.util.Date. (commit: d29559b) — Martin Ledvinka / githubweb
  32. [Del] Remove irrelevant TODO. (commit: 9e58999) — Martin Ledvinka / githubweb
  33. [Enhancement #95] Add new module for datatype mapping utilities. Partially implement mapping from XSD literals to Java values. (commit: 7f36360) — Martin Ledvinka / githubweb
  34. [Enhancement #95] Implement remainder of datatype mapping logic for the datatype module. (commit: 654bb4b) — Martin Ledvinka / githubweb
  35. [Enhancement #95] Replace usage of DatatypeTransformer with the new XsdDatatypeTransformer in the OWLAPI driver. (commit: 01d833a) — Martin Ledvinka / githubweb
  36. [Enhancement #95] Use XsdDatatypeTransformer in the Sesame driver. (commit: 3aec36d) — Martin Ledvinka / githubweb
  37. [Enhancement #95] Use XsdDatatypeTransformer in the Jena driver. Fix driver-level tests issues. (commit: 50c4ce4) — Martin Ledvinka / githubweb
  38. [Enhancement #95] Implement Date and Instant converters. (commit: bf57888) — Martin Ledvinka / githubweb
  39. [Enhancement #99] Minor changes to testing data types. (commit: b49bd15) — Martin Ledvinka / githubweb
  40. Move DatatypeTransformer to the datatype module so that it can be used by OntoDrivers as well. (commit: f86209c) — Martin Ledvinka / githubweb
  41. Use DatatypeTransformer in ResultSet.getObject with target class. (commit: 3d71109) — Martin Ledvinka / githubweb
  42. Support BigDecimal and BigInteger in SesameUtils. (commit: 1c3f972) — Martin Ledvinka / githubweb
  43. [Enhancement #95] Support Java 8 Date/time API when storing values in the Sesame driver. (commit: 7af2937) — Martin Ledvinka / githubweb
  44. [Enhancement #95] Explicitly use ISO formatters when mapping datetime values to RDF literals. (commit: df4c760) — Martin Ledvinka / githubweb
  45. [Enhancement #95] Use the common XsdTemporalMapper for mapping date/time values to RDF in the Jena driver. (commit: 19eb5d7) — Martin Ledvinka / githubweb
  46. [Enhancement #95] Use the common XsdTemporalMapper for mapping date/time values to RDF in the OWL API driver. (commit: a12ddec) — Martin Ledvinka / githubweb
  47. [Enhancement #95] Use OffsetDateTime instead of Date in typed properties values in accordance to the new date/time treatment. (commit: 202b1cf) — Martin Ledvinka / githubweb
  48. [Enhancement #95] Rewrite default converters to support the new OffsetDateTime/OffsetTime-based OntoDriver date/time API. (commit: 97fe78b) — Martin Ledvinka / githubweb
  49. [Enhancement #95] Convert date/time value to a common OntoDriver representation directly in Converters. (commit: 99450da) — Martin Ledvinka / githubweb
  50. [Enhancement #95] Reimplement temporal query parameter value representation classes to properly support Java 8 date/time. (commit: bb90af9) — Martin Ledvinka / githubweb
  51. [Enhancement #95] Testing date/time parameter usage in queries. (commit: 4ab06b3) — Martin Ledvinka / githubweb
  52. [SCA] Minor SCA-based fixes and code simplifications. (commit: 23c277b) — Martin Ledvinka / githubweb
  53. [Chore] Update copyright year and regenerate license notices in files. (commit: 0dfd5ed) — Martin Ledvinka / githubweb
  54. [Task #42] Ensure proper use of Mockito 4 in the Sesame driver. Migrate JUnit4 tests to 5. (commit: 2328c96) — Martin Ledvinka / githubweb
  55. [Task #42] Migrate remaining JUnit4 tests in Sesame driver to JUnit 5. (commit: 8e43dc1) — Martin Ledvinka / githubweb
  56. [Upd] Update dependencies. (commit: 9789770) — Martin Ledvinka / githubweb
  57. [Task #45] Migrate remaining JUnit4 tests in OWLAPI driver to JUnit5. (commit: 9693369) — Martin Ledvinka / githubweb
  58. [Task #45] Migrate remaining JUnit4 tests in Jena driver to JUnit5. (commit: 4880d26) — Martin Ledvinka / githubweb
  59. [Task #45] Migrate remaining JUnit4 tests in jopa-impl to JUnit5. (commit: e3adbbd) — Martin Ledvinka / githubweb
  60. [Task #45] Finish migration to JUnit5, remove the obsolete dependency. (commit: bb79ef9) — Martin Ledvinka / githubweb
  61. [Upd] Update hamcrest to 2.2 in integration tests. (commit: 8549412) — Martin Ledvinka / githubweb
  62. [0.18.0] Bump version and update release notes. (commit: dc50981) — Martin Ledvinka / githubweb

#175 (Sep 27, 2021, 9:18:25 PM)

  1. [Enhancement #93] Reload query-based attribute values when entity is retrieved from cache. (commit: 199e647) — Martin Ledvinka / githubweb
  2. [OWL2Java] Generate english Javadoc comments only when multiple languages are available. (commit: f2a0982) — Martin Ledvinka / githubweb
  3. [Fix] Reload query attributes recursively when an entity is retrieved from cache. (commit: 71f70ff) — Martin Ledvinka / githubweb
  4. Extend internal query API to be able to determine presence of a parameter without having to use try-catch. (commit: 6404230) — Martin Ledvinka / githubweb
  5. [Enhancement #94] Extend Sparql API with a switch to disable query attributes referencing other attributes. (commit: 66b21a8) — Martin Ledvinka / githubweb
  6. [Enhancement #94] Implement support for referencing entity attributes in SPARQL-based attribute queries. (commit: 49b9314) — Martin Ledvinka / githubweb
  7. [SCA] Minor SCA-based improvements, removing code duplication. (commit: a53762d) — Martin Ledvinka / githubweb
  8. [SCA] More SCA-based code improvements and cleanup. (commit: c14b134) — Martin Ledvinka / githubweb
  9. [SCA] More SCA-based code improvements and cleanup. (commit: 3d60eab) — Martin Ledvinka / githubweb
  10. [Upd] Update dependencies. (commit: 17d6efc) — Martin Ledvinka / githubweb
  11. [0.17.2] Bump version, update release notes. (commit: 5c3f36d) — Martin Ledvinka / githubweb

#174 (Sep 13, 2021, 2:57:47 PM)

  1. [Fix] Use HTTPS for KBSS repo links to prevent GitHub build failures. (commit: be395ec) — Martin Ledvinka / githubweb

#173 (Sep 13, 2021, 12:52:02 PM)

  1. [Upd] Updated to RDF4J 3.7.2 and OWLAPI 5.1.19. (commit: 5ba6bb0) — Martin Ledvinka / githubweb
  2. Ensure the project is buildable on JDK up to 16. (commit: 131a5dc) — Martin Ledvinka / githubweb
  3. [Upd] Update dependencies for the jopa-maven-plugin to allow building under the newest JDK. (commit: e064cd2) — Martin Ledvinka / githubweb
  4. [0.17.1] Bump version and update release notes. (commit: 4e061a7) — Martin Ledvinka / githubweb

#172 (Jun 29, 2021, 11:56:29 AM)

  1. [Fix] Fix (some) Javadoc issues. (commit: e2f4801) — Martin Ledvinka / githubweb

#171 (Jun 29, 2021, 10:51:19 AM)

  1. [Fix] Fix invalid Javadoc. (commit: 5788c22) — Martin Ledvinka / githubweb

#170 (Jun 29, 2021, 10:40:19 AM)

  1. [Enhancement #73] Refactor OntoDriver API descriptors in preparation for supporting multiple contexts per assertion/subject. (commit: 6f83773) — zdenekotrly / githubweb
  2. [Enhancement #73] Ensure consistent handling of contexts in OntoDriver axiom descriptors. (commit: 0912513) — zdenekotrly / githubweb
  3. [Enhancement #73] Refactor Sesame driver to support the new plural contexts supporting axiom descriptors. (commit: ceeb452) — zdenekotrly / githubweb
  4. [Enhancement #73] Test support for multiple read contexts in Sesame OntoDriver. (commit: 8e9b4db) — zdenekotrly / githubweb
  5. [Enhancement #73] Refactor Jena OntoDriver to support the new axiom descriptors with plural contexts. (commit: 6dfdd27) — zdenekotrly / githubweb
  6. [Enhancement #73] Testing support for using multiple contexts in assertion loading in Jena Driver. (commit: 4aa99d1) — zdenekotrly / githubweb
  7. [Enhancement #73] Fix issues with AxiomDescriptorFactoryTest. (commit: 1f44ba7) — zdenekotrly / githubweb
  8. [Enhancement #73] Refactor types OntoDriver API to support multiple contexts. Fix test issues. (commit: 9c25a14) — zdenekotrly / githubweb
  9. [Enhancement #73] Refactor descriptors to support multiple contexts per descriptor and attribute. (commit: ada5b96) — zdenekotrly / githubweb
  10. [Enhancement #73] Add tests for the updated descriptor behavior, fix issues. (commit: c4626b8) — zdenekotrly / githubweb
  11. [Enhancement #73] Adapting JOPA impl to the new descriptors API. WIP. (commit: 6201470) — zdenekotrly / githubweb
  12. [Enhancement #73] Adapting OOM in JOPA to the new descriptor API. Extend Descriptor with methods for getting single context (used for write operations). (commit: c68ede8) — zdenekotrly / githubweb
  13. [Enhancement #73] Refactor OntoDriver API (and implementations) to support contains call with plural contexts. (commit: 8b32ff2) — zdenekotrly / githubweb
  14. [Enhancement #73] Use OntoDriver plural context contains API in JOPA. (commit: f5129eb) — zdenekotrly / githubweb
  15. [Enhancement #73] Working on modifications of second level cache to support plural contexts. (commit: e1813dc) — zdenekotrly / githubweb
  16. [Enhancement #73] Update second level cache to work with plural contexts. (commit: d355dac) — zdenekotrly / githubweb
  17. [Enhancement #73] Fix tests after context-related refactoring (WIP). (commit: 815f342) — zdenekotrly / githubweb
  18. [Enhancement #73] Fix integration tests after plural context changes. (commit: f93cd42) — zdenekotrly / githubweb
  19. [Enhancement #73] Add integration tests for plural contexts support. (commit: 4711b74) — zdenekotrly / githubweb
  20. [Upd] Update dependencies (RDF4J 3.4.2, JaCoCo plugin 0.8.6). (commit: 1e91d74) — zdenekotrly / githubweb
  21. [Upd] Update to RDF4J 3.4.3. (commit: f2b6362) — zdenekotrly / githubweb
  22. [0.16.0] Bump version and update release notes. (commit: 6a58d79) — zdenekotrly / githubweb
  23. Initial draft - WIP (commit: d8ba832) — zdenekotrly / githubweb
  24. Create CriteriaQuery class (commit: ab809be) — marcel.zec / githubweb
  25. Changed metamodel API, partially implemented. WIP: populating query attributes in EntityConstructor. (commit: 65f35f2) — zdenekotrly / githubweb
  26. Create CriteriaFactory interface, getCriteriaFactory method in EntityManager (commit: 8c766e4) — marcel.zec / githubweb
  27. CriteriaFactory and CriteriaQuery moved to criteria package, import changed in EntityManager (commit: 1e48723) — marcel.zec / githubweb
  28. Create Selection interface, made selectAll and select methods in CriteriaQuery (commit: 30300ef) — marcel.zec / githubweb
  29. TODOs with PRO prefix (commit: ca183d5) — marcel.zec / githubweb
  30. created Expression and Predicate interface, added where method to CriteriaQuery (commit: d3d7968) — marcel.zec / githubweb
  31. created QueryModel and added predicate methods (equals,greaterThan,etc.) (commit: 1254ce4) — marcel.zec / githubweb
  32. rename predicate methods (equals to attrEquals etc.) (commit: 5a7bb9e) — marcel.zec / githubweb
  33. POM - added my github repo with JOPA as dependency (commit: ebbb0e4) — marcel.zec / githubweb
  34. CriteriaFactory added from method (commit: 954bf3c) — marcel.zec / githubweb
  35. CriteriaFactory added to UnitOfWorkImpl (missing CriteriaFactoryImpl) (commit: 22a2bba) — marcel.zec / githubweb
  36. move CriteriaFactory to session package (commit: ed1c860) — marcel.zec / githubweb
  37. remove <T> from CriteriaFactory interface (commit: 31633b6) — marcel.zec / githubweb
  38. fix imports in EntityManagerImpl and UnitOfWorkImpl after previous move of CriteriaFactory (commit: dc3821d) — marcel.zec / githubweb
  39. CriteriaQueryImpl, CriteriaFactoryImpl, CriteriaQueryHolder classes created and empty method added (commit: 7b920ba) — marcel.zec / githubweb
  40. change parameter type in CriteriaQueryImpl constructor (commit: 1893e0f) — marcel.zec / githubweb
  41. POM with updated version of my JOPA repository (commit: 0f304f5) — marcel.zec / githubweb
  42. created Path interface, (commit: f4ef94b) — marcel.zec / githubweb
  43. update methods in CriteriaQuery interface (commit: be3fdc0) — marcel.zec / githubweb
  44. POM with updated version of my JOPA repository, (commit: ccf45af) — marcel.zec / githubweb
  45. fix "DISINCT" in assembleQuery() (commit: d75e906) — marcel.zec / githubweb
  46. first test (commit: c6967b9) — zdenekotrly / githubweb
  47. param this implemented (commit: 673a0f1) — zdenekotrly / githubweb
  48. QueryFactory and TypedQuery test mocking (commit: 91d42e8) — zdenekotrly / githubweb
  49. createQuery(CriteriaQuery) in EM, getSoqlQuery() in CriteriaQueryImpl and assambleSoqlQuery in CriteriaQueryHolder, fix error in CriteriaFactoryImpl (commit: 038274c) — marcel.zec / githubweb
  50. fixed testReconstructEntityWithQueryAttribute (commit: 19da568) — zdenekotrly / githubweb
  51. update classes by class diagram, before consultation (commit: 4c5be4f) — marcel.zec / githubweb
  52. Update README.md (commit: e6948d6) — noreply / githubweb
  53. Update README.md (commit: cbccd6f) — noreply / githubweb
  54. pom dependency for my interfaces (commit: 2e8bb14) — marcel.zec / githubweb
  55. Path,Predicate,PredicateFactory methods with Javadoc (commit: 33f05b1) — marcel.zec / githubweb
  56. rename QueryModel to CriteriaQueryModel, (commit: e012e78) — marcel.zec / githubweb
  57. EntityManager to CriteriaFactoryImpl constructor to pass it to CriteriaQueryModel (commit: 8194f6d) — marcel.zec / githubweb
  58. implementation of CriteriaQueryModel - just getAttr method, with some logs for understanding metamodel (commit: 7edddb4) — marcel.zec / githubweb
  59. fix generics in CriteriaFactory and CriteriaFactoryImpl (commit: 63a130a) — marcel.zec / githubweb
  60. getAttr - changes for developing (commit: 20c8529) — marcel.zec / githubweb
  61. change EntityManager to UnitOfWork (commit: bdb1516) — marcel.zec / githubweb
  62. fix problem with incompatible types (commit: 9a2e9ba) — marcel.zec / githubweb
  63. rename CriteriaQueryModel to CriteriaModel (commit: 8da61e5) — marcel.zec / githubweb
  64. naive implementation of query structure (commit: eee514d) — marcel.zec / githubweb
  65. selection - changed name of method and added naive logic (commit: e2aaba5) — marcel.zec / githubweb
  66. CriteriaFactoryImpl - added overloaded from method, delete comments (commit: a24b0cd) — marcel.zec / githubweb
  67. naive but better implementation of query structure, added order interface (commit: 38c4f69) — marcel.zec / githubweb
  68. added order interface (should be in last commit) (commit: a306ed0) — marcel.zec / githubweb
  69. delete method selectAll from CriteriaQuery (commit: fca0057) — marcel.zec / githubweb
  70. try to cast Selection to SelectionImpl (commit: 237e0dd) — marcel.zec / githubweb
  71. fix bug with temporary solution for building repo (commit: f20ea41) — marcel.zec / githubweb
  72. created CriteriaRunner class for integration tests, (commit: a471253) — marcel.zec / githubweb
  73. changes in query data structure (EntityType, Attribute) but not runnable yet (commit: 76cc071) — marcel.zec / githubweb
  74. change structure like JPA specification (commit: 8a06795) — marcel.zec / githubweb
  75. changes CriteriaFactory methods as in JPA and extends PredicateFactory (commit: 493b02c) — marcel.zec / githubweb
  76. RootImpl, from methods to CriteriaQuery interface, from methods implementation to CriteriaQueryImpl, changes in PathImpl and added get(SingularAttribute), removed methods from ExpressionImpl (commit: b15416a) — marcel.zec / githubweb
  77. CriteriaFactoryImpl changes by interface, removed CriteriaModelImpl (commit: 48fbeda) — marcel.zec / githubweb
  78. added root attribute to CriteriaQueryHolder + getter and setter, (commit: 8ac4011) — marcel.zec / githubweb
  79. methods for generating string representation of query in query structure (Path,Root,Selection,Expression) and changes in CriteriaQueryHolder for accessing selection, root and restrictions (commit: 240e070) — marcel.zec / githubweb
  80. implementation of translateQuery method which translate criteriaQuery to SOQL query, (commit: 98cb2ba) — marcel.zec / githubweb
  81. testSimpleFindAll test method in CriteriaRunner (commit: 320c2b0) — marcel.zec / githubweb
  82. translateQuery method in CriteriaQueryImpl start using chain-of-responsibility from expressions, (commit: 886af2e) — marcel.zec / githubweb
  83. moved all expression classes to expressions package, (commit: 45b951c) — marcel.zec / githubweb
  84. improved structure of expressions (one class missed in last commit) (commit: 497c011) — marcel.zec / githubweb
  85. parameter method to CriteriaFactory, created ParameterExpression class, implemented ParameterExpressionImpl (commit: a2665ba) — marcel.zec / githubweb
  86. created AbstractComparisonExpresion, (commit: 59e5a19) — marcel.zec / githubweb
  87. fix bug from changed name of method (from method in CriteriaQueryImpl) (commit: 9228706) — marcel.zec / githubweb
  88. remove comment from CriteriaQueryHolder, (commit: 33bcb90) — marcel.zec / githubweb
  89. added literal method to CriteriaFactory interface and commented parameter and literal methods, (commit: 9db2cf5) — marcel.zec / githubweb
  90. CriteriaParameterFiller class for registering literal and expression parameters and setting parameters after query is generated, (commit: 9da1136) — marcel.zec / githubweb
  91. CriteriaParameterFiller to trnalsateQueryMethod + condition for WHERE part of query (should be in last commit) (commit: 39cbbc1) — marcel.zec / githubweb
  92. fix bug with same generating query part by changing reference to pathSource (commit: 01989c9) — marcel.zec / githubweb
  93. Plural query attribute implemented, added integration tests. (commit: 7b18a52) — zdenekotrly / githubweb
  94. created AbstractAggregationFunctionExpression and change ExpressionCountImpl, (commit: 7d72e29) — marcel.zec / githubweb
  95. TODOs with notes for consultation (commit: b5ed00b) — marcel.zec / githubweb
  96. change name of attribute in AbstractAggregateFunctionExpression (commit: e121647) — marcel.zec / githubweb
  97. method equals and literal accept language tag, changes in constructors and other methods + added to public interface (commit: 414e624) — marcel.zec / githubweb
  98. move setRollbackOnlyMarker and setEnsureOpenProcedure under the parameterFiller method in EntityManagerImpl, (commit: 478e467) — marcel.zec / githubweb
  99. AbstractComparisonExpression use language tag in constructors (commit: 62b7fd3) — marcel.zec / githubweb
  100. CriteriaParameterFiller use parameter with language tag, (commit: a00170d) — marcel.zec / githubweb
  101. CriteriaParameterFiller remove @ from setParameter method call (commit: 1c3b646) — marcel.zec / githubweb
  102. change method name from "equals" to "equal" (commit: 1540b8c) — marcel.zec / githubweb
  103. Simple and CompoundedPredicate generate correct query, (commit: 13d2c55) — marcel.zec / githubweb
  104. created nullLiteral and changes with ExpressionLiteral connected with nullLiteral (commit: 0e4f70d) — marcel.zec / githubweb
  105. java type of attribute to path expression, (commit: 9b0c3a6) — marcel.zec / githubweb
  106. unit tests (commit: 12b8f6c) — marcel.zec / githubweb
  107. negated predicates and expressions (commit: 74c49d3) — marcel.zec / githubweb
  108. remove typo in CriteriaFactoryImpl (commit: bf2a9f7) — marcel.zec / githubweb
  109. unit tests + TODO for consultation (commit: 58891e8) — marcel.zec / githubweb
  110. like and notLike expressions, (commit: 2f3884e) — marcel.zec / githubweb
  111. getAttr with SingularAttribute (commit: 1aff03a) — marcel.zec / githubweb
  112. acs and desc method to CriteriaFactory interface, (commit: 87b0731) — marcel.zec / githubweb
  113. unit test with order by and metamodel based queries (not working yet) and TODOs for consultation (commit: 902a261) — marcel.zec / githubweb
  114. change setExpressionToQuery in RootImpl and change generating FROM part of query (commit: 1538cd1) — marcel.zec / githubweb
  115. move unit tests to groups (string based and metamodel based) (commit: 14405c0) — marcel.zec / githubweb
  116. having method added to CriteriaQuery interface, (commit: 231ada5) — marcel.zec / githubweb
  117. removed unsupported methods and change Impl classes with basic classes in CriteriaQueryHolder, (commit: 8a58aac) — marcel.zec / githubweb
  118. generating having (commit: 73a39be) — marcel.zec / githubweb
  119. removed and added few TODOs (commit: 792435a) — marcel.zec / githubweb
  120. added few integration test and one TODO for consultation (commit: 877038f) — marcel.zec / githubweb
  121. TODO in CriteriaFactoryImpl, (commit: 3663c9e) — marcel.zec / githubweb
  122. generating name for ParameterExpression (commit: 8bdc9fa) — marcel.zec / githubweb
  123. Ensure QueryParameter and ParameterExpressionImpl can be equal when processing queries. (commit: 9a54b35) — Martin Ledvinka / githubweb
  124. OWLClassD_ metamodel, (commit: 8ed0896) — marcel.zec / githubweb
  125. unit tests (commit: c4c5547) — marcel.zec / githubweb
  126. unit tests (commit: b89691a) — marcel.zec / githubweb
  127. unit test for ParameterExpression and Literal (commit: 414420c) — marcel.zec / githubweb
  128. new Expressions (>=,>,<,<=) (commit: 1f8adb9) — marcel.zec / githubweb
  129. getOrderList returning copy of list, (commit: ad17c6d) — marcel.zec / githubweb
  130. count method return Expression<Integer> (commit: 6cbed31) — marcel.zec / githubweb
  131. delete nullLiteral method from CriteriaFactoryImpl (commit: 9458603) — marcel.zec / githubweb
  132. remove isNull and isNotNull methods from Expression, (commit: bf44b85) — marcel.zec / githubweb
  133. factory in AbstractExpression, refactor all constructor and methods to send reference to factory (commit: 0180f1c) — marcel.zec / githubweb
  134. ExpressionInImpl for [NOT] IN restriction, (commit: 7551b16) — marcel.zec / githubweb
  135. rename equals expressions to equal expression and change <> to != (commit: 6785d76) — marcel.zec / githubweb
  136. remove TODO, (commit: ecf2b5c) — marcel.zec / githubweb
  137. createQuery method withou type specification + tests (commit: bd1fa2d) — marcel.zec / githubweb
  138. removed throws in CriteriaFactory javadoc, (commit: f569b2e) — marcel.zec / githubweb
  139. Equal and NotEqual and unit tests edited for SOQL supported negation (from "!=" to "NOT x = y") with TODOs for the future when SOQL support negation as != (commit: 87fe06f) — marcel.zec / githubweb
  140. another unit test for more restrictions with negation, (commit: 63c6988) — marcel.zec / githubweb
  141. notIn method added to PredicateFactory and its implementation to CriteriaFactoryImpl, (commit: 4f1dd06) — marcel.zec / githubweb
  142. Implemented and tested lazy fetching for query attributes, fixed plural query attributes (commit: cc971e1) — zdenekotrly / githubweb
  143. [Fix] Ensure provided configuration settings are applied in Sesame driver. (commit: 964b910) — Martin Ledvinka / githubweb
  144. added participation constraints support for query attributes (commit: f26edd9) — zdenekotrly / githubweb
  145. refactor CriteriaFactory to CriteriaBuilder (commit: b538655) — marcel.zec / githubweb
  146. removed superfluous converter (commit: d4a633b) — zdenekotrly / githubweb
  147. remove TODOs from consultation (commit: df4d95a) — marcel.zec / githubweb
  148. remove resultClass argument from entityManager.createQuery() method + change in tests (commit: 04e87f3) — marcel.zec / githubweb
  149. Integer in count method explanation in CriteriaBuilder javadoc, (commit: 9914db3) — marcel.zec / githubweb
  150. imports in ExpressionInImpl, (commit: 6aeea7e) — marcel.zec / githubweb
  151. getAttr method with SignularAttribute change to inline (commit: aef72aa) — marcel.zec / githubweb
  152. change attribute in ExpressionAttributeImpl to generic attribute, (commit: 0d3decd) — marcel.zec / githubweb
  153. return empty list from simple predicate (commit: 0651335) — marcel.zec / githubweb
  154. setExpressionToQuery simplified in ExpressionEqualImpl, ExpressionNotEqualImpl (commit: 6de0a72) — marcel.zec / githubweb
  155. added missing javadoc (commit: 6ebca84) — kotrlzde / githubweb
  156. delete ExpressionAttributeImpl, ExpressionEntityImpl and changed in other classes (Path,Root,CriteriaBuilder,CriteriaQuery,AbstractPathExpression) (commit: e06f754) — marcel.zec / githubweb
  157. fix english grammar mistakes from TODOs, (commit: c285927) — marcel.zec / githubweb
  158. logging SOQL query after translation, (commit: f3802aa) — marcel.zec / githubweb
  159. rename f as factory to cb as criteriaBuilder in unit tests (commit: 02ad511) — marcel.zec / githubweb
  160. [Bug #89] User RDF4J QueryParserUtils to determine the type of query to execute. (commit: bbdd3c4) — Martin Ledvinka / githubweb
  161. Removed commented code from EntityConstructorTest (commit: 490530a) — kotrlzde / githubweb
  162. removed untyped query creation + removed tests (commit: 2cd8c3e) — marcel.zec / githubweb
  163. added where methods that accepts list<predicate> + tests (commit: c753d71) — marcel.zec / githubweb
  164. update README (commit: 6d94cab) — noreply / githubweb
  165. remove unnecessary dependency in pom (commit: 22b12cf) — marcel.zec / githubweb
  166. [Fix] Ensure managed entities are serializable. (commit: 5ed0fbd) — Martin Ledvinka / githubweb
  167. Fixed mistakes from code review (commit: e01d855) — kotrlzde / githubweb
  168. requested changes - removed commented-out code, fixed parentheses policy, removed unused imports (commit: 194842b) — marcel.zec / githubweb
  169. [Fix] Fix build issues after merge of PRs. (commit: 415a3b6) — Martin Ledvinka / githubweb
  170. [Upd] Update dependencies. Mainly AspectJ to 1.9.7 and RDF4J to 3.7.1. (commit: cfcce63) — Martin Ledvinka / githubweb
  171. Extend EntityManager API with getProperties and setProperty methods from JPA specification. (commit: ce0b217) — Martin Ledvinka / githubweb
  172. [0.17.0] Bump version, update release notes and readme. (commit: 3a6e654) — Martin Ledvinka / githubweb

#169 (Apr 28, 2021, 12:31:54 PM)

  1. [Upd] Update to RDF4J 3.6.2. (commit: bcdf1e9) — Martin Ledvinka / githubweb
  2. [Upd] Update RDF4J to 3.6.3. (commit: 9ee4f49) — Martin Ledvinka / githubweb
  3. [0.16.5] Bump version and update release notes. (commit: 40a7873) — Martin Ledvinka / githubweb

#168 (Apr 16, 2021, 6:32:47 PM)

  1. Create maven.yml (commit: d2c06d8) — noreply / githubweb

#167 (Mar 3, 2021, 10:20:01 AM)

  1. [Feature #83] Add the StaticMetamodel annotation. (commit: 07fcbc6) — martin.ledvinka / githubweb
  2. [Fix] Remove previously added StaticMetamodel annotation, it already was in the project. (commit: 35fd94c) — martin.ledvinka / githubweb
  3. [Feature #83] Add test static metamodel classes. (commit: bdbc40f) — martin.ledvinka / githubweb
  4. [Feature #83] Static metamodel classes initialization - simple entities. (commit: 62785b9) — martin.ledvinka / githubweb
  5. [Feature #83] Static metamodel classes initialization - simple entities, validation of canonical metamodel classes. (commit: 8c7ebf2) — martin.ledvinka / githubweb
  6. [Feature #83] Static metamodel initialization - mapped superclasses. (commit: a19d5c0) — Martin Ledvinka / githubweb
  7. [Feature #83] Testing static model initialization. (commit: 97e5b0c) — Martin Ledvinka / githubweb
  8. [Feature #83] Populate static metamodel on metamodel build. Test it in integration tests. (commit: db85b91) — Martin Ledvinka / githubweb
  9. [Upd] Update to RDF4J 3.6.0 (commit: a99b45b) — Martin Ledvinka / githubweb
  10. [Fix] Handle file system paths with non-ascii characters. (commit: 6a0d375) — Martin Ledvinka / githubweb
  11. [Fix] Fix issues with using JOPA (Jena driver) on Windows file systems. (commit: 1e32c94) — Martin Ledvinka / githubweb
  12. [Fix] Minor test fix (Logger class name). (commit: 2cfc581) — martin.ledvinka / githubweb
  13. [Fix] Restrict logging in OWLAPI OntoDriver tests to prevent JVM crashes on Windows. (commit: bb6dba4) — martin.ledvinka / githubweb
  14. [Upd] Switch to a different fork of AspectJ maven plugin which allows building under newer JDK (tested on 11). (commit: 4eb50b2) — martin.ledvinka / githubweb
  15. [Fix] One more fix of the Windows build. (commit: f57c586) — martin.ledvinka / githubweb
  16. [0.16.4] Bump version and update release notes. (commit: 531e2b5) — martin.ledvinka / githubweb

#165 (Feb 4, 2021, 9:52:02 PM)

  1. [Bug #81] Add test reproducing the issue. (commit: 4b82fc6) — Martin Ledvinka / githubweb
  2. [Fix] Fixing project build issues on Windows. (commit: 9619a56) — Martin Ledvinka / githubweb
  3. [Fix] Fix MappingFileParserTest. (commit: 9b41bf8) — Martin Ledvinka / githubweb
  4. Modify Sesame driver (and its tests) to work on Windows. (commit: f96a087) — Martin Ledvinka / githubweb
  5. [Fix] Fix incorrect reference in test mock factory. (commit: c1fa928) — Martin Ledvinka / githubweb
  6. [Fix] Fixing project build issues on Windows. (commit: 47bbf12) — Martin Ledvinka / githubweb
  7. [Fix] Fix MappingFileParserTest. (commit: 9a4550c) — Martin Ledvinka / githubweb
  8. Modify Sesame driver (and its tests) to work on Windows. (commit: e774424) — Martin Ledvinka / githubweb
  9. [Fix] Fix incorrect reference in test mock factory. (commit: 50de6cb) — Martin Ledvinka / githubweb
  10. [Bug #81] Build an inter-type reference map when building application metamodel. (commit: f9ad444) — Martin Ledvinka / githubweb
  11. [Bug #81] Fix the test reproducing Bug #81, making it no longer reproducible. (commit: 2e75347) — martin.ledvinka / githubweb
  12. [Bug #81] Possible fix of the stale cache content bug. (commit: ebbf3b6) — martin.ledvinka / githubweb
  13. [Bug #82] Support Windows-like line ends when parsing SPARQL queries. (commit: 7bf5478) — martin.ledvinka / githubweb
  14. [Upd] Update dependencies: RDF4J 3.5.1, Jena 3.17.0. (commit: c0bc2bd) — martin.ledvinka / githubweb
  15. Refactoring persistence provider resolution to more closely correspond to the implementation JPA uses. (commit: d9ea05d) — Martin Ledvinka / githubweb
  16. Refactor DefaultPersistenceProviderResolver based on JPA specification implementation (simplifies provider implementation discovery code). (commit: 5f1fe53) — martin.ledvinka / githubweb
  17. [Bug #82] Support Windows-like line ends when parsing SPARQL queries. (commit: a97a8e8) — martin.ledvinka / githubweb
  18. [Upd] Update dependencies: RDF4J 3.5.1, Jena 3.17.0. (commit: 7777d86) — martin.ledvinka / githubweb
  19. Refactoring persistence provider resolution to more closely correspond to the implementation JPA uses. (commit: 2438c60) — martin.ledvinka / githubweb
  20. Refactor DefaultPersistenceProviderResolver based on JPA specification implementation (simplifies provider implementation discovery code). (commit: 9d6f66e) — martin.ledvinka / githubweb
  21. [Bug #81] Reliably reproduce the bug and apply the fix. (commit: b732339) — martin.ledvinka / githubweb
  22. [Fix] Fix NPX in EnumConverter. (commit: 7d709f9) — martin.ledvinka / githubweb
  23. [Task #42] Ensure JUnit 5 tests use JUnit 5 assertions. (commit: 506c769) — martin.ledvinka / githubweb
  24. [Upd] Migrate to Mockito 3.x.x. (commit: 8bfc304) — martin.ledvinka / githubweb
  25. SCA-based code improvements. (commit: 0aa72ca) — martin.ledvinka / githubweb
  26. [0.16.3] Bump version and update release notes. (commit: 80c0570) — martin.ledvinka / githubweb

#164 (Nov 19, 2020, 6:04:29 PM)

  1. [Bug #80] Ignore transient fields which also have property mapping in BeanListenerAspect. (commit: bf020e3) — Martin Ledvinka / githubweb
  2. Simplify and cleanup assembly module. (commit: 745ae51) — Martin Ledvinka / githubweb
  3. [Task #42] More tests rewritten to JUnit5, SCA-based code improvements. (commit: c2b1c94) — Martin Ledvinka / githubweb
  4. [0.16.2] Bump version and update release notes. (commit: 05c9783) — Martin Ledvinka / githubweb

#163 (Nov 13, 2020, 2:31:14 PM)

  1. [Del] Delete obsolete InstanceRegistry class. (commit: 61dbd84) — Martin Ledvinka / githubweb
  2. [Feature #76] Refactor Jena storage connection code in preparation for adding Fuseki support. (commit: 3a56e0e) — Martin Ledvinka / githubweb
  3. [Feature #76, Task #42] Further refactoring of Jena storage connectors. Remove explicit initialization method calls. (commit: cfdeb05) — Martin Ledvinka / githubweb
  4. [Feature #76] Implement FusekiStorage for accessing Jena Fuseki server. (commit: 96b5fbe) — Martin Ledvinka / githubweb
  5. [Fix] Ensure MultilingualString equals IndirectMultilingualString. (commit: 2c75510) — Martin Ledvinka / githubweb
  6. [Fix] Fix reference links in Readme. (commit: 4f5fc03) — Martin Ledvinka / githubweb
  7. [Fix] Ensure MultilingualString equals IndirectMultilingualString. (commit: 098a04a) — Martin Ledvinka / githubweb
  8. [Fix] Fix reference links in Readme. (commit: f29f53c) — Martin Ledvinka / githubweb
  9. [Feature #76] Minor improvement in FusekiStorage. (commit: 5097e63) — Martin Ledvinka / githubweb
  10. Minor SCA-based code improvements. (commit: 32a09a5) — Martin Ledvinka / githubweb
  11. [Fix] Fix incorrect Javadoc in Attribute. (commit: 768a5e1) — Martin Ledvinka / githubweb
  12. [Upd] Update to RDF4J 3.4.4 and OWL API 5.1.17. (commit: 041f466) — Martin Ledvinka / githubweb
  13. [0.16.1] Bump version and update release notes. (commit: 756156c) — Martin Ledvinka / githubweb

#162 (Oct 12, 2020, 8:42:01 AM)

  1. [Enhancement #73] Refactor OntoDriver API descriptors in preparation for supporting multiple contexts per assertion/subject. (commit: 91dc0cf) — Martin Ledvinka / githubweb
  2. [Enhancement #73] Ensure consistent handling of contexts in OntoDriver axiom descriptors. (commit: 78975d1) — Martin Ledvinka / githubweb
  3. [Enhancement #73] Refactor Sesame driver to support the new plural contexts supporting axiom descriptors. (commit: 3753749) — Martin Ledvinka / githubweb
  4. [Enhancement #73] Test support for multiple read contexts in Sesame OntoDriver. (commit: b5c8b13) — Martin Ledvinka / githubweb
  5. [Enhancement #73] Refactor Jena OntoDriver to support the new axiom descriptors with plural contexts. (commit: e796dd6) — Martin Ledvinka / githubweb
  6. [Enhancement #73] Testing support for using multiple contexts in assertion loading in Jena Driver. (commit: 80ec625) — Martin Ledvinka / githubweb
  7. [Enhancement #73] Fix issues with AxiomDescriptorFactoryTest. (commit: b8b6fd2) — Martin Ledvinka / githubweb
  8. [Enhancement #73] Refactor types OntoDriver API to support multiple contexts. Fix test issues. (commit: 768e089) — Martin Ledvinka / githubweb
  9. [Enhancement #73] Refactor descriptors to support multiple contexts per descriptor and attribute. (commit: f015826) — Martin Ledvinka / githubweb
  10. [Enhancement #73] Add tests for the updated descriptor behavior, fix issues. (commit: 69ef048) — Martin Ledvinka / githubweb
  11. [Enhancement #73] Adapting JOPA impl to the new descriptors API. WIP. (commit: bb4baa1) — Martin Ledvinka / githubweb
  12. [Enhancement #73] Adapting OOM in JOPA to the new descriptor API. Extend Descriptor with methods for getting single context (used for write operations). (commit: 010c219) — Martin Ledvinka / githubweb
  13. [Enhancement #73] Refactor OntoDriver API (and implementations) to support contains call with plural contexts. (commit: a4abba8) — Martin Ledvinka / githubweb
  14. [Enhancement #73] Use OntoDriver plural context contains API in JOPA. (commit: f89e020) — Martin Ledvinka / githubweb
  15. [Enhancement #73] Working on modifications of second level cache to support plural contexts. (commit: 21d1c0e) — Martin Ledvinka / githubweb
  16. [Enhancement #73] Update second level cache to work with plural contexts. (commit: f007e55) — Martin Ledvinka / githubweb
  17. [Enhancement #73] Fix tests after context-related refactoring (WIP). (commit: fe50d47) — Martin Ledvinka / githubweb
  18. [Enhancement #73] Fix integration tests after plural context changes. (commit: e1bac05) — Martin Ledvinka / githubweb
  19. [Enhancement #73] Add integration tests for plural contexts support. (commit: 02285dd) — Martin Ledvinka / githubweb
  20. [Upd] Update dependencies (RDF4J 3.4.2, JaCoCo plugin 0.8.6). (commit: 22bd079) — Martin Ledvinka / githubweb
  21. [Upd] Update to RDF4J 3.4.3. (commit: 5cd44b9) — Martin Ledvinka / githubweb
  22. [0.16.0] Bump version and update release notes. (commit: 9fc6828) — Martin Ledvinka / githubweb

#161 (Sep 23, 2020, 10:03:02 AM)

  1. [Fix] Handle MultilingualString in annotation property strategy when field type is just Object (or a collection of objects). (commit: ecd02f4) — Martin Ledvinka / githubweb
  2. [SCA] SCA-based fixes and code improvements. (commit: 8ab36ef) — Martin Ledvinka / githubweb
  3. Allow configuring whether multilingual strings will be preferred over strings in unclear situations. (commit: c34bbd2) — Martin Ledvinka / githubweb
  4. More fluent MultilingualString API. (commit: f463cf0) — Martin Ledvinka / githubweb
  5. [0.15.2] Bump version and update release notes. (commit: 8358f5e) — Martin Ledvinka / githubweb

#160 (Sep 21, 2020, 8:58:19 AM)

  1. [Fix] Add missing toString method to MultilingualString. (commit: f76ea92) — Martin Ledvinka / githubweb
  2. [SCA] Minor SCA-based fixes. (commit: a0d8310) — Martin Ledvinka / githubweb
  3. Minor refactoring in OntoDriver utilities (remove some duplicate code). (commit: c16aa97) — Martin Ledvinka / githubweb
  4. [Fix] Transform LangString to MultilingualString in ObjectConverter. (commit: 76135f5) — Martin Ledvinka / githubweb
  5. [Enhancement #74] Add collection parameter value representation. (commit: 64fc443) — Martin Ledvinka / githubweb
  6. [Enhancement #74] Create CollectionValueParameter for Collection query parameter values. (commit: a640c6e) — Martin Ledvinka / githubweb
  7. [Enhancement #74] Testing Collection query parameter values implementation. (commit: e17288f) — Martin Ledvinka / githubweb
  8. [Feature #72] Add configuration constants for reconnect attempts in Sesame driver. (commit: bf8adba) — Martin Ledvinka / githubweb
  9. [Upd] Update StorageConnectorTest, get rid of deprecated API usage. (commit: 971bdb3) — Martin Ledvinka / githubweb
  10. [Feature #72] Retry connecting to remote RDF4J server when configured to. (commit: d9d0182) — Martin Ledvinka / githubweb
  11. [Feature #72] Retry acquiring connection to RDF4J repository when configured to. (commit: 1127535) — Martin Ledvinka / githubweb
  12. Add missing toString method to IndirectMultilingualString. (commit: b6dfd1b) — Martin Ledvinka / githubweb
  13. [Upd] Update to RDF4J 3.4.1. (commit: 7dab546) — Martin Ledvinka / githubweb
  14. [0.15.1] Bump version and update release notes. (commit: ee2a092) — Martin Ledvinka / githubweb

#159 (Sep 6, 2020, 10:15:56 PM)

  1. [Fix] Fix javadoc issues. (commit: 0bc4578) — Martin Ledvinka / githubweb

#158 (Sep 6, 2020, 10:11:06 PM)

  1. [Upd] Update to AspectJ 1.9.6. (commit: 8519e73) — Martin Ledvinka / githubweb
  2. [Feature #59] Add LangString class for representing language-tagged strings in OntoDriver API. (commit: cedc706) — Martin Ledvinka / githubweb
  3. [Feature #59] Add class MultilingualString which will represent multilingual string attributes on object model level. (commit: e95b996) — Martin Ledvinka / githubweb
  4. Bump version to 0.15.0-SNAPSHOT to allow easier testing. (commit: c088bea) — Martin Ledvinka / githubweb
  5. [Feature #59] Support conversion from LangString to String attributes. (commit: ca3492e) — Martin Ledvinka / githubweb
  6. [Feature #59] Use LangString when returning String values with language tag from Sesame Driver. (commit: e39a69f) — Martin Ledvinka / githubweb
  7. [Fix] Support automatic conversion from LangString to String in SPARQL result mapping. (commit: da35244) — Martin Ledvinka / githubweb
  8. [Feature #59] Return LangString from Jena driver in appropriate cases. (commit: 38b3a81) — Martin Ledvinka / githubweb
  9. [Feature #59] Return LangString from OWL API driver in appropriate cases. (commit: 2dbbf4b) — Martin Ledvinka / githubweb
  10. [Fix] Fix integration test issues after migration to LangString. (commit: 482df1c) — Martin Ledvinka / githubweb
  11. Minor improvement in OWLAPI SelectResultSet. (commit: 843f322) — Martin Ledvinka / githubweb
  12. [Feature #59] Extend attribute metamodel with language setting. Initialize it from PU language for now. (commit: b16a903) — Martin Ledvinka / githubweb
  13. [Feature #59] Use language from attribute in OOM (FieldStrategy subclasses). (commit: 36d2be8) — Martin Ledvinka / githubweb
  14. [Feature #59] Add entity class for testing multilingual attributes. (commit: f3ead50) — Martin Ledvinka / githubweb
  15. [Feature #59] Respect attribute language (or its lack) in AxiomDescriptorFactory when generating descriptor for data retrieval. (commit: 629f1f8) — Martin Ledvinka / githubweb
  16. [Feature #59] Add SingularMultilingualStringFieldStrategy to handle MultilingualString instances. (commit: e25f885) — Martin Ledvinka / githubweb
  17. [Feature #59] Implement mapping of translations to axiom values in SingularMultilingualStringFieldStrategy. (commit: ed5de7b) — Martin Ledvinka / githubweb
  18. [Feature #59] Use SingularMultilingualStringFieldStrategy for singular data/annotation property fields using MultilingualString. (commit: c8ad641) — Martin Ledvinka / githubweb
  19. [Feature #59] Implement MultilingualString cloning. Testing basic retrieval of multilingual strings. (commit: 47a6332) — Martin Ledvinka / githubweb
  20. [Feature #59] Test multilingual string removal. (commit: 28b8506) — Martin Ledvinka / githubweb
  21. [Feature #59] Implement multilingual string saving in Jena and Sesame OntoDriver. (commit: a384530) — Martin Ledvinka / githubweb
  22. [Feature #59] Implement multilingual string saving in OWLAPI OntoDriver. (commit: 293b613) — Martin Ledvinka / githubweb
  23. [Feature #59] Add indirect wrapper for MultilingualString to allow tracking transactional changes. Refactor clone building w.r.t. these wrappers. (commit: 195c052) — Martin Ledvinka / githubweb
  24. [Feature #59] Testing multilingual attributes. (commit: 7fec276) — Martin Ledvinka / githubweb
  25. [Feature #59] Minor refactoring in instance builders. Add documentation to IndirectWrapperHelper. (commit: f5a93da) — Martin Ledvinka / githubweb
  26. [Task #42] Migrate ChangeManagerTest to JUnit 5. (commit: fd1900e) — Martin Ledvinka / githubweb
  27. [Feature #59] Restructure integration tests. (commit: 532f7e7) — Martin Ledvinka / githubweb
  28. [Feature #59] Implement support for plural multilingual attributes. (commit: b876cb0) — Martin Ledvinka / githubweb
  29. [Feature #59] Testing support for plural multilingual attributes. (commit: ef5d978) — Martin Ledvinka / githubweb
  30. [Feature #59] Refactor MultilingualString API for setting values. (commit: f85b3c4) — Martin Ledvinka / githubweb
  31. [Feature #59] Generate MultilingualString-type fields in OWL2Java when range is RDF langString. Make this setting configurable. (commit: c5ee3aa) — Martin Ledvinka / githubweb
  32. [Upd] Update to RDF4J 3.4.0. (commit: cc95fe0) — Martin Ledvinka / githubweb
  33. [Fix, Task #42] Attempt to fix TtlCacheManager test issue. Rewrite the tests to JUnit 5. (commit: 3dedeb2) — Martin Ledvinka / githubweb
  34. Minor SCA-based fixes. (commit: c0ee286) — Martin Ledvinka / githubweb
  35. [0.15.0] Bump version, update release notes and readme. (commit: a085034) — Martin Ledvinka / githubweb

#157 (Aug 4, 2020, 8:49:30 AM)

  1. [Fix] Fix incorrect query string formatting of java.util.Date values as query parameters. (commit: 7a0d7b0) — Martin Ledvinka / githubweb
  2. [Fix] Fix failing test. (commit: 9cd0efe) — Martin Ledvinka / githubweb
  3. [Upd] Update dependencies - Jena 3.16.0, OWLAPI 5.1.16, RDF4J 3.3.0, OWL2Query 0.6.0. (commit: c955ec4) — Martin Ledvinka / githubweb
  4. [Conf] Simplify configuration of the AspectJ maven plugin by pulling it into the parent project. (commit: c6c14ff) — Martin Ledvinka / githubweb
  5. [Conf] One more Maven configuration simplification - in integration tests. (commit: 44db8a8) — Martin Ledvinka / githubweb
  6. [Fix] Fix irregular test failure issues. (commit: 1770166) — Martin Ledvinka / githubweb
  7. [0.14.7] Bump version and update release notes. (commit: 6520405) — Martin Ledvinka / githubweb

#156 (Jun 26, 2020, 12:53:42 PM)

  1. [Fix] Support Float attributes in Sesame driver. (commit: c524aa7) — Martin Ledvinka / githubweb
  2. SCA-based fixes. (commit: 025d12c) — Martin Ledvinka / githubweb
  3. [0.14.6] Bump version and update release notes. (commit: 51ae86f) — Martin Ledvinka / githubweb

#155 (Jun 18, 2020, 7:37:54 PM)

  1. Extend XSD constants with additional values from the XSD namespace. (commit: af8a281) — Martin Ledvinka / githubweb
  2. [Upd] Upgrade to RDF4J 3.2.2. (commit: 6527262) — Martin Ledvinka / githubweb
  3. Minor code cleanup and improvements. (commit: 3641b3e) — Martin Ledvinka / githubweb
  4. [0.14.5] Bump version and update release notes. (commit: 57daa70) — Martin Ledvinka / githubweb

#153 (May 27, 2020, 3:45:31 PM)

  1. [Fix] Use identity map in PendingReferenceRegistry to prevent issues with objects with overridden equals/hashCode. (commit: f8ce33d) — Martin Ledvinka / githubweb
  2. SCA-based fixes. (commit: 290cdc2) — Martin Ledvinka / githubweb
  3. [0.14.4] Bump version and update release notes. (commit: 53ed89e) — Martin Ledvinka / githubweb

#152 (May 21, 2020, 1:33:32 PM)

  1. [Fix] Fix incorrect contributor reference. (commit: 8998693) — Martin Ledvinka / githubweb
  2. [OWL2Java] Sort imported ontology IRIs before generating them into the vocabulary file, to ensure stable ordering. (commit: ad694f3) — Martin Ledvinka / githubweb
  3. [Upd] Upgrade to RDF4J 3.2.0. (commit: e21fadf) — Martin Ledvinka / githubweb
  4. Make PoolingStorageConnector public, so that the future Virtuoso driver can reuse it. (commit: 89eaa6a) — Martin Ledvinka / githubweb
  5. [Feature #56] Add class representing collection attributes. Support creating metamodel of collection attributes on metamodel initialization. (commit: cff31d9) — Martin Ledvinka / githubweb
  6. [Feature #56] Testing collection attribute support. (commit: 39639fd) — Martin Ledvinka / githubweb
  7. [Task #68] Use MappingFileParser from owlapi-utils in OWL API driver. Move relevant code from OWL API driver into the utils module. (commit: 8b19a12) — Martin Ledvinka / githubweb
  8. [Task #68] Move code for transforming OWL literals to Java types into owlapi-utils. (commit: d1e5e4f) — Martin Ledvinka / githubweb
  9. [Task #68] Move code for transforming Java types to OWL literals into owlapi-utils. (commit: 9b08b31) — Martin Ledvinka / githubweb
  10. Minor code optimization in OWL API axiom loader. (commit: 3e6772a) — Martin Ledvinka / githubweb
  11. [Upd] Update to RDF4J 3.2.1 and Jena 3.15.0. (commit: e32d63b) — Martin Ledvinka / githubweb
  12. [Upd] Update to SLF4J 1.7.30. (commit: 90b6a8b) — Martin Ledvinka / githubweb
  13. [0.14.3] Bump version and update release notes. (commit: 601e00d) — Martin Ledvinka / githubweb

#151 (Apr 28, 2020, 10:58:38 AM)

  1. Ensure ontology IRIs output into generated vocabulary are unique. (commit: 2eaa89f) — Martin Ledvinka / githubweb
  2. [Fix] Fix integration test issue by switching to HTTPS for artifacts loaded from W3C. (commit: 68f9e73) — Martin Ledvinka / githubweb
  3. [Task #42] Transition OWL2Java tests to JUnit 5. (commit: 70bfa89) — Martin Ledvinka / githubweb
  4. Fix merge issues. (commit: 44189f7) — Martin Ledvinka / githubweb
  5. Minor code cleanup in OWL2Java. (commit: 64b09d1) — Martin Ledvinka / githubweb
  6. Add constants for all DC Terms properties. (commit: 7b4ce8d) — Martin Ledvinka / githubweb
  7. Add constants for all DC Terms classes. (commit: c1c04d7) — Martin Ledvinka / githubweb
  8. [Upd] Upgrade to RDF4J 3.1.4 and OWL API 5.1.14 (commit: ba7587b) — Martin Ledvinka / githubweb
  9. Minor code improvements. (commit: bb502b8) — Martin Ledvinka / githubweb
  10. [0.14.2] Bump version and update release notes. (commit: 070f836) — Martin Ledvinka / githubweb

#150 (Mar 22, 2020, 2:44:26 PM)

  1. Log info about why an ontology could not be imported in (commit: d6e155c) — Martin Ledvinka / githubweb
  2. Support using Java 8 Date/Time API as query parameters. (commit: dd74227) — Martin Ledvinka / githubweb
  3. Minor code improvements. Upgrade to RDF4J 3.1.2. (commit: de8a08b) — Martin Ledvinka / githubweb
  4. [0.14.1] Bump version and update release notes. (commit: 256cd4d) — Martin Ledvinka / githubweb

#149 (Mar 2, 2020, 4:01:32 PM)

  1. pushnuti hotoveho parseru, prvni push v projektu chybi testy (commit: dfddc19) — krupama3 / githubweb
  2. uprava OR/AND/NOT funkci, pridanie orderingu a začiatok regex (commit: efb2ed1) — krupama3 / githubweb
  3. refactor kodu, prechod zo zleho a hnusneho riesenia na OOP riesenie (commit: f77f821) — krupama3 / githubweb
  4. oprava chybky orderby + doplneni distinct (commit: af269d7) — krupama3 / githubweb
  5. doplneni group by, odstraneni duplicitneho kodu pridanim triedy (commit: d5b6353) — krupama3 / githubweb
  6. [Feature #19] Add some integration tests. (commit: 24ea08b) — Martin Ledvinka / githubweb
  7. pridanie unit testov na otestovanie prekladu z JPQL do SPARQL + drobne (commit: 7c0c78e) — krupama3 / githubweb
  8. uprava tried pre spravne zobrazovanie ORDER/GROUPBY, uprava apojenia do (commit: e0e95a9) — krupama3 / githubweb
  9. doplneni seznamu, co neni implementovane, úprava kódu, aby sa načítala (commit: d603e02) — krupama3 / githubweb
  10. Dokonceni uspesnosti integracnich testov, doplneni nacteni IRI pro (commit: 8d063da) — krupama3 / githubweb
  11. uprava grmatiky a doplnenie prekladu funkcie COUNT (commit: 1e3eca9) — krupama3 / githubweb
  12. uprava prekladu funkcie COUNT ˇoprava unit a itegracnych testov pre tuto (commit: 6bdcf51) — krupama3 / githubweb
  13. uprava nazvou entit (commit: eb0e4e0) — krupama3 / githubweb
  14. doplneni unit testov (commit: 433ac1d) — krupama3 / githubweb
  15. [Feature #19] Fix merge issues after integrating SOQL implementation (commit: d3e1d8d) — Martin Ledvinka / githubweb
  16. [Feature #19] Refactor SOQL-related code - move grammar into correct (commit: 06a93f0) — Martin Ledvinka / githubweb
  17. [Feature #19] Fix tests to prevent ANTLR warnings. (commit: cd2b6e3) — Martin Ledvinka / githubweb
  18. [Task #42] Rewrite some of the tests to JUnit 5. (commit: 97926b5) — Martin Ledvinka / githubweb
  19. [Feature #19] Fix typo - clausule to clause. (commit: 8557fe0) — Martin Ledvinka / githubweb
  20. Add ObjectConverter so that attributes mapped to a field of type Object (commit: 587af8c) — Martin Ledvinka / githubweb
  21. [Upd] Updated to RDF4J 3.1.1. (commit: f501b6b) — Martin Ledvinka / githubweb
  22. [Task #42] Refactor some of the jopa-impl tests to JUnit 5, improve (commit: 2d5c6a9) — Martin Ledvinka / githubweb
  23. [0.14.0] Bump version and update release notes. (commit: 12efbf5) — Martin Ledvinka / githubweb

#148 (Feb 19, 2020, 7:12:25 PM)

  1. [Bug #62] Handle situations when entity classes are in a non-standard (commit: ffbba1c) — Martin Ledvinka / githubweb
  2. [Fix] Fix an issue in AxiomLoaderTest in the sesame-driver which made (commit: 7da1919) — Martin Ledvinka / githubweb
  3. [Fix] Minor SCA-based fixes. (commit: b0f7637) — Martin Ledvinka / githubweb
  4. [0.13.5] Bump version and update release notes. (commit: f573d39) — Martin Ledvinka / githubweb

#147 (Feb 12, 2020, 7:22:17 PM)

  1. [Fix] Update OLW2Java transformer test to use RDFS instead of DC (commit: 4e9e9fe) — Martin Ledvinka / githubweb
  2. [Fix] Run IC validation on lazy field fetch even in case no axioms were (commit: 0ef4539) — Martin Ledvinka / githubweb
  3. Search imported ontologies when loading data (types, property values) in (commit: 0b2b2bf) — Martin Ledvinka / githubweb
  4. [Feature #61] Add support for entities as query parameters. (commit: 30605cc) — Martin Ledvinka / githubweb
  5. [Feature #61] Integration tests for using entities as query parameters. (commit: b52ff2b) — Martin Ledvinka / githubweb
  6. [Upd] Dependency updates. (commit: 726eaca) — Martin Ledvinka / githubweb
  7. Minor cleanup in auxiliary files. (commit: ca1ff55) — Martin Ledvinka / githubweb
  8. Regenerate license headers with current year. (commit: b6cc064) — Martin Ledvinka / githubweb
  9. Minor SCA-based fixes. (commit: d929ffd) — Martin Ledvinka / githubweb
  10. [0.13.4] Bump version and update release notes. (commit: 948859d) — Martin Ledvinka / githubweb

#146 (Nov 8, 2019, 12:57:27 PM)

  1. [Test] Allow specifying context in test data by transforming the Triple (commit: 2ca255e) — Martin Ledvinka / githubweb
  2. [Bug #58] Fix incorrect default context treatment when entity itself is (commit: e7c65fc) — Martin Ledvinka / githubweb
  3. Minor code improvements. (commit: 53fd50c) — Martin Ledvinka / githubweb
  4. [Upd] Update to RDF4J 3.0.2 and OWLAPI 5.1.12. (commit: 0a9a2e8) — Martin Ledvinka / githubweb
  5. [0.13.3] Bump version and update release notes. (commit: 25935af) — Martin Ledvinka / githubweb

#145 (Oct 21, 2019, 12:57:13 PM)

  1. Minor code cleanup in integration tests. (commit: 34b46a1) — Martin Ledvinka / githubweb
  2. Ensure consistent single-individual-instance-per-persistence-context (commit: cbb9ede) — Martin Ledvinka / githubweb
  3. [Task #42] More tests transitioned to JUnit 5. (commit: 17b3b7d) — Martin Ledvinka / githubweb
  4. [Upd] Update RDF4J to 3.0.0. (commit: 374ce1b) — Martin Ledvinka / githubweb
  5. Return identifier label for blank node when calling getString in Jena (commit: 1f1348c) — Martin Ledvinka / githubweb
  6. Test interaction between contexts and inferred statements when loading (commit: 220607a) — Martin Ledvinka / githubweb
  7. Generate toString method for model classes. (commit: 81ac42d) — Martin Ledvinka / githubweb
  8. [Fix] Allow lexicalForm and simpleLiteral on plural attributes as well. (commit: d016afa) — Martin Ledvinka / githubweb
  9. [Upd] Update dependencies - most notably RDF4J 3.0.1. (commit: a2af530) — Martin Ledvinka / githubweb
  10. [0.13.2] Bump version and update release notes. (commit: fed7977) — Martin Ledvinka / githubweb

#144 (Aug 8, 2019, 10:02:12 AM)

  1. [Fix] Fix incorrect context treatment in (commit: 8936adc) — Martin Ledvinka / githubweb
  2. Minor code improvements and cleanup. (commit: 6207b27) — Martin Ledvinka / githubweb
  3. [Del] Delete the obsolete/unused nested maven project in (commit: b843d70) — Martin Ledvinka / githubweb
  4. Minor SCA-based fixes. (commit: 9f1669e) — Martin Ledvinka / githubweb
  5. [0.13.1] Bump version and update release notes. (commit: 1abe0a3) — Martin Ledvinka / githubweb

#143 (Jul 16, 2019, 1:50:36 PM)

  1. Restrict logging in integration tests. (commit: 98bddfb) — Martin Ledvinka / githubweb
  2. Minor SCA-based fixes. (commit: 15b64d8) — Martin Ledvinka / githubweb
  3. Further restrict logging during build. (commit: 1c7f7e7) — Martin Ledvinka / githubweb
  4. [Upd] Revert maven-compiler-plugin to 3.8.0 to fix deploy build issues. (commit: 10edb51) — Martin Ledvinka / githubweb

#135 (Jul 15, 2019, 3:45:40 PM)

  1. [Feature #50] Add LexicalForm annotation, its detection in metamodel (commit: 44ad16c) — Martin Ledvinka / githubweb
  2. Simplify initialization of attributes in metamodel. (commit: a7e94eb) — Martin Ledvinka / githubweb
  3. [Feature #50] Load lexical form into entity field. (commit: f8b0da3) — Martin Ledvinka / githubweb
  4. [Feature #50] Replace LexicalForm annotation with a parameter on (commit: 47604a4) — Martin Ledvinka / githubweb
  5. [Feature #50] Verify support for loading lexical form. (commit: b950a3c) — Martin Ledvinka / githubweb
  6. Remove check for transient field in the setter aspect. (commit: 7f2060c) — Martin Ledvinka / githubweb
  7. Refactor BeanListenerAspect to provide more efficient field inferred (commit: 3fb4a91) — Martin Ledvinka / githubweb
  8. [Feature #50] Prevent modification of attributes with configured as (commit: 9acb396) — Martin Ledvinka / githubweb
  9. Validate attribute modification when merging detached instances into the (commit: c9f842c) — Martin Ledvinka / githubweb
  10. Support recursive entity descriptors (pointing to themselves). (commit: ef3c26d) — Martin Ledvinka / githubweb
  11. [Task #54] Change Descriptor API to allow access to attribute context (commit: b3ebfca) — Martin Ledvinka / githubweb
  12. [Upd] Update Descriptor API to provide better code flow. (commit: 6d8dae4) — Martin Ledvinka / githubweb
  13. [Task #54] Use the new descriptor API in OOM for loading. (commit: 635e314) — Martin Ledvinka / githubweb
  14. [Task #54] Test new descriptor behavior (persist, retrieval). Fix (commit: 73f22db) — Martin Ledvinka / githubweb
  15. [Task #54] Test new descriptor behavior (update, delete). (commit: ce09106) — Martin Ledvinka / githubweb
  16. [Refactoring] Transition integration tests to JUnit 5, test code (commit: 8a78480) — Martin Ledvinka / githubweb
  17. [Doc] Improve documentation of mapping annotations. (commit: 69fd5dd) — Martin Ledvinka / githubweb
  18. [Fix] Actually use the load all threshold configuration in Sesame (commit: 259014c) — Martin Ledvinka / githubweb
  19. [Refactoring] Reduce duplication in OWLAPI driver. (commit: 6e99d9c) — Martin Ledvinka / githubweb
  20. [Deprecation] Deprecate language setting for OntoDriver. Language is set (commit: ce4109a) — Martin Ledvinka / githubweb
  21. [Refactoring] Use assertion language in Sesame driver. (commit: 79e00fb) — Martin Ledvinka / githubweb
  22. [Refactoring] Further language handling simplification in the Sesame (commit: f7d9a82) — Martin Ledvinka / githubweb
  23. [Refactoring] Use assertion language in OWLAPI driver. (commit: 255dda9) — Martin Ledvinka / githubweb
  24. [Refactoring] Use assertion language in Jena driver. (commit: af24501) — Martin Ledvinka / githubweb
  25. [Refactoring] Remove last usage of language config parameter for (commit: 147afbd) — Martin Ledvinka / githubweb
  26. [Fix] Include language in assertion equals/hashCode. Consider null (commit: 50706ca) — Martin Ledvinka / githubweb
  27. [Feature #53] Add simpleLiteral attribute to (commit: d9493b1) — Martin Ledvinka / githubweb
  28. [Feature #53] Configure simpleLiteral attributes when building (commit: 686c179) — Martin Ledvinka / githubweb
  29. [Feature #53] Support loading simple literal values (including tests). (commit: 45c4064) — Martin Ledvinka / githubweb
  30. [Fix] Add missing implementation of toAxiomValue in (commit: 84511ce) — Martin Ledvinka / githubweb
  31. [Feature #53] Add support for saving, updating and removing simple (commit: 372f8c7) — Martin Ledvinka / githubweb
  32. [Task #42] Transition tests in JOPA API, OntoDriver API and integration (commit: e01c3a5) — Martin Ledvinka / githubweb
  33. [Upd] Update to SLF4J API 1.7.26, OWLAPI 5.1.11, Jena 3.12.0 and RDF4J (commit: 4c8f2cd) — Martin Ledvinka / githubweb
  34. Add a more prominent mention of TermIt to readme. (commit: 24e3ed8) — Martin Ledvinka / githubweb
  35. [Fix, Task #54] Fix usage of reference saving resolver to use the target (commit: 15f8873) — Martin Ledvinka / githubweb
  36. [Upd] Update maven plugins. (commit: 7e4920f) — Martin Ledvinka / githubweb
  37. [Fix] Fix incorrect handling of authentication credentials when (commit: b330ba8) — Martin Ledvinka / githubweb
  38. [Doc] Update documentation/javadoc/comments. (commit: 190d272) — Martin Ledvinka / githubweb
  39. [0.13.0] Bump version and update release notes. (commit: bcb4c3b) — Martin Ledvinka / githubweb
  40. [Fix] Attempt to fix build issues (AspectJ). (commit: 7e0e119) — Martin Ledvinka / githubweb

#133 (Jul 15, 2019, 1:24:35 PM)

  1. [Feature #50] Add LexicalForm annotation, its detection in metamodel (commit: 4054a53) — Martin Ledvinka / githubweb
  2. Simplify initialization of attributes in metamodel. (commit: f87bdb2) — Martin Ledvinka / githubweb
  3. [Feature #50] Load lexical form into entity field. (commit: 090bdd7) — Martin Ledvinka / githubweb
  4. [Feature #50] Replace LexicalForm annotation with a parameter on (commit: e4f8220) — Martin Ledvinka / githubweb
  5. [Feature #50] Verify support for loading lexical form. (commit: f9ea6fb) — Martin Ledvinka / githubweb
  6. Remove check for transient field in the setter aspect. (commit: fad3001) — Martin Ledvinka / githubweb
  7. Refactor BeanListenerAspect to provide more efficient field inferred (commit: 88091be) — Martin Ledvinka / githubweb
  8. [Feature #50] Prevent modification of attributes with configured as (commit: 4b76e5f) — Martin Ledvinka / githubweb
  9. Validate attribute modification when merging detached instances into the (commit: 71f544c) — Martin Ledvinka / githubweb
  10. Support recursive entity descriptors (pointing to themselves). (commit: f4691f8) — Martin Ledvinka / githubweb
  11. [Task #54] Change Descriptor API to allow access to attribute context (commit: f670a60) — Martin Ledvinka / githubweb
  12. [Upd] Update Descriptor API to provide better code flow. (commit: 0df979d) — Martin Ledvinka / githubweb
  13. [Task #54] Use the new descriptor API in OOM for loading. (commit: 3f8d190) — Martin Ledvinka / githubweb
  14. [Task #54] Test new descriptor behavior (persist, retrieval). Fix (commit: 7f37e7c) — Martin Ledvinka / githubweb
  15. [Task #54] Test new descriptor behavior (update, delete). (commit: 520bf96) — Martin Ledvinka / githubweb
  16. [Refactoring] Transition integration tests to JUnit 5, test code (commit: 1ed698b) — Martin Ledvinka / githubweb
  17. [Doc] Improve documentation of mapping annotations. (commit: 4148338) — Martin Ledvinka / githubweb
  18. [Fix] Actually use the load all threshold configuration in Sesame (commit: f6e485d) — Martin Ledvinka / githubweb
  19. [Refactoring] Reduce duplication in OWLAPI driver. (commit: 227dbd4) — Martin Ledvinka / githubweb
  20. [Deprecation] Deprecate language setting for OntoDriver. Language is set (commit: 756bed3) — Martin Ledvinka / githubweb
  21. [Refactoring] Use assertion language in Sesame driver. (commit: b6858e9) — Martin Ledvinka / githubweb
  22. [Refactoring] Further language handling simplification in the Sesame (commit: a756950) — Martin Ledvinka / githubweb
  23. [Refactoring] Use assertion language in OWLAPI driver. (commit: cc551fe) — Martin Ledvinka / githubweb
  24. [Refactoring] Use assertion language in Jena driver. (commit: 5f287cf) — Martin Ledvinka / githubweb
  25. [Refactoring] Remove last usage of language config parameter for (commit: 281f27a) — Martin Ledvinka / githubweb
  26. [Fix] Include language in assertion equals/hashCode. Consider null (commit: 2520760) — Martin Ledvinka / githubweb
  27. [Feature #53] Add simpleLiteral attribute to (commit: 01b6f2c) — Martin Ledvinka / githubweb
  28. [Feature #53] Configure simpleLiteral attributes when building (commit: cdd7e1a) — Martin Ledvinka / githubweb
  29. [Feature #53] Support loading simple literal values (including tests). (commit: 3e45b95) — Martin Ledvinka / githubweb
  30. [Fix] Add missing implementation of toAxiomValue in (commit: 48c72ad) — Martin Ledvinka / githubweb
  31. [Feature #53] Add support for saving, updating and removing simple (commit: 42e23d9) — Martin Ledvinka / githubweb
  32. [Task #42] Transition tests in JOPA API, OntoDriver API and integration (commit: 7dc267e) — Martin Ledvinka / githubweb
  33. [Upd] Update to SLF4J API 1.7.26, OWLAPI 5.1.11, Jena 3.12.0 and RDF4J (commit: fe2b37c) — Martin Ledvinka / githubweb
  34. Add a more prominent mention of TermIt to readme. (commit: be4d108) — Martin Ledvinka / githubweb
  35. [Fix, Task #54] Fix usage of reference saving resolver to use the target (commit: 9908cb0) — Martin Ledvinka / githubweb
  36. [Upd] Update maven plugins. (commit: 282d583) — Martin Ledvinka / githubweb
  37. [Fix] Fix incorrect handling of authentication credentials when (commit: 9cd2ce6) — Martin Ledvinka / githubweb
  38. [Doc] Update documentation/javadoc/comments. (commit: 721d27c) — Martin Ledvinka / githubweb
  39. [0.13.0] Bump version and update release notes. (commit: 7759735) — Martin Ledvinka / githubweb

#132 (May 29, 2019, 8:33:57 AM)

  1. [Fix] Fix javadoc errors. (commit: be4cff2) — Martin Ledvinka / githubweb

#131 (May 29, 2019, 8:24:07 AM)

  1. Do not generate error message when target directory structure already (commit: 683d501) — Martin Ledvinka / githubweb
  2. [Upd] Updated the maven-javadoc-plugin. (commit: 3cb3eb6) — Martin Ledvinka / githubweb
  3. Do not process changes to removed object in UoW on commit. (commit: e8e1904) — Martin Ledvinka / githubweb
  4. Added logback config to Jena OntoDriver tests to restrict logging during (commit: a666ed5) — Martin Ledvinka / githubweb
  5. Added SKOS vocabulary. (commit: 94077c5) — Martin Ledvinka / githubweb
  6. [Upd] Updated to AspectJ 1.9.3. (commit: e734902) — Martin Ledvinka / githubweb
  7. [Task #26] Use the same classloader for scanning classpath and loading (commit: 7164af0) — Martin Ledvinka / githubweb
  8. [Bug #49] Fix the issue with parent callbacks/entity listeners not being (commit: 26c0ce8) — Martin Ledvinka / githubweb
  9. Made query parameter value representation classes public (reusability). (commit: 00e09e9) — Martin Ledvinka / githubweb
  10. [Upd] Update AspectJ to 1.9.4, Jena to 3.11.0 and RDF4J to 2.5.2. (commit: 3055579) — Martin Ledvinka / githubweb
  11. [0.12.2] Bumped version and updated release notes. (commit: 2b07eea) — Martin Ledvinka / githubweb
  12. Update Readme with link to TermIt as another use case of JOPA. (commit: 2619232) — Martin Ledvinka / githubweb

#130 (Mar 26, 2019, 4:36:46 PM)

  1. Minor SCA-based fixes. (commit: 9a2fe2b) — Martin Ledvinka / githubweb
  2. Generate ASCII-only identifier names in OWL2Java. (commit: 402bc76) — Martin Ledvinka / githubweb
  3. [Fix] Fix issues with caching instances referencing partially loaded (commit: caf8af4) — Martin Ledvinka / githubweb
  4. [Upd] Upgraded to Jena 3.10.0, OWLAPI 5.1.10 and RDF4J 2.5.0. (commit: 5fe06fb) — Martin Ledvinka / githubweb
  5. [0.12.1] Bumped version and updated release notes. (commit: 41ee717) — Martin Ledvinka / githubweb

#128 (Feb 27, 2019, 8:03:39 PM)

  1. Minor SCA-based fixes. (commit: 40fb887) — Martin Ledvinka / githubweb
  2. [Fix] Prevent adding null into plural attribute collection when value (commit: 4c40c8e) — Martin Ledvinka / githubweb
  3. Removed lazy initialization in UoW. Removed an obsolete map of new (commit: 813db8a) — Martin Ledvinka / githubweb
  4. [Feature #46] EntityManager.getReference added into the API. (commit: 84afb0d) — Martin Ledvinka / githubweb
  5. [Feature #46] Added instance descriptors which will be used for tracking (commit: 6606c27) — Martin Ledvinka / githubweb
  6. Implementing InstanceDescriptor-based isLoaded in UnitOfWork. (commit: c0910a1) — Martin Ledvinka / githubweb
  7. Minor refactoring of query factory usage. (commit: 5dc8b1b) — Martin Ledvinka / githubweb
  8. Modified internal entity loading API to support InstanceDescriptors. (commit: 08f41b3) — Martin Ledvinka / githubweb
  9. Revert "Modified internal entity loading API to support (commit: 9642a87) — Martin Ledvinka / githubweb
  10. Tracking load state of existing entities loaded in UoW. Updating it on (commit: 4482445) — Martin Ledvinka / githubweb
  11. Use the new isLoaded functionality in PUUtil. Testing it. (commit: 3a93c98) — Martin Ledvinka / githubweb
  12. [Feature #46] Implementation of get reference on the storage access (commit: d832889) — Martin Ledvinka / githubweb
  13. [Fix] Fixed failing tests in jopa-impl. (commit: abf7a48) — Martin Ledvinka / githubweb
  14. [Feature #46] Implemented loadReference in OOM. (commit: 233f5b0) — Martin Ledvinka / githubweb
  15. [Feature #46] Simplified reference loading (skip cache check). (commit: 258f2a1) — Martin Ledvinka / githubweb
  16. Use instance descriptors in UoW when determining whether to load (commit: 51c2ccf) — Martin Ledvinka / githubweb
  17. [Feature #46] Started working on getReference implementation in UoW. (commit: 9f0997b) — Martin Ledvinka / githubweb
  18. [Refactoring] Simplifying handling of object removal in UoW and change (commit: 8234318) — Martin Ledvinka / githubweb
  19. [Feature #46] Testing basic getReference behavior. Integrated its (commit: 4da49a9) — Martin Ledvinka / githubweb
  20. [Feature #46] Further testing of treatment of references in UoW. (commit: 0d9693f) — Martin Ledvinka / githubweb
  21. Added a reference to the OTM library comparison paper. (commit: 49b425d) — Martin Ledvinka / githubweb
  22. Added a reference to the OTM library comparison paper. (commit: 9b65524) — Martin Ledvinka / githubweb
  23. [Upd] Removed finalize from EntityTransactionImpl. (commit: c29c40a) — Martin Ledvinka / githubweb
  24. [Feature #46] Integration tests of getReference implementation. (commit: 8b643c6) — Martin Ledvinka / githubweb
  25. [Feature #46] Integration tests of getReference implementation. Handle (commit: fba73bc) — Martin Ledvinka / githubweb
  26. Exclude log4j dependency from Jena, rely solely on SLF4J and the (commit: 96800f4) — Martin Ledvinka / githubweb
  27. Minor cleanup and SCA-based fixes. (commit: 29e550c) — Martin Ledvinka / githubweb
  28. Additional SCA-based fixes. (commit: 483e245) — Martin Ledvinka / githubweb
  29. [Upd] Updated license headers throughout the project. (commit: 4fec360) — Martin Ledvinka / githubweb
  30. [0.12.0] Bumped version. Updated readme and release notes. Upgraded to (commit: 88be580) — Martin Ledvinka / githubweb

#126 (Jan 15, 2019, 10:43:54 AM)

  1. [Feature #41] Support for specifying repository config in a (commit: 3c5af3f) — Martin Ledvinka / githubweb
  2. [Feature #41] Support for creating local native store from repository (commit: 55edb40) — Martin Ledvinka / githubweb
  3. [Upd] Upgraded to RDF4J 2.4.2. (commit: 18e3f15) — Martin Ledvinka / githubweb
  4. [Fix] Properly evict classes with inferred attributes from cache on UoW (commit: 0aa1fc1) — Martin Ledvinka / githubweb
  5. [Refactoring] Renamed CacheManager.clearInferredObjects to (commit: 28e77ca) — Martin Ledvinka / githubweb
  6. [Feature #45] Made ResultSet Iterable. Added a common unchecked parent (commit: 0b1705f) — Martin Ledvinka / githubweb
  7. [Feature #45] Implemented Spliterator for ResultSet. Provide Stream from (commit: 99b760f) — Martin Ledvinka / githubweb
  8. [Feature #45] Use the updated ResultSet API in Query and TypedQuery (commit: 56fa4fe) — Martin Ledvinka / githubweb
  9. [Fix] Support setter/getter aspects on mapped superclass fields. (commit: db34fa9) — Martin Ledvinka / githubweb
  10. [Feature #45] First, naive implementation of getResultStream in Query (commit: 1d2a68d) — Martin Ledvinka / githubweb
  11. Working on support for setting query offset and limit using Query API. (commit: 5f035f2) — Martin Ledvinka / githubweb
  12. Translate setMaxResults and setFirstResult in the Query API into LIMIT (commit: 5c923c0) — Martin Ledvinka / githubweb
  13. [Feature #45] Started working on proper Stream support in the Query API. (commit: 6ac80ac) — Martin Ledvinka / githubweb
  14. [Feature #45] Implemented Stream support in the Query API. (commit: eb528a4) — Martin Ledvinka / githubweb
  15. [Feature #45] Testing the stream support in Query API. Ensure that (commit: 378decd) — Martin Ledvinka / githubweb
  16. [Refactoring] Minor refactoring in QueryImpl and TypedQueryImpl. (commit: 83db359) — Martin Ledvinka / githubweb
  17. Minor SCA-based improvements. (commit: fe3d3a7) — Martin Ledvinka / githubweb
  18. Prevent possible infinite loop when calling entity lifecycle (commit: 682db67) — Martin Ledvinka / githubweb
  19. [0.11.0] Bumped version and updated release notes. (commit: 523fba4) — Martin Ledvinka / githubweb
  20. Removed some deprecated parts of JOPA. (commit: 22fa2fb) — Martin Ledvinka / githubweb

#125 (Dec 12, 2018, 2:59:01 PM)

  1. Minor SCA-based fixes. (commit: 5df9c6a) — Martin Ledvinka / githubweb
  2. [Feature #38] Added tests for plural annotation property support. (commit: f8e160e) — Martin Ledvinka / githubweb
  3. [Task #42][Upd] Added JUnit 5 dependencies to the project (using Jupiter (commit: e5b0378) — Martin Ledvinka / githubweb
  4. [Feature #38, Task #42] Implemented support for plural annotation (commit: 2e9eb84) — Martin Ledvinka / githubweb
  5. Support setting subclass instances in polymorphic attributes (there was (commit: 3f98751) — Martin Ledvinka / githubweb
  6. [Fix] Fixed incorrect IRI of rdf:Property. (commit: 323a622) — Martin Ledvinka / githubweb
  7. Added definitions of a subset of the Dublin Core vocabulary. (commit: 02183b6) — Martin Ledvinka / githubweb
  8. Replaced uses of deprecated DC constants with the new ones. (commit: a213c7b) — Martin Ledvinka / githubweb
  9. [0.10.8] Bumped version and updated release notes. (commit: 6414933) — Martin Ledvinka / githubweb

#124 (Nov 1, 2018, 2:50:38 PM)

  1. Minor fixes. (commit: fbead0f) — Martin Ledvinka / githubweb
  2. [Fix] Support caching entities which override equals/hashCode. (commit: 23a3bb9) — Martin Ledvinka / githubweb
  3. [Feature #36] Added basic support for LocalDate and LocalDateTime. (commit: cd68527) — Martin Ledvinka / githubweb
  4. [Feature #36] Refactoring of LocalDate and LocalDateTime (commit: e1b627a) — Martin Ledvinka / githubweb
  5. [Feature #36] Working on support for java.time.Instant. Trying to find (commit: 2c7aac5) — Martin Ledvinka / githubweb
  6. [Feature #36] Added AttributeConverter interface for custom attribute (commit: 6a0bc05) — Martin Ledvinka / githubweb
  7. Introduced common base class for attribute implementations. (commit: f4c1166) — Martin Ledvinka / githubweb
  8. Initialize converters for attributes during metamodel build. (commit: 44dd16e) — Martin Ledvinka / githubweb
  9. Working on refactoring of attributes and strategies. (commit: c0485a3) — Martin Ledvinka / githubweb
  10. Added built-in converters for data and annotation property values. (commit: ef41e40) — Martin Ledvinka / githubweb
  11. Migrated metamodel to the new converter system. (commit: e755bdd) — Martin Ledvinka / githubweb
  12. Modified enum handling - added a generic EnumConverter which is used in (commit: b38eab7) — Martin Ledvinka / githubweb
  13. [Upd] Upgraded to the latest versions of AspectJ, Jena, OWL API and (commit: 7606024) — Martin Ledvinka / githubweb
  14. [Feature #36] Verify update behavior. Fixed issues with cloning Java 8 (commit: 432f881) — Martin Ledvinka / githubweb
  15. [0.10.7] Bumped version and updated release notes. (commit: a31d397) — Martin Ledvinka / githubweb

#123 (Sep 25, 2018, 6:36:11 PM)

  1. [Fix] Fixed incorrect version update. (commit: c17e867) — Martin Ledvinka / githubweb

#122 (Sep 25, 2018, 6:17:16 PM)

  1. Reduced string literal duplication in SequencesVocabulary. Additional (commit: fa7750b) — Martin Ledvinka / githubweb
  2. [Fix] Fixed NPX thrown by EntityManager when getTransaction was called (commit: db2f40a) — Martin Ledvinka / githubweb
  3. [Fix] Fixed handling of language setting when loading entity/attribute. (commit: 715a6a8) — Martin Ledvinka / githubweb
  4. Ensure persistence context is open on calling query methods (Query, (commit: 5968b0b) — Martin Ledvinka / githubweb
  5. Allow unbound variable mapping in SparqlResultSetMapping. Unified (commit: 0f265c2) — Martin Ledvinka / githubweb
  6. [Fix] Handle unbound variable mapping in constructor resolution. (commit: a0b5701) — Martin Ledvinka / githubweb
  7. [0.10.6] Bumped version and updated release notes. (commit: 3a9dbee) — Martin Ledvinka / githubweb

#121 (Aug 13, 2018, 4:44:03 PM)

  1. Removed PrimaryKeyNotSetException from OntoDriver API, replaced it with (commit: 17af9cc) — Martin Ledvinka / githubweb
  2. Updated the exception hierarchy so that all JOPA exception extend (commit: 36078c3) — Martin Ledvinka / githubweb
  3. Deleted the HermiT distribution files from JOPA impl. (commit: 4f33001) — Martin Ledvinka / githubweb
  4. Deleted LazyLoadingTransformer with the mock directory. (commit: 19d108f) — Martin Ledvinka / githubweb
  5. Verifying behavior of merging an instance with the same id as one (commit: 066ea4c) — Martin Ledvinka / githubweb
  6. [Fix] Fixed incorrect field cardinality specification in OWL2Java. (commit: 9138a97) — Martin Ledvinka / githubweb
  7. Allow OWL2Java to generate object property field also when there is only (commit: 97c2163) — Martin Ledvinka / githubweb
  8. [Fix] Fixed incorrect datatype property field cardinality specification (commit: c346d5e) — Martin Ledvinka / githubweb
  9. Minor refactoring in OWL2Java. (commit: 0da4a6b) — Martin Ledvinka / githubweb
  10. [LIB] Upgraded to OWLAPI 5.1.6. It fixed the build issues. (commit: 7c6ef3a) — Martin Ledvinka / githubweb
  11. Added aop.xml so that applications can use AspectJ weaver javaagent (commit: 4094f3a) — Martin Ledvinka / githubweb
  12. [Del] Deleted unused classes in OWL2Java. (commit: 7d1a688) — Martin Ledvinka / githubweb
  13. Refactored OWL2Java to improve its testability. (commit: c49b250) — Martin Ledvinka / githubweb
  14. Do not use reflection to clone singleton set, singleton list and array (commit: f6388bd) — Martin Ledvinka / githubweb
  15. [Del] Deleted obsolete library files attached to OWL2Java project. (commit: 5dccdd6) — Martin Ledvinka / githubweb
  16. Minor SCA-based code improvements. (commit: 12876d1) — Martin Ledvinka / githubweb
  17. Modified the order of attributes generated by OWL2Java (start with id, (commit: 8f9535e) — Martin Ledvinka / githubweb
  18. Do not use reflection to create singleton map clone instance. Minor code (commit: 07b2b1f) — Martin Ledvinka / githubweb
  19. Added some explanatory Javadoc to exception classes. (commit: 58cf44d) — Martin Ledvinka / githubweb
  20. [0.10.5] Bumped version and updated release notes. (commit: ab2edc5) — Martin Ledvinka / githubweb

#120 (Jul 20, 2018, 3:36:08 PM)

  1. Added forgotten final modifier to Defaults constants in OWL2Java. (commit: d6f30f1) — Martin Ledvinka / githubweb
  2. Removed an unused import in tests. Minor update in ReleaseNotes. (commit: 65fe881) — Martin Ledvinka / githubweb
  3. [Fix] Fixed a critical NPX issue cased by inherited indirect collections (commit: 2b46163) — Martin Ledvinka / githubweb
  4. [0.10.4] Bumped version and updated release notes. (commit: 4cfc373) — Martin Ledvinka / githubweb

#119 (Jul 19, 2018, 10:18:32 AM)

  1. Reduced memory footprint. (commit: b0ea2d5) — Martin Ledvinka / githubweb
  2. Removed unused includeImports parameter in OWL2JavaTransformer. (commit: 3e5d6f5) — Martin Ledvinka / githubweb
  3. Added rdf:value into CommonVocabulary. (commit: f5890b9) — Martin Ledvinka / githubweb
  4. Allow to use context when generating only vocabulary in OWL2Java - only (commit: 4e6255c) — Martin Ledvinka / githubweb
  5. Added classes of constants with vocabularies for OWL, RDF, RDFS and XSD. (commit: b21ebf1) — Martin Ledvinka / githubweb
  6. Replaced usages of CommonVocabulary with the appropriate new (commit: 05bb072) — Martin Ledvinka / githubweb
  7. [Enhancement #35] Generate Javadoc from rdfs:comment annotations in (commit: a0e5f67) — Martin Ledvinka / githubweb
  8. [Enhancement #35] Allow to configure whether Javadoc should be generated (commit: f1bb1f7) — Martin Ledvinka / githubweb
  9. [Enhancement #35] Allow to configure whether Javadoc should be generated (commit: a83124e) — Martin Ledvinka / githubweb
  10. Make entities generated by OWL2Java Serializable. (commit: 129f3bc) — Martin Ledvinka / githubweb
  11. [Fix] Fixed command line input handling in OWL2Java. (commit: f716c17) — Martin Ledvinka / githubweb
  12. Removed the readOnly attribute from property mapping annotations. It was (commit: 6a39c50) — Martin Ledvinka / githubweb
  13. [0.10.3] Bumped version and updated release notes. (commit: a39192b) — Martin Ledvinka / githubweb

#118 (Jun 18, 2018, 2:19:01 PM)

  1. Support SPARQL property paths in the query parser. (commit: 7cad59d) — Martin Ledvinka / githubweb
  2. Updated README with info about OTM benchmark. Updated TODOs. (commit: 1ea2b24) — Martin Ledvinka / githubweb
  3. [Enhancement #32] Allow to set in-memory dataset in Jena driver (via (commit: 1fec463) — Martin Ledvinka / githubweb
  4. Minor refactoring in Jena driver. (commit: 0846315) — Martin Ledvinka / githubweb
  5. [Enhancement #32] Allow to set RDF4J repository at runtime. (commit: d123845) — Martin Ledvinka / githubweb
  6. Updated README with info on Wiki. (commit: 03e8780) — Martin Ledvinka / githubweb
  7. Minor SCA-based code improvements. (commit: 09bef1a) — Martin Ledvinka / githubweb
  8. [0.10.2] Bumped version, updated release notes and TODOs. (commit: 1ebde93) — Martin Ledvinka / githubweb

#117 (May 20, 2018, 11:05:22 AM)

  1. Support inferred types in TypesHandler in Jena driver. (commit: 2af7679) — Martin Ledvinka / githubweb
  2. Code improvements based on SCA. (commit: 2564b2e) — Martin Ledvinka / githubweb
  3. [Enhancement #31] Added API for data source reloading. (commit: bf4b5d9) — Martin Ledvinka / githubweb
  4. [Enhancement #31] Reloadable file storage in Jena driver. (commit: 4c01815) — Martin Ledvinka / githubweb
  5. Support unwrapping in EMF. (commit: 5645677) — Martin Ledvinka / githubweb
  6. [Enhancement #31] Integration tests of storage reload (Jena and OWLAPI). (commit: 5e6f12c) — Martin Ledvinka / githubweb
  7. [Enhancement #31] Reloadable connector implementation in OWLAPI driver. (commit: 6557be3) — Martin Ledvinka / githubweb
  8. [Update] minor owl2java code refactoring [Enhancement] support for (commit: 030a527) — kremep1 / githubweb
  9. [Fix] Fixed issue with closing snapshot connector after transaction (commit: 9ed887f) — Martin Ledvinka / githubweb
  10. Make sure inference transactional snapshot models are independent of the (commit: a151c5a) — Martin Ledvinka / githubweb
  11. Handle dates consistently in Jena driver - use java.util.Date. Fixed (commit: 5ef18ec) — Martin Ledvinka / githubweb
  12. Support consistency check in Jena driver. (commit: eeb92df) — Martin Ledvinka / githubweb
  13. Use inference supporting connector for query execution in Jena driver. (commit: 050065a) — Martin Ledvinka / githubweb
  14. Initialize inferred models in the snapshot storage eagerly, so that (commit: 679aeb7) — Martin Ledvinka / githubweb
  15. Make sure tests clean up after themselves, deleting any temporary (commit: 1925ab9) — Martin Ledvinka / githubweb
  16. Library update, including AspectJ 1.9.1 and RDF4J 2.3.1. (commit: f3ecfad) — Martin Ledvinka / githubweb
  17. Prevent marking transaction for rollback only on NoResultException and (commit: 2e0eb7f) — Martin Ledvinka / githubweb
  18. Renamed driver Configuration to DriverConfiguration to prevent confusion (commit: 8d44b5a) — Martin Ledvinka / githubweb
  19. Support anonymous ontologies in OWLAPI driver. Use Optional in for (commit: 8591727) — Martin Ledvinka / githubweb
  20. Minor code improvements based on SCA. (commit: b2b96a9) — Martin Ledvinka / githubweb
  21. [Bug #33] Reproducing the bug. (commit: e2087d2) — Martin Ledvinka / githubweb
  22. [Bug #33] Fixed old property assertion not being removed on merge. (commit: 544a557) — Martin Ledvinka / githubweb
  23. [0.10.1] Bumped version and updated release notes. (commit: c7df4ba) — Martin Ledvinka / githubweb
  24. Fixed a Javadoc issue. (commit: 6989a08) — Martin Ledvinka / githubweb

#116 (Apr 11, 2018, 11:27:09 AM)

  1. Fixed javadoc build issue. (commit: 15d3106) — Martin Ledvinka / githubweb

#115 (Apr 11, 2018, 11:15:59 AM)

  1. Started working on Jena OntoDriver, use Jena 3.6.0 (latest version). (commit: cc0b2c1) — Martin Ledvinka / githubweb
  2. Started working on Jena OntoDriver implementation. (commit: 58ed23d) — Martin Ledvinka / githubweb
  3. Deleted some obsolete eclipse files. (commit: 6be2bd1) — Martin Ledvinka / githubweb
  4. Working on Jena File storage connector. (commit: 9dcd8f7) — Martin Ledvinka / githubweb
  5. Implementation of Jena file storage accessor. (commit: 177b97b) — Martin Ledvinka / githubweb
  6. Basic in-memory storage implementation. (commit: 3180a8b) — Martin Ledvinka / githubweb
  7. Storage accessor initialization. (commit: f28ec49) — Martin Ledvinka / githubweb
  8. Working on the SharedStorageConnector, which implements the read (commit: 297db3b) — Martin Ledvinka / githubweb
  9. Implementation of the SharedStorageConnector. Moved Transaction utility (commit: 9594eca) — Martin Ledvinka / githubweb
  10. Transaction handling in the SharedStorageConnector. (commit: 6f3b68e) — Martin Ledvinka / githubweb
  11. Factory for creating the read committed transactional connectors. (commit: 4768f43) — Martin Ledvinka / githubweb
  12. Implementation of the transactional connector for read committed (commit: 34c0818) — Martin Ledvinka / githubweb
  13. Started working on Jena connection implementation. (commit: 7378aab) — Martin Ledvinka / githubweb
  14. JenaAdapter - saving axioms. (commit: 485ca83) — Martin Ledvinka / githubweb
  15. JenaAdapter - finished axiom saving implementation. Commit and rollback. (commit: 478599a) — Martin Ledvinka / githubweb
  16. Jena Driver - Added adapter reference to connection and implemented some (commit: fd2d529) — Martin Ledvinka / githubweb
  17. Jena driver - implemented connection acquisition from data source. (commit: a9b0177) — Martin Ledvinka / githubweb
  18. Jena driver - implementation of contains and auto commit configuration. (commit: 48bf8fd) — Martin Ledvinka / githubweb
  19. Jena driver - listing repository contexts (named graphs). (commit: ccf8ea1) — Martin Ledvinka / githubweb
  20. Jena driver - listing repository contexts (named graphs). (commit: 615a3e8) — Martin Ledvinka / githubweb
  21. Jena driver - identifier generator. (commit: 2eed2c5) — Martin Ledvinka / githubweb
  22. Jena Driver - Working on statement loading. (commit: 25039ff) — Martin Ledvinka / githubweb
  23. Jena Driver - explicit statement loading. (commit: d304098) — Martin Ledvinka / githubweb
  24. Enabled Jena integration tests, started with configuration. Removed (commit: c12b017) — Martin Ledvinka / githubweb
  25. Jena driver - unwrapping to provide access to Jena API. (commit: d08737e) — Martin Ledvinka / githubweb
  26. Jena driver - create integration tests executable. (commit: 3174c9e) — Martin Ledvinka / githubweb
  27. Jena driver - handling types. (commit: 82f1427) — Martin Ledvinka / githubweb
  28. Jena driver - fixed incorrect handling of data property values and (commit: 125c86e) — Martin Ledvinka / githubweb
  29. Jena driver - enabling more integration tests. (commit: a40b108) — Martin Ledvinka / githubweb
  30. Jena driver - started working on statement removal. (commit: 3dca4b4) — Martin Ledvinka / githubweb
  31. JenaDriver - implementation of remove. (commit: 03e7ea1) — Martin Ledvinka / githubweb
  32. JenaDriver - enabled delete integration tests. (commit: ea469ad) — Martin Ledvinka / githubweb
  33. JenaDriver - more efficient setup of integration tests. (commit: 45dde78) — Martin Ledvinka / githubweb
  34. Trying to resolve merge conflict. (commit: 811645d) — Martin Ledvinka / githubweb
  35. [Enhancement #18] Update in the Jena driver. Enabled update integration (commit: 9ef554c) — Martin Ledvinka / githubweb
  36. [Enhancement #18] Properties handling in Jena driver. (commit: 987c98e) — Martin Ledvinka / githubweb
  37. [Enhancement #18] Allow to treat the default graph as union of all named (commit: 037cae2) — Martin Ledvinka / githubweb
  38. [Enhancement #18] Started working on list support. (commit: a424405) — Martin Ledvinka / githubweb
  39. [Enhancement #18] Simple list loading. (commit: 02d9f4c) — Martin Ledvinka / githubweb
  40. [Enhancement #18] Simple list loading from context (named graph). (commit: 4b635c4) — Martin Ledvinka / githubweb
  41. [Enhancement #18] Simple list persist. (commit: a983f9d) — Martin Ledvinka / githubweb
  42. [Enhancement #18] Simple list update. (commit: 77864af) — Martin Ledvinka / githubweb
  43. [Enhancement #18] Refactoring list handling tests in preparation for (commit: e1f0eaa) — Martin Ledvinka / githubweb
  44. [Enhancement #18] Referenced list loading in Jena driver. (commit: 8dfb24c) — Martin Ledvinka / githubweb
  45. [Enhancement #18] Referenced list persist in Jena driver. (commit: f3a57b6) — Martin Ledvinka / githubweb
  46. Working on referenced list update. (commit: 4d3442c) — Martin Ledvinka / githubweb
  47. [Enhancement #18] Referenced list update in Jena driver. (commit: 3507e22) — Martin Ledvinka / githubweb
  48. [Enhancement #18] Refactoring the list handlers and iterators in Jena (commit: 9b947a9) — Martin Ledvinka / githubweb
  49. [Enhancement #18] Basic query execution infrastructure in the Jena (commit: 2bc3f5a) — Martin Ledvinka / githubweb
  50. [Enhancement #18] Working on result sets for the Jena driver. (commit: 333bf66) — Martin Ledvinka / githubweb
  51. [Enhancement #18] SelectResultSet implementation in Jena driver. (commit: cb9af13) — Martin Ledvinka / githubweb
  52. [Enhancement #18] ASK result set implementation in Jena driver. (commit: 796b232) — Martin Ledvinka / githubweb
  53. [Enhancement #18] Statement implementation in Jena driver, integrating (commit: e075d2b) — Martin Ledvinka / githubweb
  54. [Enhancement #18] Enable query integration tests for Jena driver. Minor (commit: 63bf7c0) — Martin Ledvinka / githubweb
  55. [Enhancement #18] Fixed query test issues in Jena driver. (commit: 6eff7ea) — Martin Ledvinka / githubweb
  56. Handle unbound variables in query results, e.g. when OPTIONAL pattern is (commit: ab52db5) — Martin Ledvinka / githubweb
  57. Handling of unbound variables in query results in Jena driver. (commit: 7ae03c5) — Martin Ledvinka / githubweb
  58. [Enhancement #18] PreparedStatement implementation in Jena driver. (commit: f955b1c) — Martin Ledvinka / githubweb
  59. [Fix] Fixed query parsing bug in OntoDriver statement holder. (commit: 342f7f0) — Martin Ledvinka / githubweb
  60. Added isOpen method to the Statement API. (commit: 672e43f) — Martin Ledvinka / githubweb
  61. Ignore inferred properties in the Jena driver (temporary). Log a warning (commit: e36d91d) — Martin Ledvinka / githubweb
  62. Minor code improvements based on SCA. (commit: 52c4d8d) — Martin Ledvinka / githubweb
  63. Fixed typo in release notes. (commit: 516a4ec) — Martin Ledvinka / githubweb
  64. [Fix] Modified typed properties generator to prevent unexpected test (commit: 13dccf4) — Martin Ledvinka / githubweb
  65. Added test case for merging already managed instance (potential bug was (commit: fc61cd2) — Martin Ledvinka / githubweb
  66. [Enhancement #18] Started working on snapshot-based transactional (commit: d8a09a5) — Martin Ledvinka / githubweb
  67. [Enhancement #18] Finished snapshot-based storage connector in Jena (commit: 9d83e40) — Martin Ledvinka / githubweb
  68. [Enhancement #18] Allow to obtain snapshot-based storage connector in (commit: 1175631) — Martin Ledvinka / githubweb
  69. [Enhancement #18] Implemented storage holder supporting inference. (commit: aaf9d32) — Martin Ledvinka / githubweb
  70. [Enhancement #18] Inference supporting storage connector. (commit: 96f5c2c) — Martin Ledvinka / githubweb
  71. [Enhancement #18] Implemented combination of asserted and inferred data (commit: b5e4e64) — Martin Ledvinka / githubweb
  72. [Enhancement #18] Integrated inference support into the Jena driver. (commit: 194b2c5) — Martin Ledvinka / githubweb
  73. Added tests for basic inference support (inferred types using subClassOf (commit: bb8bece) — Martin Ledvinka / githubweb
  74. Pushed context decision into connectors in Jena driver. (commit: cd95434) — Martin Ledvinka / githubweb
  75. [Enhancement #18] Added support for TDB storage. (commit: f3a16b7) — Martin Ledvinka / githubweb
  76. [Enhancement #18] Allow to pass configuration to Jena reasoner. (commit: 1a06ae2) — Martin Ledvinka / githubweb
  77. [Enhancement #18] Added some basic documentation of the Jena driver. (commit: 728dc35) — Martin Ledvinka / githubweb
  78. Readme updates. (commit: 1c48020) — Martin Ledvinka / githubweb
  79. [0.10.0] Bumped version and updated release notes. (commit: bcbd870) — Martin Ledvinka / githubweb

#114 (Mar 29, 2018, 3:25:56 PM)

  1. [Bug #30] Workaround OWLAPI loading RDF multiple times or a property (commit: f3ed924) — Martin Ledvinka / githubweb
  2. Handle issues with duplicate field exception when ontology and imported (commit: 2d875df) — Martin Ledvinka / githubweb
  3. Making OWL2Java more configurable. (commit: 30c9046) — Martin Ledvinka / githubweb
  4. More configurable OWL2Java. (commit: 0441349) — Martin Ledvinka / githubweb
  5. Added readme file to OWL2Java, explaining configuration parameters and (commit: 80f8210) — Martin Ledvinka / githubweb
  6. Ignore interfaces annotated with @OWLClass in entity class discovery and (commit: 8863361) — Martin Ledvinka / githubweb
  7. [Fix] Clone builder handles circular dependencies between entities and (commit: e9e5f55) — Martin Ledvinka / githubweb
  8. [Fix] Use the Wine ontology in OWLAPI storage connector test to prevent (commit: 31986e1) — Martin Ledvinka / githubweb
  9. [Fix] Workaround compilation issues in CloneBuilderTest. Use latest (commit: 382687b) — Martin Ledvinka / githubweb
  10. [0.9.16] Bumped version and updated release notes. (commit: 9409843) — Martin Ledvinka / githubweb

#113 (Feb 21, 2018, 1:14:26 PM)

  1. Minor SCA fixes. (commit: 78a3f80) — Martin Ledvinka / githubweb
  2. [0.9.15] Bumped version and updated release notes. (commit: eefd9d1) — Martin Ledvinka / githubweb

#112 (Feb 21, 2018, 11:26:06 AM)

  1. [Bug #29] Updated dependencies in jopa-maven-plugin to prevent classpath (commit: f93fd6a) — Martin Ledvinka / githubweb

#111 (Feb 20, 2018, 5:31:23 PM)

  1. [Fix] Fixed incorrect behaviour of contains in Sesame (commit: 73146d1) — Martin Ledvinka / githubweb
  2. Optimization of memory usage in UnitOfWork. (commit: d46a11f) — Martin Ledvinka / githubweb
  3. More efficient integration test setup. (commit: 3e3de0a) — Martin Ledvinka / githubweb
  4. SesameDriver - modified connection listener handling. (commit: 375ff58) — Martin Ledvinka / githubweb
  5. OwlapiDriver - modified connection listener handling. (commit: e38892e) — Martin Ledvinka / githubweb
  6. Minor memory usage optimizations. (commit: 6e520a3) — Martin Ledvinka / githubweb
  7. Further memory optimizations. (commit: ac5e209) — Martin Ledvinka / githubweb
  8. Fixed broken link to KBSS portal. (commit: c0c5050) — Martin Ledvinka / githubweb
  9. [Issue #28] Generate vocabulary with stable order of elements. (commit: af74fea) — Martin Ledvinka / githubweb
  10. [0.9.14] Bumped version and updated release notes. (commit: cba6505) — Martin Ledvinka / githubweb

#110 (Jan 14, 2018, 3:44:14 PM)

  1. Minor version bump of owlapi (commit: 5201359) — noreply / githubweb
  2. Code was not wrapped in a try-catch block (commit: b9b054c) — noreply / githubweb
  3. Revert "Minor version bump of owlapi" (commit: 1fd93cf) — noreply / githubweb
  4. Use OWLAPI 4.2.4 (the same version as in OWLAPI driver) in OWLAPI utils. (commit: d75956c) — Martin Ledvinka / githubweb
  5. [Bug #22] Fixed OWL2Java silently ignoring missing imports. Introduced a (commit: b57fc72) — Martin Ledvinka / githubweb
  6. Moved UnsupportedICException into dedicated package. (commit: 15af539) — Martin Ledvinka / githubweb
  7. Added hyperlink to Example01 (commit: 7a570ed) — noreply / githubweb
  8. Bumped OWLAPI version in OWL2Java and OWLAPI Utils to 5.1.3 (latest). (commit: 8f7d394) — Martin Ledvinka / githubweb
  9. Moved surefire plugin declaration into the parent pom. (commit: ad2ea6c) — Martin Ledvinka / githubweb
  10. Migrated OWLAPI Ontodriver to OWLAPI 5.1.3 (latest). (commit: c6f3a16) — Martin Ledvinka / githubweb
  11. Switched integration test reasoner to HermiT, as it has built-in support (commit: 6f37ca1) — Martin Ledvinka / githubweb
  12. Switched reasoner for OWLAPI integration tests to Openllet (a version of (commit: 99e1d53) — Martin Ledvinka / githubweb
  13. [0.9.13] Bumped version and updated release notes. (commit: 182a1d7) — Martin Ledvinka / githubweb

#108 (Dec 4, 2017, 11:29:56 AM)

  1. Fixed javadoc issue. (commit: c58feb0) — Martin Ledvinka / githubweb

#107 (Dec 4, 2017, 11:17:21 AM)

  1. Added support for specifying query parameter values without XSD datatype (commit: 546f35d) — Martin Ledvinka / githubweb
  2. Unified another part of the Query and TypedQuery implementations. (commit: 2c31a5a) — Martin Ledvinka / githubweb
  3. Upgrading to newest rdf4j (commit: 2d9f7ee) — kap4020 / githubweb
  4. Indicate build status on the readme page. (commit: f72812b) — Martin Ledvinka / githubweb
  5. Make TODO.md a link to that file (commit: 96bb77b) — noreply / githubweb
  6. Add hyperlink to jedi example (commit: 2c1d1b5) — noreply / githubweb
  7. [fix] Generate classes in Java notation (commit: ec56079) — yan1994doroshenko / githubweb
  8. Javadoc fix, imports cleanup. (commit: 3c6a872) — Martin Ledvinka / githubweb
  9. [Issue #17] New refresh implementation. (commit: 1dc7321) — Martin Ledvinka / githubweb
  10. [Issue #17] Reimplemented persist of removed entity. Removed the (commit: 9e87cfe) — Martin Ledvinka / githubweb
  11. Removed unnecessary lazy initialization of UoW change set. (commit: 44dfd7c) — Martin Ledvinka / githubweb
  12. [Issue #17] Revert also previous transactional changes on refresh. (commit: 15f6773) — Martin Ledvinka / githubweb
  13. Code cleanup and improvements based on SCA. (commit: 2ddf426) — Martin Ledvinka / githubweb
  14. Updated README. (commit: bfe3447) — Martin Ledvinka / githubweb
  15. [0.9.12] Bumped version and updated release notes. Regenerated license (commit: 5e4cb69) — Martin Ledvinka / githubweb

#106 (Nov 14, 2017, 5:24:22 PM)

  1. Fixed javadoc issues. (commit: 325655d) — Martin Ledvinka / githubweb

#105 (Nov 14, 2017, 4:53:47 PM)

  1. Testing cache behavior. (commit: 43b6723) — Martin Ledvinka / githubweb
  2. [Feature #7] Added annotations for entity result mapping. (commit: 7f9c8bc) — Martin Ledvinka / githubweb
  3. Initial FieldResultMapper implementation. (commit: 704fb65) — Martin Ledvinka / githubweb
  4. Basic EntityResultMapper implementation. (commit: c9c0f84) — Martin Ledvinka / githubweb
  5. Modified JOPA API to unify handling of attributes and entity identifier. (commit: 4e44f8a) — Martin Ledvinka / githubweb
  6. Mapping FieldResult configuration to EntityResultMapper. (commit: 4d3665c) — Martin Ledvinka / githubweb
  7. Unified handling of FieldSpecifications and Identifiers. (commit: ab3b28a) — Martin Ledvinka / githubweb
  8. Building entity mappers from SparqlResultConfiguration. (commit: b58a81f) — Martin Ledvinka / githubweb
  9. Testing entity mapping using SparqlResultSetMapping. (commit: 5f35da0) — Martin Ledvinka / githubweb
  10. Fixed issue with loading test ontology for OWLAPI imports integration. (commit: a3544ef) — Martin Ledvinka / githubweb
  11. Reproducing issue #10. (commit: 8d7ba3e) — Martin Ledvinka / githubweb
  12. Mapping field results referencing other entities. (commit: 7637019) — Martin Ledvinka / githubweb
  13. Support plain identifier object property field mapping in @EntityResult. (commit: 118466e) — Martin Ledvinka / githubweb
  14. Handle situations when variable is in result set, but it is not bound in (commit: 7573256) — Martin Ledvinka / githubweb
  15. [Enhancement #7] More testing of entity result mapping. (commit: 171d1f2) — Martin Ledvinka / githubweb
  16. [Bug #10] Fixed post load not being invoked on referenced entities. (commit: dc25002) — Martin Ledvinka / githubweb
  17. Minor cleanup in the BeanListenerAspect. Collapsed the setter advices (commit: cd0c554) — Martin Ledvinka / githubweb
  18. Rewrote BeanListenerAspect to annotation-based Java class so that it can (commit: 84324c3) — Martin Ledvinka / githubweb
  19. Keep track of entity's persistence context in the instance itself, (commit: 467f1be) — Martin Ledvinka / githubweb
  20. Do not attempt to load field value if its fetch type is not lazy. (commit: ffbf4b9) — Martin Ledvinka / githubweb
  21. Minor code quality improvements. (commit: d546c29) — Martin Ledvinka / githubweb
  22. Rewrote persistence provider discovery to conform to JPA. Added tests (commit: ea52146) — Martin Ledvinka / githubweb
  23. IsLoaded implementations. (commit: 4055915) — Martin Ledvinka / githubweb
  24. Code quality improvements, javadoc cleanup. Removed deprecated Metamodel (commit: ae4e665) — Martin Ledvinka / githubweb
  25. [0.9.11] Bumped version and updated release notes. Regenerated license (commit: b11538a) — Martin Ledvinka / githubweb

#103 (Oct 16, 2017, 10:25:16 AM)

  1. Fixed Javadoc generation issue. (commit: 54af0f1) — Martin Ledvinka / githubweb

#101 (Oct 16, 2017, 9:52:16 AM)

  1. Log the executed query (with bound parameters). (commit: d6545c2) — Martin Ledvinka / githubweb
  2. [Feature #7] Result set mapping API. (commit: f0d8840) — Martin Ledvinka / githubweb
  3. [Feature #7] One more annotation. (commit: 5fec61e) — Martin Ledvinka / githubweb
  4. [fix] Fixed ClassCastException with JDK9 due to inconvertible class (commit: 764b966) — yan1994doroshenko / githubweb
  5. Use the latest versions of the JaCoCo plugin, AspectJ and (commit: ff08490) — Martin Ledvinka / githubweb
  6. Modified metamodel building implementation to accommodate incoming (commit: cb2c992) — Martin Ledvinka / githubweb
  7. Moved JopaInitializationException into appropriate package and changed (commit: 5f7647c) — Martin Ledvinka / githubweb
  8. Discover SparqlResultSetMapping annotations when building the (commit: 2d39292) — Martin Ledvinka / githubweb
  9. Started working on result set mappers (VariableResult). (commit: d03b663) — Martin Ledvinka / githubweb
  10. Basic VariableResult mapping implementation. (commit: dc09556) — Martin Ledvinka / githubweb
  11. Added manager for result set mappers. (commit: 87b8df8) — Martin Ledvinka / githubweb
  12. Started working on result set mapper creation on metamodel build. (commit: c2ceed7) — Martin Ledvinka / githubweb
  13. Build result set mappers on PU initialization. (commit: 6991372) — Martin Ledvinka / githubweb
  14. Finished variable result set mapping. (commit: 58e1755) — Martin Ledvinka / githubweb
  15. Updated TODOs. (commit: dcae7d6) — Martin Ledvinka / githubweb
  16. Started working on constructor result mapping implementation. (commit: 83316e5) — Martin Ledvinka / githubweb
  17. Finished constructor result mapping. (commit: fbd3be9) — Martin Ledvinka / githubweb
  18. Code improvements based on SCA. Deleted unused ICQueryGeneration class, (commit: 242c101) — Martin Ledvinka / githubweb
  19. More SCA-based code modifications. (commit: 33bf781) — Martin Ledvinka / githubweb
  20. Regenerated license headers. (commit: aae1a22) — Martin Ledvinka / githubweb
  21. [0.9.10] Bumped version, updated release notes. (commit: d6f663c) — Martin Ledvinka / githubweb

#100 (Sep 16, 2017, 4:07:34 PM)

  1. Added constructor to TransactionRequiredException. (commit: 74e65f8) — Martin Ledvinka / githubweb

#99 (Sep 2, 2017, 3:31:20 PM)

  1. Removed context setting from the Query/Statement API (it did not have (commit: 51f531e) — Martin Ledvinka / githubweb
  2. Added possibility to specify a descriptor for results in TypedQuery. (commit: 6fd300f) — Martin Ledvinka / githubweb
  3. Removed println. (commit: b0cc7b1) — Martin Ledvinka / githubweb
  4. Working on the new strategy of tracking unpersisted changes during (commit: 684087c) — Martin Ledvinka / githubweb
  5. Processing pending references for OP sets. (commit: 9cb4f6d) — Martin Ledvinka / githubweb
  6. Remove pending assertion when the target is persisted. (commit: 47815a6) — Martin Ledvinka / githubweb
  7. Handle pending assertion context. Fixed some tests. (commit: 018f976) — Martin Ledvinka / githubweb
  8. Removed the obsolete persist reference resolver. (commit: 25c1484) — Martin Ledvinka / githubweb
  9. Remove pending assertion when the persisted instance is removed before (commit: 89ddbf5) — Martin Ledvinka / githubweb
  10. Remove pending assertion when the pending value is replaced during (commit: 12b0a6c) — Martin Ledvinka / githubweb
  11. Unified postCommit and clear in UnitOfWork. (commit: 31e19da) — Martin Ledvinka / githubweb
  12. Working on improving merge behavior. (commit: c82b85b) — Martin Ledvinka / githubweb
  13. Updated README with info about some related libraries. (commit: 51cbcf7) — Martin Ledvinka / githubweb
  14. Removed the old CascadeResolver. (commit: 04a4fff) — Martin Ledvinka / githubweb
  15. Handle new instance reference persist in lists. (commit: 37cb24a) — Martin Ledvinka / githubweb
  16. Handle removal of pending references to list items. (commit: 0b3fd0e) — Martin Ledvinka / githubweb
  17. Working on more robust merge semantics (merge instance into PC which (commit: df129e6) — Martin Ledvinka / githubweb
  18. Additional testing of merge semantics. Updated TODOs. (commit: 7407c52) — Martin Ledvinka / githubweb
  19. Use credentials when connecting to remote RDF4J repository (when (commit: cbe6b0b) — Martin Ledvinka / githubweb
  20. [0.9.9] Bumped version and updated release notes. Updated license (commit: 1e6f9ef) — Martin Ledvinka / githubweb

#98 (Jun 26, 2017, 1:07:07 PM)

  1. Language specification support - added API to descriptors. (commit: 834f6e9) — Martin Ledvinka / githubweb
  2. Language specification support - load only values with correct language (commit: 38b7c83) — Martin Ledvinka / githubweb
  3. Language specification support - load only values with correct language (commit: 314eefd) — Martin Ledvinka / githubweb
  4. Language specification support - load only values with correct language (commit: 952fd6d) — Martin Ledvinka / githubweb
  5. Added language tag support to the Assertions API. (commit: 6771cdd) — Martin Ledvinka / githubweb
  6. Support for language tag specification per assertion - Sesame driver. (commit: 3da75f3) — Martin Ledvinka / githubweb
  7. Language tag specification - support for overriding language with empty (commit: dd4b7f9) — Martin Ledvinka / githubweb
  8. Language specification support per assertion - OWLAPI driver. (commit: eef32fb) — Martin Ledvinka / githubweb
  9. Language tag specification support on JOPA level - for loading. (commit: d0b8db4) — Martin Ledvinka / githubweb
  10. Language tag specification support - allow overriding PU-level language (commit: 7f149c7) — Martin Ledvinka / githubweb
  11. Language tag specification support - pass language tag to axiom value (commit: 04fd649) — Martin Ledvinka / githubweb
  12. Modified test runners to be able to check for statement presence in the (commit: beba45e) — Martin Ledvinka / githubweb
  13. Language tag specification support - use language tag in assertion when (commit: e39c9da) — Martin Ledvinka / githubweb
  14. Language tag specification support - verified functionality on update (commit: 6c14c9e) — Martin Ledvinka / githubweb
  15. Use descriptors in second level cache. (commit: ffc4a99) — Martin Ledvinka / githubweb
  16. Reworked the second level cache to take descriptors into account and (commit: a58c2f1) — Martin Ledvinka / githubweb
  17. Testing language tag specification support interaction with the second (commit: 5248267) — Martin Ledvinka / githubweb
  18. Put merged instance into second level cache on transaction commit. (commit: 1d7868a) — Martin Ledvinka / githubweb
  19. Minor modification in the Descriptor API. (commit: 11a4cb9) — Martin Ledvinka / githubweb
  20. Updated TODOs. (commit: 3252d9a) — Martin Ledvinka / githubweb
  21. Fixing issues discovered by SCA. Updated TODOs. (commit: 8c67040) — Martin Ledvinka / githubweb
  22. [0.9.8] Bumped version and updated release notes. (commit: bba583b) — Martin Ledvinka / githubweb

#97 (May 27, 2017, 2:50:58 PM)

  1. Added annotations for the namespace support. (commit: 0b68547) — Martin Ledvinka / githubweb
  2. [Fix] Fixed type mismatch in loading instances with unmapped properties (commit: a974421) — Martin Ledvinka / githubweb
  3. [Bug #6] Fixed issue in SPARQL query parser. (commit: 063cc72) — Martin Ledvinka / githubweb
  4. [Fix] Fixed several code style issues. Fixed loading of types from (commit: 590ec17) — Martin Ledvinka / githubweb
  5. [Fix] Fixed build issues. (commit: 9df6075) — Martin Ledvinka / githubweb
  6. Namespace support implementation. (commit: cc44549) — Martin Ledvinka / githubweb
  7. Updated TODOs. (commit: 5256dab) — Martin Ledvinka / githubweb
  8. [UPD] Support for generating subclasses, minor code cleanup (commit: 25247e1) — kremep1 / githubweb
  9. [UPD] code refactoring (commit: 5ce8a3b) — kremep1 / githubweb
  10. [UPD] code refactoring (commit: b5bce43) — kremep1 / githubweb
  11. [UPD] owl2java refactoring (commit: b88f31e) — kremep1 / githubweb
  12. Close statement when query results are determined. (commit: e13da02) — Martin Ledvinka / githubweb
  13. Close current result set when a statement executes a query/update again. (commit: 2922d7b) — Martin Ledvinka / githubweb
  14. Resolved issues with context specification in the Sesame driver. (commit: fa1a17b) — Martin Ledvinka / githubweb
  15. Verified that cached instances do not contain indirect collections (commit: eeabd76) — Martin Ledvinka / githubweb
  16. [Bug #4] Handle cascading cycles in EntityManager operations. (commit: fa034fd) — Martin Ledvinka / githubweb
  17. Use FieldSpecification instead of attribute names in ChangeRecord. (commit: efb57b0) — Martin Ledvinka / githubweb
  18. Fixing issues discovered by SCA. (commit: 1332296) — Martin Ledvinka / githubweb
  19. [0.9.7] Bumped version and updated release notes. (commit: 9dc1a79) — Martin Ledvinka / githubweb

#96 (Apr 27, 2017, 11:41:05 AM)

  1. [Bug #3] Fixed issue in building metamodel with circular reference (commit: 314343a) — Martin Ledvinka / githubweb
  2. Fixed some issues discovered by SCA. Indirect collection replacement now (commit: c5bf7a2) — Martin Ledvinka / githubweb
  3. Fixed some issues discovered by SCA. Indirect collection replacement now (commit: 0c401ba) — Martin Ledvinka / githubweb
  4. [Fix] Fixed build issue in tests. (commit: 4ffa600) — Martin Ledvinka / githubweb
  5. Mark current transaction as rollback only when exception is thrown in (commit: a6bbf03) — Martin Ledvinka / githubweb
  6. Mark current transaction as rollback only when exception is thrown in (commit: 808fea8) — Martin Ledvinka / githubweb
  7. Replaced direct generation of NPX error messages with creation of (commit: 46a7708) — Martin Ledvinka / githubweb
  8. Upgraded SesameDriver from Sesame API 2.8.9 to RDF4J 2.2. (commit: 0464130) — Martin Ledvinka / githubweb
  9. Cleaning up RDF4J dependencies. (commit: eb319b9) — Martin Ledvinka / githubweb
  10. Fixed issue with cloning special kinds of collections (singleton, array (commit: 45d8846) — Martin Ledvinka / githubweb
  11. [0.9.5] Bumped version and updated release notes. (commit: 184e675) — Martin Ledvinka / githubweb
  12. Added the @EntityListeners annotation + test setup. (commit: 874fca5) — Martin Ledvinka / githubweb
  13. Reworking the entity lifecycle callback structure, so that (commit: b17606c) — Martin Ledvinka / githubweb
  14. Started working on entity listener discovery during metamodel (commit: a0fc646) — Martin Ledvinka / githubweb
  15. Implemented entity listener discovery during metamodel initialization. (commit: 87b9057) — Martin Ledvinka / githubweb
  16. Implemented entity listener callback invocation (including correct (commit: db5bd87) — Martin Ledvinka / githubweb
  17. Testing entity listener support. (commit: fd1640a) — Martin Ledvinka / githubweb
  18. Updated TODOs. (commit: ba204c0) — Martin Ledvinka / githubweb
  19. Escape string query parameters. (commit: 234a972) — Martin Ledvinka / githubweb
  20. Testing the query parameter escaping. (commit: 1efacdc) — Martin Ledvinka / githubweb
  21. [Bug #5] Fixed issue with loading classes containing 'class' from jar (commit: b57447c) — Martin Ledvinka / githubweb
  22. [0.9.6] Bumped version and updated release notes. (commit: 19ea24a) — Martin Ledvinka / githubweb

#94 (Mar 10, 2017, 11:23:57 AM)

  1. Added test to reproduce [Bug #2]. (commit: 8df966d) — Martin Ledvinka / githubweb
  2. [Bug #2] Do not recursively calculate changes on merged objects. (commit: 5f13970) — Martin Ledvinka / githubweb
  3. [Bug #2] Working on merge implementation correspondence with JPA. (commit: 6c5167f) — Martin Ledvinka / githubweb
  4. [Bug #2] Detached value mergers with tests. (commit: fbc9e8a) — Martin Ledvinka / githubweb
  5. [Bug #2] Fixed most of the merging issues. (commit: da7fdf9) — Martin Ledvinka / githubweb
  6. [Bug #2] Finished detached entity merge implementation. (commit: 4e0ae6f) — Martin Ledvinka / githubweb
  7. Removed unused import. (commit: 894abcd) — Martin Ledvinka / githubweb
  8. [0.9.4] Bumped version and updated release notes. (commit: 4494650) — Martin Ledvinka / githubweb

#93 (Feb 28, 2017, 4:20:34 PM)

  1. Updated TODOs and Readme. (commit: d6605c8) — Martin Ledvinka / githubweb
  2. Removed some of the constructNPXMessage calls to improve performance. (commit: a82d657) — Martin Ledvinka / githubweb
  3. One more occurrence of constructNPXMessage removed. (commit: dbc3580) — Martin Ledvinka / githubweb
  4. [Fix] Fixed cache being ignored on entity load. (commit: f027473) — Martin Ledvinka / githubweb
  5. More minor performance improvements. (commit: 2ad8e49) — Martin Ledvinka / githubweb
  6. Build default collection instance when clone of the specified one cannot (commit: e348829) — Martin Ledvinka / githubweb
  7. [0.9.3] Bumped version and updated release notes. (commit: 3dd7c69) — Martin Ledvinka / githubweb

#90 (Feb 22, 2017, 2:25:01 PM)

  1. Removed criteria API interfaces, they are not implemented in the current (commit: 33afac7) — Martin Ledvinka / githubweb
  2. [Fix] Removed accidental comment. (commit: 0007edd) — Martin Ledvinka / githubweb

#89 (Feb 21, 2017, 5:35:36 PM)

  1. Added a reference to the ESWC2016 demo to readme. (commit: 0945ce8) — Martin Ledvinka / githubweb

#88 (Feb 18, 2017, 6:20:57 PM)

  1. Do not throw exception when instance corresponding to typed query result (commit: 017a630) — Martin Ledvinka / githubweb
  2. [Fix] Guard non-empty cardinality constraint on plural attributes as (commit: a33d5cc) — Martin Ledvinka / githubweb
  3. [Fix] When generating participation constraints of data properties, use (commit: bee6361) — Martin Ledvinka / githubweb
  4. Added annotations for entity lifecycle listeners. (commit: 6280e02) — Martin Ledvinka / githubweb
  5. Build metamodel with entity lifecycle listeners. (commit: 9573b93) — Martin Ledvinka / githubweb
  6. Working on prePersist listener invocation. (commit: 3b0af1a) — Martin Ledvinka / githubweb
  7. Sonatype deploy configuration. (commit: 3ad11e3) — Martin Ledvinka / githubweb
  8. Implemented postLoad, postRemove, postPersist and preRemove listeners. (commit: 9fdae72) — Martin Ledvinka / githubweb
  9. preUpdate and postUpdate entity lifecycle listeners. (commit: 9b67656) — Martin Ledvinka / githubweb
  10. [0.9.2] Bumped version and updated release notes. (commit: 95f2201) — Martin Ledvinka / githubweb
  11. [Upd] UoW test. (commit: d9e6228) — Martin Ledvinka / githubweb

#87 (Jan 4, 2017, 3:25:18 PM)

  1. [Fix] Fixed issue with storing instances with String-based identifier in (commit: 8f82a93) — Martin Ledvinka / githubweb

#86 (Jan 3, 2017, 4:47:05 PM)

  1. Swallow NoSuchMethodException in instance builder, there is no point (commit: 6f9e344) — Martin Ledvinka / githubweb
  2. Do not deploy integration tests artifacts. (commit: 9e7443f) — Martin Ledvinka / githubweb
  3. Fix major memory leak in persistence context management. (commit: 45d5b5b) — Martin Ledvinka / githubweb

#85 (Dec 13, 2016, 6:31:54 PM)

  1. Refactoring in metamodel. Created MappedSuperclassType and moved common (commit: 4145aa7) — Martin Ledvinka / githubweb
  2. Finished moving managed type implementation into abstract superclass, (commit: ea69b62) — Martin Ledvinka / githubweb
  3. Refactoring metamodel building. (commit: 77698a3) — Martin Ledvinka / githubweb
  4. Fixed issues after metamodel refactoring. Bumped version to 0.8.5. (commit: a1639eb) — Martin Ledvinka / githubweb
  5. Bumped AspectJ version to 1.8.9 and moved its version property to the (commit: 1dea27f) — Martin Ledvinka / githubweb
  6. Testing metamodel building with single inheritance. (commit: db2a46d) — Martin Ledvinka / githubweb
  7. Bean listener aspect - support for inheritance. (commit: aa3bf3b) — Martin Ledvinka / githubweb
  8. Verifying persist functionality with inheritance support. (commit: 6728f8a) — Martin Ledvinka / githubweb
  9. Preparing for retrieval tests with inheritance. (commit: bb9d402) — Martin Ledvinka / githubweb
  10. Testing retrieve with inheritance support. (commit: cad5f1f) — Martin Ledvinka / githubweb
  11. Testing updates and removes with single inheritance. Restructured the (commit: 3513726) — Martin Ledvinka / githubweb
  12. Testing superclass instance loading when superclass class assertion is (commit: 0594e3c) — Martin Ledvinka / githubweb
  13. Added TODO task. (commit: ff663b5) — Martin Ledvinka / githubweb
  14. Working on two-step polymorphic instance loading. (commit: 790b567) — Martin Ledvinka / githubweb
  15. Started implementing the entity type resolving strategy for polymorphic (commit: b03190f) — Martin Ledvinka / githubweb
  16. Basic implementation of the Two-step polymorphic instance loading (commit: 86b401f) — Martin Ledvinka / githubweb
  17. Testing polymorphic instance loading. (commit: 63c28b4) — Martin Ledvinka / githubweb
  18. Polymorphic instance loading - working with abstract classes. (commit: 22819d4) — Martin Ledvinka / githubweb
  19. Testing polymorphic loading in select queries. (commit: c03e413) — Martin Ledvinka / githubweb
  20. Testing polymorphic loading from cache. (commit: 9c0ebc5) — Martin Ledvinka / githubweb
  21. Reversed mapping of instances in the second-level cache in order to (commit: 0d65b72) — Martin Ledvinka / githubweb
  22. Polymorphic load working with the second-level cache. (commit: 0cf31f8) — Martin Ledvinka / githubweb
  23. Testing polymorphic loading interaction with second-level cache. (commit: c6dbea8) — Martin Ledvinka / githubweb
  24. Fixes after merge from development. (commit: 76ba838) — Martin Ledvinka / githubweb
  25. Testing polymorphic attributes. (commit: 5305091) — Martin Ledvinka / githubweb
  26. Bumped version to 0.9.0 and updated release notes. Regenerated license (commit: 30ef565) — Martin Ledvinka / githubweb
  27. Reset constant value to be replaceable by maven. (commit: f7ec04c) — Martin Ledvinka / githubweb

#84 (Dec 10, 2016, 7:39:46 PM)

  1. Fixed minor code quality issues. (commit: ce4f7c3) — Martin Ledvinka / githubweb

#83 (Dec 10, 2016, 7:17:26 PM)

  1. Plural datatype property support - OOM implementation. (commit: 9f27c39) — Martin Ledvinka / githubweb
  2. Plural datatype property support - testing. (commit: b3403ff) — Martin Ledvinka / githubweb
  3. Updated release notes and TODOs, bumped version to 0.8.8. Regenerated (commit: 7a00fc0) — Martin Ledvinka / githubweb
  4. Ignore two delete integration tests because of issues with OWL2Query. (commit: 68565e5) — Martin Ledvinka / githubweb

#82 (Nov 16, 2016, 4:01:07 PM)

  1. Added some tests and did some minor changes. (commit: d671163) — Martin Ledvinka / githubweb
  2. Minor maven config cleanup. (commit: 5705df3) — Martin Ledvinka / githubweb

#80 (Nov 3, 2016, 5:40:00 PM)

  1. Prevent infinite loops in hashcode. (commit: 1ec2079) — Martin Ledvinka / githubweb
  2. Added support for Query.executeUpdate for executing SPARQL Update (commit: 860eec4) — Martin Ledvinka / githubweb

#77 (Oct 7, 2016, 5:42:44 PM)

  1. Prevent possible infinite loop in the bean listener aspect. (commit: 534ea85) — Martin Ledvinka / githubweb

#76 (Sep 30, 2016, 10:53:41 AM)

  1. Fixed change merging into singleton collections. Bumped version to (commit: 75d5d73) — Martin Ledvinka / githubweb

#75 (Sep 26, 2016, 6:04:07 PM)

  1. Updated TODOs. (commit: 6933d82) — Martin Ledvinka / githubweb
  2. Attempting to fix issues with reasoning in OWLAPI driver - reasoner does (commit: 8d57f39) — Martin Ledvinka / githubweb
  3. Resolve issues with imports in transactional snapshots. (commit: 1b6dd5c) — Martin Ledvinka / githubweb
  4. Fixed transactional snapshot creation in the OWLAPI driver. Bumped (commit: 5b544b0) — Martin Ledvinka / githubweb

#74 (Jul 14, 2016, 9:16:19 AM)

  1. Fixed randomly occurring issue with property value removal. (commit: d1e4e34) — Martin Ledvinka / githubweb

#73 (Jul 13, 2016, 5:41:41 PM)

  1. More code quality improvements. (commit: afb2618) — Martin Ledvinka / githubweb

#72 (Jul 13, 2016, 5:00:36 PM)

  1. Code quality improvements. Updated TODOs. (commit: ab30578) — Martin Ledvinka / githubweb

#71 (Jul 13, 2016, 3:01:16 PM)

  1. API for the named native query support. (commit: 0c83be1) — Martin Ledvinka / githubweb
  2. Started working on named query implementation. (commit: ff24b3f) — Martin Ledvinka / githubweb
  3. Native named query support on the metamodel level. (commit: 62f2395) — Martin Ledvinka / githubweb
  4. Finished named native query support. Testing. (commit: 86dfb1a) — Martin Ledvinka / githubweb
  5. License headers regenerated. Version set to 0.8.4. (commit: e0bbe44) — Martin Ledvinka / githubweb

#70 (Jul 13, 2016, 8:53:43 AM)

  1. Consistent duplicate identifier handling. (commit: eefe285) — Martin Ledvinka / githubweb

#69 (Jul 11, 2016, 5:28:44 PM)

  1. Implementing support for an individual being instance of multiple (commit: dd4e958) — Martin Ledvinka / githubweb

#68 (Jul 11, 2016, 9:29:02 AM)

  1. Reworking duplicate identifer handling. (commit: c5b30db) — Martin Ledvinka / githubweb

#67 (Jul 8, 2016, 1:47:20 PM)

  1. Updated README and TODO. (commit: 9b727f2) — Martin Ledvinka / githubweb
  2. Corrected OWL2Java version constant. (commit: 332daaa) — Martin Ledvinka / githubweb
  3. Implementing support for an individual being instance of multiple (commit: 81e4930) — Martin Ledvinka / githubweb

#66 (Jul 4, 2016, 4:53:45 PM)

  1. Fixed major issue in collection change detection. Updated version to (commit: a4bbff4) — Martin Ledvinka / githubweb

#65 (Jul 2, 2016, 2:50:21 PM)

  1. Sesame driver performance improvements. (commit: 41e5bc7) — Martin Ledvinka / githubweb

#64 (Jul 1, 2016, 1:59:02 PM)

  1. Working on Sesame driver performance improvements. (commit: 14ae97f) — Martin Ledvinka / githubweb

#63 (Jun 29, 2016, 11:10:46 AM)

  1. Workaround for multiple EMFs accessing the same local native Sesame (commit: b6bc966) — Martin Ledvinka / githubweb
  2. More efficient handling of repository connection in the Sesame driver. (commit: 87a2849) — Martin Ledvinka / githubweb

#62 (Jun 18, 2016, 10:53:05 PM)

  1. Updated TODOs. (commit: 35150c6) — Martin Ledvinka / githubweb

#61 (Jun 18, 2016, 10:47:45 PM)

  1. Prevent non-entities being passed to entity manager operations. (commit: 5b57ed7) — Martin Ledvinka / githubweb

#60 (Jun 17, 2016, 7:27:50 PM)

  1. Fixing issues discovered by SCA. (commit: 5e8ad61) — Martin Ledvinka / githubweb

#57 (Jun 17, 2016, 6:40:25 PM)

  1. Started working on mapped superclass support. (commit: 4b533c9) — Martin Ledvinka / githubweb
  2. Testing clone building with mapped superclasses. (commit: 127f018) — Martin Ledvinka / githubweb
  3. Handle IRI characters which would cause Java identifiers to be invalid (commit: f9dc0d1) — Martin Ledvinka / githubweb
  4. Set version to 0.8.0-SNAPSHOT (commit: c0350ab) — Martin Ledvinka / githubweb
  5. Testing mapper superclass change management. (commit: 9c70d36) — Martin Ledvinka / githubweb
  6. Testing handling of entities with mapped superclass. (commit: 3d2ca03) — Martin Ledvinka / githubweb
  7. Integration testing of mapped superclass support. (commit: 5c81c2d) — Martin Ledvinka / githubweb
  8. Do not log static field skipping in metamodel building, it floods the (commit: c2e14a6) — Martin Ledvinka / githubweb
  9. Version 0.8.0. Updated release notes. Regenerated license headers. (commit: 6d3d4ed) — Martin Ledvinka / githubweb

#56 (Jun 9, 2016, 10:18:40 AM)

  1. Version 0.7.12. (commit: 8a48200) — Martin Ledvinka / githubweb

#55 (Jun 9, 2016, 10:05:20 AM)

  1. Fixed issue with updating property values in contexts (when the new (commit: 6faa275) — Martin Ledvinka / githubweb

#54 (Jun 7, 2016, 3:42:48 PM)

  1. Minor code quality improvements. (commit: 56ddf0f) — Martin Ledvinka / githubweb

#53 (Jun 7, 2016, 2:23:22 PM)

  1. Verify integrity constraints of merged instances (on commit). (commit: b1284eb) — Martin Ledvinka / githubweb
  2. When merging changes on a field, use original if the clone is a managed (commit: e992c34) — Martin Ledvinka / githubweb

#52 (Jun 6, 2016, 2:27:16 PM)

  1. Bumped version to 0.7.11. (commit: bb8e7c4) — Martin Ledvinka / githubweb

#51 (Jun 6, 2016, 2:17:30 PM)

  1. [UPD] add individuals to vocabularies (commit: e3afe36) — petr.kremen / githubweb

#48 (Jun 1, 2016, 3:19:50 PM)

  1. Added support for URI-based types. (commit: 6fdeff3) — Martin Ledvinka / githubweb
  2. Bumped version to 0.7.10, updated release notes. (commit: 7503bf5) — Martin Ledvinka / githubweb

#47 (May 25, 2016, 6:25:32 PM)

  1. Verify that persisting an entity with non-null autogenerated ID does not (commit: 8323ddf) — Martin Ledvinka / githubweb
  2. Minor code improvements based on SCA. (commit: db41480) — Martin Ledvinka / githubweb

#46 (May 25, 2016, 12:15:30 AM)

  1. [UPD] Transformer split; MVN deprecated warning, Java generator options (commit: fb9ea95) — petr.kremen / githubweb

#45 (May 22, 2016, 12:37:58 PM)

  1. Fixed issue with running multiple PUs in one VM. Bumped version to (commit: 63c43b6) — Martin Ledvinka / githubweb

#44 (May 19, 2016, 1:28:57 PM)

  1. Fixed issue in working with contexts in the Sesame driver - when null (commit: 0b5e91d) — Martin Ledvinka / githubweb

#43 (May 16, 2016, 5:10:36 PM)

  1. More info about cardinality constraint violation in the exception. (commit: 1bd3b7a) — Martin Ledvinka / githubweb
  2. Added basic support for unwrap. (commit: 17cd620) — Martin Ledvinka / githubweb
  3. Set version to 0.7.8 and updated the release notes. (commit: 5dcf5f7) — Martin Ledvinka / githubweb

#42 (May 11, 2016, 5:32:22 PM)

  1. Suppress ontology loading errors in the OWLAPI Driver. When the ontology (commit: 3960d0c) — Martin Ledvinka / githubweb

#39 (May 11, 2016, 5:02:37 PM)

  1. Implemented vocabulary generation in OWL2JavaTransformer + added tests (commit: 71e9b3d) — Martin Ledvinka / githubweb
  2. OWL2Java implementation of vocabulary generator + tests. (commit: 582067f) — Martin Ledvinka / githubweb
  3. Testing OWL2Java CLI output. Set OWL2Java version in constants using (commit: bf84ca7) — Martin Ledvinka / githubweb
  4. Bumped version to 0.7.7. Regenerated license headers. (commit: 5a466db) — Martin Ledvinka / githubweb

#38 (Apr 22, 2016, 4:43:45 PM)

  1. Use configuration class instead of map of properties in the drivers. (commit: dc5ec9f) — Martin Ledvinka / githubweb

#37 (Apr 16, 2016, 1:26:09 PM)

  1. Fixed some issues discovered by SCA. (commit: 1d703d7) — Martin Ledvinka / githubweb

#36 (Apr 15, 2016, 7:13:01 PM)

  1. Fix some issues discovered by SCA. (commit: b0a217a) — Martin Ledvinka / githubweb
  2. Handle null values in collections in OOM. (commit: 40bb82e) — Martin Ledvinka / githubweb

#35 (Apr 15, 2016, 5:37:40 PM)

  1. Adjusted metamodel processing to support plain identifiers as OP values. (commit: 919ed71) — Martin Ledvinka / githubweb
  2. Support for plain identifier object property values in singular (commit: 964148b) — Martin Ledvinka / githubweb
  3. Started working on plain identifier object property value support in (commit: 860a815) — Martin Ledvinka / githubweb
  4. Support for plain identifier object property value in sets finished. (commit: b32b847) — Martin Ledvinka / githubweb
  5. Integration tests of plural plain individual object property attributes. (commit: 92dfe82) — Martin Ledvinka / githubweb
  6. Simple list support for plain identifier values. (commit: 2f5c717) — Martin Ledvinka / githubweb
  7. Referenced list support for plain identifier values. Plus integration (commit: 6cad0b1) — Martin Ledvinka / githubweb
  8. Fixed issue with multiple modifications of a list during single (commit: d039fe3) — Martin Ledvinka / githubweb
  9. Support for plain identifiers (URI and URL) in annotation properties. (commit: 3c0fb18) — Martin Ledvinka / githubweb
  10. Integration testing of plain identifiers support in annotation (commit: 140cf49) — Martin Ledvinka / githubweb
  11. Removed some of the unnecessary log output in integration tests. (commit: 37a3903) — Martin Ledvinka / githubweb
  12. Version upgraded to 0.7.6. Regenerated license headers. (commit: 3b3812b) — Martin Ledvinka / githubweb
  13. Fixed test issues. (commit: e66986e) — Martin Ledvinka / githubweb

#34 (Apr 15, 2016, 7:58:23 AM)

  1. Updated release notes. (commit: e6adb8b) — Martin Ledvinka / githubweb

#33 (Mar 31, 2016, 4:58:18 PM)

  1. Use xsd:int for Java int/Integer values consistently throughout the (commit: b1c0add) — Martin Ledvinka / githubweb

#31 (Mar 22, 2016, 5:36:27 PM)

  1. Testing collection adapters. (commit: d2f34b2) — Martin Ledvinka / githubweb

#30 (Mar 22, 2016, 5:07:27 PM)

  1. Fix a TODO. (commit: 3fc288a) — Martin Ledvinka / githubweb
  2. Improved conversion of properties URIs and values. (commit: fdfddcf) — Martin Ledvinka / githubweb

#29 (Mar 22, 2016, 11:12:36 AM)

  1. Fixing SCA errors. (commit: 108021e) — Martin Ledvinka / githubweb

#28 (Mar 22, 2016, 10:30:33 AM)

  1. Support for reading typed properties + fixed some issues with value (commit: 83ea349) — Martin Ledvinka / githubweb
  2. Handle nulls in properties values extraction. Increased version to (commit: af1854f) — Martin Ledvinka / githubweb
  3. Added release notes file. (commit: 6fc6b92) — Martin Ledvinka / githubweb
  4. Finished integration testing of the new typed properties support. (commit: 6e59b92) — Martin Ledvinka / githubweb

#27 (Mar 20, 2016, 10:21:02 PM)

  1. Implemented typed properties support on OOM level. (commit: 4b4d964) — Martin Ledvinka / githubweb
  2. Support for typed properties in OWLAPI driver. (commit: 143523b) — Martin Ledvinka / githubweb

#26 (Mar 8, 2016, 6:36:06 PM)

  1. Added support for remote locations in mapping file parser. (commit: 99c3954) — Martin Ledvinka / githubweb
  2. Migrating to SLF4J. (commit: 7d07b05) — Martin Ledvinka / githubweb
  3. Finished migration to SLF4J and bumped version to 0.7.3. (commit: 32b5491) — Martin Ledvinka / githubweb

#25 (Mar 5, 2016, 1:26:23 PM)

  1. Enable class name configuration in ICs for OWL2Java transformation. (commit: 7c1c71a) — Martin Ledvinka / githubweb

#24 (Mar 4, 2016, 3:05:00 PM)

  1. Bumped version to 0.7.2 (moved OntoDriverProperties into another (commit: ae93d14) — Martin Ledvinka / githubweb

#23 (Mar 3, 2016, 5:36:37 PM)

  1. Ignore context info in OWLAPI driver. (commit: 81f05f0) — Martin Ledvinka / githubweb

#22 (Mar 3, 2016, 5:05:52 PM)

  1. Support URIs as mapping file paths. Bumped version to 0.7.1. (commit: 7ca0d65) — Martin Ledvinka / githubweb

#21 (Mar 3, 2016, 4:34:07 PM)

  1. Added mapping file support. Also added workaround for OWL2Query's issue (commit: 500c759) — Martin Ledvinka / githubweb

#20 (Mar 2, 2016, 3:12:03 PM)

  1. Fixed issue with properties axioms loading in the Sesame driver. (commit: 0bac9d0) — Martin Ledvinka / githubweb

#19 (Mar 1, 2016, 5:13:54 PM)

  1. Fixed bug in properties merge. (commit: 5c65f2b) — Martin Ledvinka / githubweb

#18 (Feb 25, 2016, 4:35:36 PM)

  1. Moving examples into a separate repository. (commit: d002efe) — Martin Ledvinka / githubweb
  2. Updated README to reflect relocation of the examples. (commit: de9f39f) — Martin Ledvinka / githubweb
  3. Removed the example projects (they were moved into a separate (commit: a6e5a84) — Martin Ledvinka / githubweb

#17 (Feb 21, 2016, 10:04:13 PM)

  1. Added more thorough @Properties and @Types metamodel checking. (commit: 6cc699c) — Martin Ledvinka / githubweb

#16 (Feb 19, 2016, 5:39:00 PM)

  1. Deleted the sonar-project.properties file, it is not needed for sonar (commit: ef00432) — Martin Ledvinka / githubweb

#14 (Feb 19, 2016, 4:45:45 PM)

  1. Updated README. Added integration test modules to Sonar config. (commit: 1d688df) — Martin Ledvinka / githubweb

#12 (Feb 19, 2016, 4:27:45 PM)

  1. Updated README. (commit: 79ee7ec) — Martin Ledvinka / githubweb

#11 (Feb 19, 2016, 2:21:34 PM)

  1. One more change to sonar properties + fixing first issues discovered by (commit: 8287cc4) — Martin Ledvinka / githubweb

#10 (Feb 19, 2016, 1:49:49 PM)

  1. Removed Jena OntoDriver from sonar modules, there is no source to (commit: f7f7fa6) — Martin Ledvinka / githubweb

#9 (Feb 19, 2016, 1:46:59 PM)

  1. Another attempt to get sonar code analysis working. (commit: 376797d) — Martin Ledvinka / githubweb

#8 (Feb 19, 2016, 1:40:09 PM)

  1. Fixed sonar.sources property value. (commit: 9a9d2a7) — Martin Ledvinka / githubweb

#7 (Feb 19, 2016, 1:32:44 PM)

  1. Added sonar project configuration file. (commit: 49228ec) — Martin Ledvinka / githubweb

#3 (Feb 18, 2016, 4:05:25 PM)

  1. Updated JaCoCo plugin version. (commit: e438b8f) — Martin Ledvinka / githubweb