Commit Graph

141 Commits

Author SHA1 Message Date
Luca Frosini 7763dd4abb Removed -SNAPSHOT to release the component 2020-11-25 15:15:46 +01:00
Luca Frosini dfc73f5281 upgraded gcube-bom 2020-11-25 15:14:31 +01:00
Luca Frosini f16b30bd09 Added support to include additional properties in Property types
[#20012]
2020-11-09 15:46:01 +01:00
Luca Frosini 1d74ee7905 Fixed API 2020-11-03 16:33:48 +01:00
Luca Frosini f40b563297 Fixed version on CHANGELOG 2020-10-29 18:52:03 +01:00
Luca Frosini 11d635637c Removed -SNAPSHOT from version and lower bound dependencies range to
release the component refs #19622
2020-10-29 17:20:25 +01:00
Luca Frosini 377deebb1f Removed Information System BOM usage 2020-10-14 18:32:48 +02:00
Luca Frosini e9a37916ed Removed suppress warning annotation 2020-10-14 16:23:42 +02:00
Luca Frosini 324e09049c Added constructor with default Propagation Constraint 2020-10-14 16:23:23 +02:00
Luca Frosini 5b1ffb6c88 Removed service-archive creation which is deprecated 2020-09-22 13:45:45 +02:00
Luca Frosini 59419376d5 Fixed version in changelog 2020-08-05 15:54:19 +02:00
Luca Frosini 15a56cb778 Added missing empty rows 2020-08-04 15:08:06 +02:00
Luca Frosini a730848cff removed unneeded import 2020-08-03 17:54:40 +02:00
Luca Frosini 052e3aadd9 Switched changelog to the new format 2020-08-03 17:54:02 +02:00
Luca Frosini ead276a5b3 Removed whitespace 2020-07-09 16:50:21 +02:00
Luca Frosini 6538d01763 Added suppress warning 2020-07-07 17:17:03 +02:00
Luca Frosini f54f8b821e Switched to gcube-bom 2.0.0-SNAPSHOT 2020-07-07 17:11:51 +02:00
Luca Frosini 0f1b01b49f Switching to gcube-jackson 2020-07-07 17:04:25 +02:00
Luca Frosini 11d28c0904 Added and committed an initial step to support Jackson 2.11.X 2020-07-03 14:39:19 +02:00
Luca Frosini 278e10e548 Fixed assertion 2020-07-02 19:22:42 +02:00
Luca Frosini 0e6b9f4854 Cleaning code 2020-07-02 19:17:57 +02:00
Luca Frosini 1376643817 Cleaned code 2020-07-02 19:06:37 +02:00
Luca Frosini 16c26ad39f Removed uneeded annotation 2020-07-02 18:53:18 +02:00
Luca Frosini ef41afa38d Improved code 2020-07-02 18:52:52 +02:00
Luca Frosini f1d52d3b04 Fixed the serialization/deserialization with Jackosn 2.8.11 2020-07-02 18:05:15 +02:00
Luca Frosini fb34224e73 Fixing tests 2020-07-02 15:25:04 +02:00
Luca Frosini 5058481ea9 Removed jackson version which is defined in gcube-bom 2020-06-26 10:51:31 +02:00
Luca Frosini 07318daabe Fixed typo in a comment 2020-06-26 10:50:48 +02:00
Luca Frosini e51fe79db8 Migrating to gcube-jackson 2020-06-25 15:24:52 +02:00
Luca Frosini b1a00addf8 Improving tests 2020-05-08 17:33:40 +02:00
Luca Frosini 164bf463b9 Upgraded jackson version to 2.8.11 2020-05-08 14:53:41 +02:00
Luca Frosini ede317ca8c Fixed Test 2020-05-08 14:52:58 +02:00
Luca Frosini d986457fbe Branch to test the original jackson 2020-04-29 19:46:48 +02:00
Luca Frosini 9a3932610b Removed -SNAPSHOT from version and dependecies version 2020-02-11 15:58:37 +01:00
Luca Frosini 806e5c9791 Restored -SNAPSHOT 2020-02-11 11:27:11 +01:00
Luca Frosini 5e3f91429c Removed -SNAPSHOT for release 2020-02-11 11:17:13 +01:00
Luca Frosini 30b79ac870 IS Model have been completely redesigned hence the version has been
enhanced to 3.0.0
2020-02-11 10:51:26 +01:00
Luca Frosini dc2d5cece3 Added SchemaMixedElement interface to identify element supporting
additional properties
2020-02-11 10:10:07 +01:00
Luca Frosini 9858c50c99 Fixing Model 2020-02-04 09:44:10 +01:00
Luca Frosini 1c80f165b6 Class Names refactoring 2020-02-04 09:37:29 +01:00
Luca Frosini fe31ce5f25 Fixed Type Mapper Name 2020-02-04 09:30:19 +01:00
Luca Frosini 8c020591eb Fixed descriptions 2020-02-03 11:24:55 +01:00
Luca Frosini df060fd912 Removed uneeded interface 2020-02-03 10:57:41 +01:00
Luca Frosini 0709706ddc Fixing model 2020-02-03 10:51:29 +01:00
Luca Frosini 05d6f6796d Reorganized model as following
Element
 - EntityElement
   - Entity
     - Resource
     - Facet
   - Context
   - EntityType
     - ResourceType (3 lists of PropertyDefinition, LinkedFacet, LinkedResource)
     - FacetType (1 list of PropertyDefinition)
 - RelationElement
   - Relation
     - IsRelatedTo
     - ConsistsOf
   - IsParentOf
   - RelationType
     - IsRelatedTo (1 list of PropertyDefinition)
     - ConsistsOf (1 list of PropertyDefinition)
 - PropertyElement
   - Property
     - Header
     - PropagationConstraint
     - Encrypted
   - PropertyType (1 list of PropertyDefinition)
     - PropertyDefinition
     - LinkedEntity
       - LinkedFacet
       - LinkedResource
2020-01-30 11:01:36 +01:00
Luca Frosini 4bf95bc2ea Fixed compiling error 2020-01-29 16:33:51 +01:00
Luca Frosini 7899526d65 Ignored files 2020-01-28 10:40:46 +01:00
Luca Frosini 62fff336de Fixed tests 2020-01-28 10:38:36 +01:00
Luca Frosini c289601f6f Fixed type definition 2020-01-23 17:14:44 +01:00
Luca Frosini 1421a53b52 Moved Header in model 2020-01-20 10:24:55 +01:00