Added an API to retrieve Resource instances filtering them #9772
Improved logging for REST methods
REST methods override default ServiceUsageRecord 'calledMethod' field to improve accounting performaces #9020
Removed List and Set support as workaround fo OrientDB bug #9021
Removed uneeded dependecies declaration (thinkerpopo frames)
Added Context UUID cache
Added Source Resource in relation including only header. This reflect the behaviour set on jackson marshalling.
Implemented possibility to create a relation and target entity with one call.
Defined custom pattern (defined in is-model) for DateTimeFormat to support timezone. The value is also changed on DB configuration when the database is created.
Creating an admin with specific username (get from configuration file) instead of the default one 'admin'
Deprecated properties are not get configuration file anymore
Defined Connection Strategy to server as global constant of thew registry
Refactored some code for ER creation/update
Extended Exception management to throw ERAvailableInAnotherContext which is useful for clients
Added API Remove From Context
Added API to support Entity-Relation navigation
Added API to get the list of ER types and their own schema
Added support for Propagation Constraint
Added ResourceRegistryException serialization
Full Code Redesign
Added API AddToContext
Added support for referentail Integrity Directive
Added API to support update Resource (with all facets)
Improved code quality
First Release