From e9453daf30de8443af4e20a343ae63a2baf49399 Mon Sep 17 00:00:00 2001 From: Jan Dusil Date: Tue, 6 Feb 2024 04:25:01 +0100 Subject: [PATCH] Fix #1566: Remove spring.datasource.driverClassName from app props --- docs/Web-Flow-Configuration.md | 6 ------ docs/Web-Flow-Installation-Manual.md | 6 ------ .../src/main/resources/application.properties | 2 -- .../src/test/resources/application.properties | 1 - .../src/main/resources/application.properties | 2 -- powerauth-webflow/src/main/resources/application.properties | 2 -- powerauth-webflow/src/test/resources/application.properties | 1 - 7 files changed, 20 deletions(-) diff --git a/docs/Web-Flow-Configuration.md b/docs/Web-Flow-Configuration.md index e87977c16..378b92bdd 100644 --- a/docs/Web-Flow-Configuration.md +++ b/docs/Web-Flow-Configuration.md @@ -46,7 +46,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -54,7 +53,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # Application Service Configuration powerauth.webflow.service.applicationName=powerauth-webflow @@ -181,7 +179,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -189,7 +186,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # Data Adapter Server Service URL powerauth.dataAdapter.service.url=http://localhost:8080/powerauth-data-adapter @@ -281,7 +277,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -289,7 +284,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # SMS OTP expiration time in seconds powerauth.authorization.sms-otp.expiration-time-in-seconds=300 diff --git a/docs/Web-Flow-Installation-Manual.md b/docs/Web-Flow-Installation-Manual.md index 0ac0635bb..28ef2e1db 100644 --- a/docs/Web-Flow-Installation-Manual.md +++ b/docs/Web-Flow-Installation-Manual.md @@ -145,7 +145,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - @@ -162,7 +161,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - @@ -207,7 +205,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - @@ -232,7 +229,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - @@ -252,7 +248,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - ​ @@ -279,7 +274,6 @@ Note that the JDBC settings differ based on used database vendor and JDBC driver - diff --git a/powerauth-nextstep/src/main/resources/application.properties b/powerauth-nextstep/src/main/resources/application.properties index 0eca9cb6e..0d786a5fb 100644 --- a/powerauth-nextstep/src/main/resources/application.properties +++ b/powerauth-nextstep/src/main/resources/application.properties @@ -6,7 +6,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -14,7 +13,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # Data Adapter Server Service URL powerauth.dataAdapter.service.url=http://localhost:8080/powerauth-data-adapter diff --git a/powerauth-nextstep/src/test/resources/application.properties b/powerauth-nextstep/src/test/resources/application.properties index aad89ca41..b69b2e396 100644 --- a/powerauth-nextstep/src/test/resources/application.properties +++ b/powerauth-nextstep/src/test/resources/application.properties @@ -7,7 +7,6 @@ spring.h2.console.path=/h2 spring.datasource.url=jdbc:h2:file:~/powerauth-nextstep;NON_KEYWORDS=value spring.datasource.username=sa spring.datasource.password= -spring.datasource.driver-class-name=org.h2.Driver # Hibernate Configuration spring.jpa.hibernate.ddl-auto=create-drop diff --git a/powerauth-tpp-engine/src/main/resources/application.properties b/powerauth-tpp-engine/src/main/resources/application.properties index 50c877ce1..b2a0b86bd 100644 --- a/powerauth-tpp-engine/src/main/resources/application.properties +++ b/powerauth-tpp-engine/src/main/resources/application.properties @@ -6,7 +6,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -14,7 +13,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # Application Service Configuration powerauth.tppEngine.service.applicationName=powerauth-tpp-engine diff --git a/powerauth-webflow/src/main/resources/application.properties b/powerauth-webflow/src/main/resources/application.properties index 3abcaa427..83297b65c 100644 --- a/powerauth-webflow/src/main/resources/application.properties +++ b/powerauth-webflow/src/main/resources/application.properties @@ -28,7 +28,6 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/powerauth spring.datasource.username=powerauth spring.datasource.password= spring.datasource.hikari.auto-commit=false -spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.properties.hibernate.connection.characterEncoding=utf8 spring.jpa.properties.hibernate.connection.useUnicode=true @@ -36,7 +35,6 @@ spring.jpa.properties.hibernate.connection.useUnicode=true #spring.datasource.url=jdbc:oracle:thin:@//localhost:1521/powerauth #spring.datasource.username=powerauth #spring.datasource.password= -#spring.datasource.driver-class-name=oracle.jdbc.OracleDriver # Application Service Configuration powerauth.webflow.service.applicationName=powerauth-webflow diff --git a/powerauth-webflow/src/test/resources/application.properties b/powerauth-webflow/src/test/resources/application.properties index 187c15cd3..17757cfd3 100644 --- a/powerauth-webflow/src/test/resources/application.properties +++ b/powerauth-webflow/src/test/resources/application.properties @@ -7,7 +7,6 @@ spring.h2.console.path=/h2 spring.datasource.url=jdbc:h2:file:~/powerauth-webflow;NON_KEYWORDS=value spring.datasource.username=sa spring.datasource.password= -spring.datasource.driver-class-name=org.h2.Driver # Data Adapter Server Service URL powerauth.dataAdapter.service.url=http://localhost:8080/powerauth-data-adapter