From: adheli.tavares Date: Thu, 11 Dec 2025 14:05:47 +0000 (+0000) Subject: Remove the implicit-strategy property from ACM Runtime config X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7ee1f184c350f836a1da0015715963c99132fc22;p=policy%2Fdocker.git Remove the implicit-strategy property from ACM Runtime config - 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 --- diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index 5a2844b1..76f061c1 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -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 diff --git a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml index 841eb412..16c8ab85 100644 --- a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml +++ b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml @@ -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