Summary
- Always resolve entity type to the most specific available. (commit: c783dcf) (details)
- Use instantiable Java type in EntityConstructor to create entity instance. (commit: a5334b1) (details)
- Log skipped axiom with trace instead of warn level. (commit: 6df2cf4) (details)
- Improve cache bypass resolution in OOM by adding isReadOnly method to UoW. (commit: 1646549) (details)
- [Enhancement #357] Use entity loading optimization for entity classes with subclasses. (commit: 011d633) (details)
- [Enhancement #357] Use entity loading optimization when getting query results as a stream. (commit: 7e2e80d) (details)
- [Upd] Update Jena to 5.6.0. (commit: 7c6f491) (details)
- [Enhancement #380] Eagerly generate lazy loading proxy classes for entity classes that are referenced in metamodel. (commit: ff20366) (details)
- Parallelize some of the tests. (commit: 6a5825e) (details)
- [Fix] Fix a Maven warning about modification of compile source roots by the modelgen Maven plugin. (commit: 7a34125) (details)
- [2.6.4] Bump version, update changelog. (commit: e2ce22b) (details)