Releases: kbss-cvut/jopa
Releases · kbss-cvut/jopa
0.16.4
- [JOPA] Support for initialization of static metamodel (has to be created manually for now) (Feature #83).
- Fix issues with building and using the project on Windows (path-related).
- Dependency updates: RDF4J 3.6.0, switched to a different fork of the maven-aspectj-plugin allowing to build the project under JDK 11.
0.16.3
- [JOPA] Fix issues with cached references becoming stale after merge (Bug #81).
- [JOPA] Fix missing support for Windows-like newline characters (CRLF) in queries (Bug #82).
- Fix project build issues on Windows.
- Simplify
PersistenceProvider
implementation discovery (based on JPA spec implementation now). - Dependency updates: RDF4J 3.5.1, Jena 3.17.0.
0.16.2
0.16.1
0.16.0
- Support using multiple contexts for entity/attribute (Enhancement #73).
- Dependency updates: RDF4J 3.4.3.
NOTE: This release contains breaking changes in the Descriptor
API and the OntoDriver API (which is usually not used directly). These changes are related to the added support for plural contexts.
0.15.2
- [JOPA] Fix handling of multilingual strings in annotation properties when target type is
Object
. - Allow configuring whether
MultilingualString
should be preferred overString
in situations like above (cz.cvut.jopa.preferMultilingualString
). - Minor code quality improvements.