dcm4che / dcm4chee-arc-light

DICOM Archive J2EE application
439 stars 242 forks source link

Use org.hibernate.dialect.SQLServerDialect instead of deprecated org.hibernate.dialect.SQLServer2012Dialect #4613

Closed gunterze closed 1 week ago

gunterze commented 1 week ago

Use org.hibernate.dialect.SQLServerDialect instead of deprecated org.hibernate.dialect.SQLServer2012Dialect Prevents:

2024-11-05 16:04:30,354 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 81) HHH90000025: SQLServer2012Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default)
2024-11-05 16:04:30,354 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 81) HHH90000026: SQLServer2012Dialect has been deprecated; use org.hibernate.dialect.SQLServerDialect instead

on startup.