commit | d25b009dafd808485a06643b879d7a8d682e42e0 | [log] [tgz] |
---|---|---|
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | Mon Mar 12 18:49:55 2018 +0200 |
committer | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | Mon Mar 12 18:49:55 2018 +0200 |
tree | df3b38c7d8ddce54069a79810de4c28163645ba8 | |
parent | 435ce5399f3393ec1b7ddcaaa42a52aaedcb1e3d [diff] |
analyze and fix IQ server violations JTOSCA Change-Id: I8174f07a5a14be1e22d72baa1ad47895c1506ed1 Issue-ID: SDC-1100 Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
ONAP JTOSCA is delivered as helper JAR that can be used by clients that work with TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents. Prior to that, it performs validations on the CSAR to check its TOSCA compliance.
ONAP JTOSCA can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.0-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list