Skip to content

Commit

Permalink
keep previous setting for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ghatdev committed Jun 19, 2024
1 parent 405b394 commit ad7e703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hibernate-provider/src/main/kotlin/HibernateProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class PrintSchemaCommand: CliktCommand() {
} ?: throw RuntimeException("Unable to load properties file '$properties', is it in the classpath?")
}
mapOf(
"hibernate.temp.use_jdbc_metadata_defaults" to false, // deprecated from hibernate 6.5
"hibernate.boot.allow_jdbc_metadata_access" to false,
AvailableSettings.SCHEMA_MANAGEMENT_TOOL to ConsoleSchemaManagementTool(HibernateSchemaManagementTool(), enableTableGenerator),
AvailableSettings.CONNECTION_PROVIDER to UserSuppliedConnectionProviderImpl(),
Expand Down

0 comments on commit ad7e703

Please sign in to comment.