commit | 527fe8bdac1f1c7c59738c598996dc8c842a22e3 | [log] [tgz] |
---|---|---|
author | andre.schmid <andre.schmid@est.tech> | Wed Jul 31 13:40:17 2019 +0000 |
committer | andre.schmid <andre.schmid@est.tech> | Wed Jul 31 13:40:17 2019 +0000 |
tree | 815745b7dea0a0ffba8eccc2ef9dca7deb9b914e | |
parent | d0d5690f13b9c794044bfe6bd7ac87557dd3dcea [diff] |
Validation to ThreadsLocalHolder instead stdout Fix one validation error that was going to stdout instead of normal handling through ThreadsLocalHolder singleton. Issue-ID: SDC-2344 Change-Id: I34827aa1314f2b65eff7b92fce7890eeddbca0e6 Signed-off-by: andre.schmid <andre.schmid@est.tech>
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