AAI-2279 coverage of schema-service/aai-schema-gen

Add tests for schemagen/swagger/Api.java
Add tests for schemagen/swagger/Definition.java
Tweak schemagen/swagger/Api.java to get more coverage from tests
Tweak schemagen/swagger/Definition.java to get more coverage from tests
Commit a json file that is generated during test runs
Tweak onap-java-formatter to pass checkstyle audit

Change-Id: I1f2e9a36b7263818aa5030dcd8ec9b050d046fb1
Issue-ID: AAI-2279
Signed-off-by: Keong Lim <keong.lim@huawei.com>
8 files changed
tree: 4cfd52c61f74ebde786eef1f700fd9eeb515f2d8
  1. aai-annotations/
  2. aai-queries/
  3. aai-schema/
  4. aai-schema-gen/
  5. aai-schema-service/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. INFO.yaml
  10. LICENSE.TXT
  11. LICENSE_ALT1.txt
  12. onap-java-formatter.xml
  13. pom.xml
  14. README.md
  15. version.properties
README.md

AAI Schema Service

Local setup

In order to start the service locally, here is what needs to be done

> mvn clean install 

Above command only needs to be run the first time

The command below actually starts the microservice

> mvn -pl aai-schema-service -PrunAjsc