aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-02-21 10:45:05 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-02-21 10:45:37 +0000
commit33751b41710ad0b31ee3b4aa8346591d5ecb36ad (patch)
treedbf163d7551c2ccadab921aa8bc8cc3b74f77958 /runtime-acm
parent0268ba74dc59d06b0ed2eead746f93d4026ce369 (diff)
Fixing config files to remove deprecated hibernate configurations
IssueID: POLICY-4929 Change-Id: I75d2f5bcdfb0aa6d103f0c82720494bd39343347 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'runtime-acm')
-rw-r--r--runtime-acm/src/main/resources/application.yaml1
-rw-r--r--runtime-acm/src/test/resources/application-prometheus-noauth.yaml4
-rw-r--r--runtime-acm/src/test/resources/application-test.yaml4
3 files changed, 2 insertions, 7 deletions
diff --git a/runtime-acm/src/main/resources/application.yaml b/runtime-acm/src/main/resources/application.yaml
index 2201bcbdb..d93418e5e 100644
--- a/runtime-acm/src/main/resources/application.yaml
+++ b/runtime-acm/src/main/resources/application.yaml
@@ -26,7 +26,6 @@ spring:
implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
properties:
hibernate:
- dialect: org.hibernate.dialect.MariaDB103Dialect
format_sql: true
metrics:
diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml
index e961df075..1c71252f3 100644
--- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml
+++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml
@@ -8,9 +8,7 @@ spring:
jpa:
hibernate:
ddl-auto: create
- properties:
- hibernate:
- dialect: org.hibernate.dialect.HSQLDialect
+ open-in-view: false
metrics:
security:
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml
index bc79a4815..13b1f788a 100644
--- a/runtime-acm/src/test/resources/application-test.yaml
+++ b/runtime-acm/src/test/resources/application-test.yaml
@@ -8,9 +8,7 @@ spring:
jpa:
hibernate:
ddl-auto: create
- properties:
- hibernate:
- dialect: org.hibernate.dialect.HSQLDialect
+ open-in-view: false
metrics:
security: