Remove the implicit-strategy property from ACM Runtime config 31/142731/1 master
authoradheli.tavares <adheli.tavares@est.tech>
Thu, 11 Dec 2025 14:05:47 +0000 (14:05 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Thu, 11 Dec 2025 14:07:40 +0000 (14:07 +0000)
- using liquibase this property is not needed anymore.
- fixing the json-mapper property

Issue-ID: POLICY-5521
Change-Id: If3314f9cd75d3c9caf2d4cf154dba86c330c513b
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
compose/config/clamp/AcRuntimeParameters.yaml
helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml

index 5a2844b..76f061c 100644 (file)
@@ -23,7 +23,7 @@ spring:
     user:
       name: runtimeUser
       password: zb!XztG34
-  mvc:
+  http:
     converters:
       preferred-json-mapper: gson
   datasource:
@@ -41,7 +41,6 @@ spring:
       ddl-auto: none
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-        implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
     properties:
       hibernate:
         format_sql: true
index 841eb41..16c8ab8 100644 (file)
@@ -23,7 +23,7 @@ spring:
     user:
       name: ${RUNTIME_USER}
       password: ${RUNTIME_PASSWORD}
-  mvc:
+  http:
     converters:
       preferred-json-mapper: gson
   datasource:
@@ -41,7 +41,6 @@ spring:
       ddl-auto: none
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-        implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
     properties:
       hibernate:
         format_sql: true