Fix config files to remove outdated hibernate configurations 30/137330/1
authoradheli.tavares <adheli.tavares@est.tech>
Tue, 20 Feb 2024 14:36:39 +0000 (14:36 +0000)
committeradheli.tavares <adheli.tavares@est.tech>
Tue, 20 Feb 2024 14:37:13 +0000 (14:37 +0000)
Issue-ID: POLICY-4929
Change-Id: I1a8640f3141e1ec16584b2750a04dfcb9b25be45
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
.gitignore
main/src/main/resources/application.yaml
main/src/test/resources/application-test-e2e.yaml
main/src/test/resources/application-test.yaml

index 3209792..6556f2e 100644 (file)
@@ -12,3 +12,4 @@ target
 # IntelliJ files
 .idea/
 **/*.iml
+**/*.log
index 1271607..530f845 100644 (file)
@@ -9,9 +9,6 @@ spring:
     username: policy_user
     password: policy_user
   jpa:
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.MariaDB103Dialect
     hibernate:
       ddl-auto: none
       naming:
index 01f3575..1449536 100644 (file)
@@ -3,14 +3,12 @@ spring:
     url: jdbc:h2:mem:testdb
     driverClassName: org.h2.Driver
   jpa:
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.H2Dialect
     hibernate:
       ddl-auto: create-drop
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
+    open-in-view: false
 
 pap:
   name: "PapGroupE2E"
index d5c125c..82da86f 100644 (file)
@@ -3,11 +3,9 @@ spring:
     url: jdbc:h2:mem:testdb
     driverClassName: org.h2.Driver
   jpa:
-    properties:
-      hibernate:
-        dialect: org.hibernate.dialect.H2Dialect
     hibernate:
       ddl-auto: create-drop
       naming:
         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
+    open-in-view: false
\ No newline at end of file