From 0868ef8f9018c8e6bb820485cb35f2fb40c62279 Mon Sep 17 00:00:00 2001 From: jsgrah-spring Date: Tue, 27 Sep 2022 21:35:27 +0200 Subject: [PATCH] JAVA-14662. Fix spring-jinq module to work with the latest Boot 2.7.x and uncomment the module from main pom. Make Hibernate globally escape all database identifiers. PS: The previous commit comment was incorrect. --- spring-jinq/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-jinq/src/main/resources/application.properties b/spring-jinq/src/main/resources/application.properties index 78ccab7914..c0271c65da 100644 --- a/spring-jinq/src/main/resources/application.properties +++ b/spring-jinq/src/main/resources/application.properties @@ -5,4 +5,4 @@ spring.datasource.password= spring.jpa.hibernate.ddl-auto=create-drop spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true -spring.jpa.properties.hibernate.globally_quoted_identifiers=true \ No newline at end of file +spring.jpa.properties.hibernate.globally_quoted_identifiers=true