Hibernate ORM 5.1.13.Final发布

作者: baihuo 2018-03-24 08:00:28
Hibernate ORM 5.1.13.Final 发布了,这是一个 bugfix 版本,主要会影响使用如下配置的应用:

set hibernate.order_inserts=true;

set hibernate.hbm2ddl.auto=update or hibernate.hbm2ddl.auto=validate and use a JDK 1.6 version of JDBC.

详情请看 http://hibernate.org/orm/releases/5.1

软件详情:https://git.oschina.net/mirrors/hibernate

来自:开源中国社区

相关资讯