Adjust spring annotations 68/141268/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 15 Jun 2025 09:42:47 +0000 (11:42 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Sun, 15 Jun 2025 09:47:51 +0000 (11:47 +0200)
commit6b2f4ad20acdee8e64821519aa666674c2681bcf
tree0aba7c4a1cd179b61bfdaf35bf59d7bad26f9634
parent51ae8dc6ff047664741af5a8170365a5abdcff29
Adjust spring annotations

- remove ComponentScan and Configuration annotations from
  spring boot main class
- declare RestTemplate in separate RestClientConfiguration class
- build RestTemplate from dependency injected RestTemplateBuilder
  to support trace context propagation (when tracing is later added)
- bump snapshot version to 1.13.0-SNAPSHOT

Issue-ID: SO-4172
Change-Id: I9b3cbccb4b04773558ea3f39bc8930f59c0f8ac6
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
14 files changed:
packages/docker/pom.xml
packages/pom.xml
pom.xml
so-cnf-adapter-application/pom.xml
so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/MSOCnfApplication.java
so-cnf-adapter-application/src/main/java/org/onap/so/adapters/cnf/RestClientConfiguration.java [new file with mode: 0644]
so-cnfm/pom.xml
so-cnfm/so-cnfm-lcm/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-api/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-application/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml
so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml
version.properties