Tags
Authors
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.11.Final.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.10.Final.
Hibernate ORM 5.1.16.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge.
For information on consuming the release via your favorite dependency-management-capable build tool, see https://hibernate.org/orm/releases/5.1
Hibernate ORM 5.1.15.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge.
For information on consuming the release via your favorite dependency-management-capable build tool, see https://hibernate.org/orm/releases/5.1
Hibernate ORM 5.1.14.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge.
For information on consuming the release via your favorite dependency-management-capable build tool, see https://hibernate.org/orm/releases/5.1
This release backports some bugfixes that can affect applications that:
-
set hibernate.order_inserts=true;
-
set hibernate.hbm2ddl.auto=update or hibernate.hbm2ddl.auto=validate and use a JDK 1.6 version of JDBC.
We decided to do another release of the 5.1 series to fix a regression introduced by HHH-10418 in 5.1.11.Final. We also took the opportunity to backport some bugfixes that can affect applications that set hibernate.order_inserts=true.
Hibernate ORM 5.1.12.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge.
We decided to do another release of the 5.1 series to fix some bugs to be included in an upcoming version of WildFly. This may be the last release of the 5.1 series, so we recommend that you migrate to 5.2 for future bugfixes.
Hibernate ORM 5.1.11.Final:
-
tag is here;
-
changes are listed here (or, for people without a Hibernate Jira account, here);
-
release bundles are at SourceForge and BinTray.