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