Summary
- [Enhancement #73] Refactor OntoDriver API descriptors in preparation for supporting multiple contexts per assertion/subject. (commit: 6f83773) (details)
- [Enhancement #73] Ensure consistent handling of contexts in OntoDriver axiom descriptors. (commit: 0912513) (details)
- [Enhancement #73] Refactor Sesame driver to support the new plural contexts supporting axiom descriptors. (commit: ceeb452) (details)
- [Enhancement #73] Test support for multiple read contexts in Sesame OntoDriver. (commit: 8e9b4db) (details)
- [Enhancement #73] Refactor Jena OntoDriver to support the new axiom descriptors with plural contexts. (commit: 6dfdd27) (details)
- [Enhancement #73] Testing support for using multiple contexts in assertion loading in Jena Driver. (commit: 4aa99d1) (details)
- [Enhancement #73] Fix issues with AxiomDescriptorFactoryTest. (commit: 1f44ba7) (details)
- [Enhancement #73] Refactor types OntoDriver API to support multiple contexts. Fix test issues. (commit: 9c25a14) (details)
- [Enhancement #73] Refactor descriptors to support multiple contexts per descriptor and attribute. (commit: ada5b96) (details)
- [Enhancement #73] Add tests for the updated descriptor behavior, fix issues. (commit: c4626b8) (details)
- [Enhancement #73] Adapting JOPA impl to the new descriptors API. WIP. (commit: 6201470) (details)
- [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) (details)
- [Enhancement #73] Refactor OntoDriver API (and implementations) to support contains call with plural contexts. (commit: 8b32ff2) (details)
- [Enhancement #73] Use OntoDriver plural context contains API in JOPA. (commit: f5129eb) (details)
- [Enhancement #73] Working on modifications of second level cache to support plural contexts. (commit: e1813dc) (details)
- [Enhancement #73] Update second level cache to work with plural contexts. (commit: d355dac) (details)
- [Enhancement #73] Fix tests after context-related refactoring (WIP). (commit: 815f342) (details)
- [Enhancement #73] Fix integration tests after plural context changes. (commit: f93cd42) (details)
- [Enhancement #73] Add integration tests for plural contexts support. (commit: 4711b74) (details)
- [Upd] Update dependencies (RDF4J 3.4.2, JaCoCo plugin 0.8.6). (commit: 1e91d74) (details)
- [Upd] Update to RDF4J 3.4.3. (commit: f2b6362) (details)
- [0.16.0] Bump version and update release notes. (commit: 6a58d79) (details)
- Initial draft - WIP (commit: d8ba832) (details)
- Changed metamodel API, partially implemented. WIP: populating query attributes in EntityConstructor. (commit: 65f35f2) (details)
- first test (commit: c6967b9) (details)
- param this implemented (commit: 673a0f1) (details)
- QueryFactory and TypedQuery test mocking (commit: 91d42e8) (details)
- fixed testReconstructEntityWithQueryAttribute (commit: 19da568) (details)
- Plural query attribute implemented, added integration tests. (commit: 7b18a52) (details)
- Implemented and tested lazy fetching for query attributes, fixed plural query attributes (commit: cc971e1) (details)
- added participation constraints support for query attributes (commit: f26edd9) (details)
- removed superfluous converter (commit: d4a633b) (details)
- added missing javadoc (commit: 6ebca84) (details)
- Removed commented code from EntityConstructorTest (commit: 490530a) (details)
- Fixed mistakes from code review (commit: e01d855) (details)