Improved logging for rest classes
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
Extemded Exception management to throw ERAvailableInAnotherContext wich is usef 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