Decoupling clamp from policy-parent 30/142730/3
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 11 Dec 2025 11:37:27 +0000 (11:37 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 11 Dec 2025 14:02:26 +0000 (14:02 +0000)
commit90369b37a019ac46a1673e9864b5757edee36545
treeeec567e55ca3e002ac60facedc2d24d364a0b8d9
parent26c1f9a7b48788700ff6351870abe2751d341162
Decoupling clamp from policy-parent

- added the settings.xml for maven to know the nexus
configuration when generating new artifacts
- moving the two classes using spring from policy-common to
runtime-acm module where they are used
- removed the suse images as they are not needed
- fixed a Kafka test that was taking too long to run.

Issue-ID: POLICY-5521
Change-Id: I232b3569b13da93b61fcf90b65d1f20e820c3fcb
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
20 files changed:
models/pom.xml
packages/policy-clamp-docker/src/main/docker/A1pmsParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/AcmRuntime-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/ElementParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/KserveParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/PolicyParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-docker/src/main/docker/SimParticipant-Suse.Dockerfile [deleted file]
packages/policy-clamp-tarball/src/main/resources/etc/AcRuntimeParameters.yaml
policy-common/pom.xml
policy-common/src/main/java/org/onap/policy/common/message/bus/event/kafka/KafkaPublisherWrapper.java
policy-common/src/main/java/org/onap/policy/common/spring/utils/CustomImplicitNamingStrategy.java [deleted file]
policy-common/src/test/java/org/onap/policy/common/message/bus/event/kafka/KafkaPublisherWrapperTest.java
policy-common/src/test/java/org/onap/policy/common/spring/utils/CustomImplicitNamingStrategyTest.java [deleted file]
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/config/converter/ConverterConfiguration.java [moved from runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/config/ConverterConfiguration.java with 51% similarity]
runtime-acm/src/main/java/org/onap/policy/clamp/acm/runtime/config/converter/YamlHttpMessageConverter.java [moved from policy-common/src/main/java/org/onap/policy/common/spring/utils/YamlHttpMessageConverter.java with 69% similarity]
runtime-acm/src/main/resources/application.yaml
runtime-acm/src/test/java/org/onap/policy/clamp/acm/runtime/config/converter/YamlHttpMessageConverterTest.java [moved from policy-common/src/test/java/org/onap/policy/common/spring/utils/YamlHttpMessageConverterTest.java with 70% similarity]
settings.xml [new file with mode: 0644]