From 052e3aadd9818cc9e0ba7050f843516b1d087b8c Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 3 Aug 2020 17:54:02 +0200 Subject: [PATCH] Switched changelog to the new format --- CHANGELOG.md | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ changelog.xml | 52 ----------------------------------- 2 files changed, 75 insertions(+), 52 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 changelog.xml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5568464 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,75 @@ +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +# Changelog for Information System Model + +## [v4.0.0] [r5.0.0] + +- Switched JSON management to gcube-jackson [#19116] + + +## [v3.0.0] [r4.21.0] - 2020-03-30 + +- Complete Model Reorganization +- Added annotations to define Resource Schema [#18213] +- IsIdenfifiedBy relation have been moved in gCube Model +- Renamed Embedded to Property [#13274] +- Renamed packages with name ending in 'embedded' to end with 'properties' [#13274] +- Removed some Property types which have been moved in gCube Model +- Added support For Encrypted Values [#12812] + + +## [v2.0.0] [r4.13.0] - 2018-11-20 + +- Added missing null checks when adding parent context in ContextImpl class +- Changed model packages +- Added RegistrationProvider which is used with ServiceLoader to dynamically discover models + + +## [v1.7.0] [r4.10.0] - 2018-02-26 + +- Added possibility to marshal list and array of ISManageable objects [#10796] + + +## [v1.6.0] [r4.9.0] - 2017-12-20 + +- Changed pom.xml to use new make-servicearchive directive [#10158] +- Added modifiedBy property in Header [#9999] +- Changed the way to marshall and unmarshall Context with parent and children [#10216] +- Improved IS Entity/Relation scanning to support multiple inheritance [#5706] + + +## [v1.5.0] [r4.6.0] - 2017-12-07 + +- Refactored getTypeByClass() method + + +## [v1.4.0] [r4.5.0] - 2017-06-07 + +- Defined a custom pattern for DateTimeFormat to support time-zone +- Added convenient methods to get desired facets or relations specifying class type +- Change the way to serialize Source resource which was ignored before. Now only the header of the Source resource is included which is enough to identify it. This enable the possibility to create a Relation together with the target entity + + +## [v1.3.0] [r4.3.0] - 2017-03-16 + +- Added deserialization support for unknown types with polymorphism support +- Improved support for json serilization and deserialization +- Added Propagation Constraint Concept + + +## [v1.2.0] [r4.2.0] - 2016-12-15 + +- Added regex support in schema definition +- Improved support for json serilization and deserialization + + +## [v1.1.0] [r4.1.0] - 2016-11-07 + +- Reorganized package and renamed relations to be compliant with well known practice +- Added Utility for json serilization and deserialization +- Added Jackson annotation to support json serilization and deserialization + + +## [v1.0.0] [r4.0.0] - 2016-07-28 + +- First Release diff --git a/changelog.xml b/changelog.xml deleted file mode 100644 index b576c4e..0000000 --- a/changelog.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - Complete Model Reorganization - Added annotations to define Resource Schema #18213 - IsIdenfifiedBy relation have been moved in gCube Model - Renamed Embedded to Property #13274 - Renamed packages with name ending in 'embedded' to end with 'properties' #13274 - Removed some Property types which have been moved in gCube Model - Added support For Encrypted Values #12812 - - - Added missing null checks when adding parent context in ContextImpl class - Changed model packages - Added RegistrationProvider which is used with ServiceLoader to dinamycally discover models - - - Added possibility to marshal list and array of ISManageable objects #10796 - - - Changed pom.xml to use new make-servicearchive directive #10158 - Added modifiedBy property in Header #9999 - Changed the way to marshall and unmarshall Context with parent and children #10216 - Improved IS Entity/Relation scanning to support multiple inheritance #5706 - - - Refactored getTypeByClass() method - - - Defined a custom pattern for DateTimeFormat to support timezone. - Added convenient methods to get desired facets or relations specifing class type - Change the way to serialize Source resource which was ignored before. Now only the header of the Soruce resource is included which is enough to identify it. This enable the possibility to create a Relation togheter with the target entity - - - Added deserialization support for unknown types with polymorphism support - Improved support for json serilization and deserialization - Added Propagation Constraint Concept - - - Added regex support in schema definition - Improved support for json serilization and deserialization - - - Reorganized package and renamed relations to be compliant with welle known practice - Added Utility for json serilization and deserialization - Added Jackson annotation to support json serilization and deserialization - - - First Release - - \ No newline at end of file