From 62489a97ad153bf380f7fe5ca10374890e4706fd Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Fri, 12 May 2017 16:56:12 +0000 Subject: [PATCH] Updated changelog git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@148639 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index d187f8a..6d07c1d 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,7 +1,19 @@ - + + 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