Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.06 KB

migration-guide.adoc

File metadata and controls

22 lines (13 loc) · 1.06 KB

5.4 Migration Guide

This guide discusses migration from Hibernate ORM version 5.3 to version 5.4. For migration from earlier versions, see any other pertinent migration guides as well.

Background

Known changes

Hibernate Spatial depends on JTS 1.6

Hibernate Spatial depends on the Java Topology Suite (JTS). In 5.4 this dependency has been upgraded to version 1.6. This implies a change in package naming: all com.vividsolutions.jts.* packages have been renamed to org.locationtech.jts.*.

See the JTS Migration guide for more information.

SQL Server JDBC Driver version upgrade to at least 6.1.2

Due to fixing HHH-12973, you need to upgrade the JDBC Driver version to at least 6.1.2. Due to this bug, the older versions of the SQL Server JDBC Driver cannot introspect the INFORMATION_SCHEMA.SEQUENCES without closing the database connection.