commit | ffb1042f8fae035e1c55eeb0792bebac6e7d0c94 | [log] [tgz] |
---|---|---|
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | Wed Mar 14 19:45:14 2018 +0200 |
committer | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | Wed Mar 14 19:45:14 2018 +0200 |
tree | de4a8e995ed80da198a7c3d1557ecc03da17b57c | |
parent | d25b009dafd808485a06643b879d7a8d682e42e0 [diff] |
analyze and fix IQ server violations JTOSCA Change-Id: I00addf73c5978844c81692a91f2c525621e9f3c4 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