TBDMT Package Upgrades

- Java 17
- Springboot 3.1.2
- Fixed code where needed because of dependency updates

Issue-ID: CPS-1911

Signed-off-by: egernug <gerard.nugent@est.tech>
Change-Id: Ie0c474c720e408a9b325cec6c4a11f259b3d4102
8 files changed
tree: 41310db3c447949093b2ce2928814bf20b6958b0
  1. cps-tbdmt-application/
  2. cps-tbdmt-bom/
  3. cps-tbdmt-dependencies/
  4. cps-tbdmt-parent/
  5. cps-tbdmt-rest/
  6. cps-tbdmt-service/
  7. docker-compose/
  8. .gitignore
  9. .gitreview
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. version.properties
README.md

ONAP CPS TBDMT(Template Based Data Model Transformer)

This service shall be used to map the erstwhile Config-DB-like REST APIs to appropriate CPS API calls. The purpose of this service is to abstract the details of (possibly multiple, and complex) XPath queries from the users of CPS. See wiki for CPS-TBDMT

Building Java Archive only

Following command builds Java executable jar to target/cps-tbdmt-x.y.z-SNAPSHOT JAR file without generating any docker images:

mvn clean install

Building Java Archive and local Docker image

Following command builds the JAR file and also generates the Docker image:

mvn clean package

Running via Docker Compose

cps-tbdmt/docker-compose/docker-compose.yml file is provided to be run with docker-compose tool and local image previously built.

Execute following command from cps-tbdmt/docker-compose folder to start all services:

docker-compose up