Updated changelog
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@148639 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
bbed0810ef
commit
62489a97ad
|
@ -1,7 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.information-system.resource-registry.1-3-0" date="${buildDate}">
|
||||
<Changeset component="org.gcube.information-system.resource-registry.1-4-0" date="${buildDate}">
|
||||
<Change>Removed uneeded dependecies declaration (thinkerpopo frames)</Change>
|
||||
<Change>Added Context UUID cache</Change>
|
||||
<Change>Added Source Resource in relation including only header. This reflect the behaviour set on jackson marshalling.</Change>
|
||||
<Change>Implemented possibility to create a relation and target entity with one call.</Change>
|
||||
<Change>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.</Change>
|
||||
<Change>Creating an admin with specific username (get from configuration file) instead of the default one 'admin'</Change>
|
||||
<Change>Deprecated properties are not get configuration file anymore</Change>
|
||||
<Change>Defined Connection Strategy to server as global constant of thew registry</Change>
|
||||
<Change>Refactored some code for ER creation/update</Change>
|
||||
<Change>Extemded Exception management to throw ERAvailableInAnotherContext wich is usef for clients</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.information-system.resource-registry.1-3-0" date="2017-03-16">
|
||||
<Change>Added API Remove From Context</Change>
|
||||
<Change>Added API to support Entity-Relation navigation</Change>
|
||||
<Change>Added API to get the list of ER types and their own schema</Change>
|
||||
|
|
Loading…
Reference in New Issue