Skip to content

Commit

Permalink
update deprecated hibernate properties: hibernate.temp.use_jdbc_metad…
Browse files Browse the repository at this point in the history
…ata_defaults
  • Loading branch information
ghatdev committed Jun 17, 2024
1 parent 5384e46 commit 405b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hibernate-provider/src/main/kotlin/HibernateProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +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,
"hibernate.boot.allow_jdbc_metadata_access" to false,
AvailableSettings.SCHEMA_MANAGEMENT_TOOL to ConsoleSchemaManagementTool(HibernateSchemaManagementTool(), enableTableGenerator),
AvailableSettings.CONNECTION_PROVIDER to UserSuppliedConnectionProviderImpl(),
).forEach {
Expand Down

0 comments on commit 405b394

Please sign in to comment.