diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-08-14 16:52:58 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2018-08-14 16:52:58 +0300 |
commit | a2705637c17beb663c47f82b03279e479ed2f8ca (patch) | |
tree | 32e25f1692c718f068ed54657489a5b86a206302 /README.md | |
parent | 9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61 (diff) |
Enable types validation feature
InvalidTypeError added to conf
This conf addition will case to parser throw exception in case that invalid type found during parsing process
Change-Id: I6497d32862e64abaeec20d30da50fff4c5964d4e
Issue-ID: SDC-1646
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -78,6 +78,8 @@ to use add the folowing depandency to your POM file: from this version the max version will no longer be checked by the parser. 2. **Operations support**: add support for parsing the Operations in the tosca models. +## 1.4.2 - +### Features: +1. **enable types validation** from this version all types in CSAR will be verified, all used types should be properly declared in "base" yml files e.g. node.yml , data.yml etc. |