1 Star 0 Fork 0

xht666/hibernate-orm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
migration-guide.adoc 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.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xht666/hibernate-orm.git
git@gitee.com:xht666/hibernate-orm.git
xht666
hibernate-orm
hibernate-orm
master

搜索帮助