Releases: kbss-cvut/jopa
Releases · kbss-cvut/jopa
0.10.4
0.10.3
- Reduced memory footprint.
- Configurable generation of Javadoc from rdfs:comment annotations in OWL2Java (Enhancement #35).
- Entity classes generated by OWL2Java implement
Serializable
. - Introduced dedicated classes with constants from RDF, RDFS and OWL namespaces into the API.
- Deprecated
CommonVocabulary
, useRDF
,RDFS
,OWL
andXSD
classes instead.
0.10.2
0.10.1
- Fixed bug where old object property assertion was not removed on merge (Bug #33).
- Allow to reload file-based storage in OntoDriver (Enhancement #33).
- Use the
ReloadableDataSource
, which can be unwrapped from anEntityManagerFactory
.
- Use the
- Fixes in the Jena driver. Support for consistency checks.
- Do not mark transaction for rollback on
NoResultException
andNoUniqueResultException
.
This improves compatibility with Spring declarative transaction support (jopa-spring-transaction). - Library updates (AspectJ 1.9.1, RDF4J 2.3.1).
- Support for anonymous ontologies in OWLAPI driver.
0.10.0
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
- Rewrote em.refresh to correspond to JPA behavior (Issue #17).
- Upgraded to the latest RDF4J (2.2.4).
- Generate class names compliant with Java naming conventions (OWL2Java).
- Added support for untyped query parameters to Query API (necessary for
LIMIT
andOFFSET
support). - Also added support for
Query.setFirstResult
.