diff options
author | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-11-07 16:20:47 +0200 |
---|---|---|
committer | Manzon, Inna (im453s) <im453s@intl.att.com> | 2018-11-07 16:20:47 +0200 |
commit | bc0945a600e11741b86524889740b701297c986f (patch) | |
tree | e967f8259c7609064d8212666396c1608e7550f3 | |
parent | 66d1cb1f7d6bc97c15871f3d0ddbff202c354dfc (diff) |
Update ReadMe file for 1.4.5 version
Change-Id: Ic0019492ac0b8932084875a32164841ff4592ebd
Issue-ID: SDC-1904
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -111,8 +111,10 @@ to use add the folowing depandency to your POM file: ## 1.4.5 ### Features: -1. **getPropertyLeafValueByPropertyNamePathAndNodeTemplatePath API** The new Tosca Parser API resolves property value by path in the model (including nested nodes with # delimiter) and property name. -It resolves value of the property if it is defined as get input. +1. **getPropertyLeafValueByPropertyNamePathAndNodeTemplatePath API** The new Tosca Parser API resolves property value by path in the model (including nested nodes with # delimiter) and property name. + +### Code change: +1. Classes FilterType.java, JToscaValidationIssueType.java, SdcTypes.java have been moved from **org.onap.sdc.tosca.parser.impl** package to **org.onap.sdc.tosca.parser.enums** package. ## 1.4.6 |