From bdc1d2c840209e10fb5757b20c547f2e789e018e Mon Sep 17 00:00:00 2001 From: jsgrah-spring Date: Tue, 27 Sep 2022 21:29:47 +0200 Subject: [PATCH] JAVA-13403. Upgrade the maven-pmd-plugin from the main pom to the latest version 3.19.0 and remove any overridden versions for this plugin from the repo. --- pom.xml | 2 +- spring-jinq/src/main/resources/application.properties | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index b7c414fb0e..f21db3ced5 100644 --- a/pom.xml +++ b/pom.xml @@ -983,7 +983,7 @@ spring-jenkins-pipeline spring-jersey - + spring-jinq spring-jms spring-kafka diff --git a/spring-jinq/src/main/resources/application.properties b/spring-jinq/src/main/resources/application.properties index c9440b3b45..78ccab7914 100644 --- a/spring-jinq/src/main/resources/application.properties +++ b/spring-jinq/src/main/resources/application.properties @@ -1,7 +1,8 @@ -spring.datasource.url=jdbc:h2:~/jinq;;DB_CLOSE_ON_EXIT=FALSE +spring.datasource.url=jdbc:h2:~/jinq;DB_CLOSE_ON_EXIT=FALSE spring.datasource.username=sa spring.datasource.password= spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true -spring.jpa.properties.hibernate.format_sql=true \ No newline at end of file +spring.jpa.properties.hibernate.format_sql=true +spring.jpa.properties.hibernate.globally_quoted_identifiers=true \ No newline at end of file