From a9ab397b1611b9e6fdfe00fb0fd41f66b7ef8415 Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Mon, 24 May 2021 12:00:45 +0000 Subject: [PATCH] 5.4.32.Final --- changelog.txt | 20 ++++++++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9f4eeffca4..7b4f2d1fc9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,26 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.4.32.Final (May 24, 2021) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31937 + +** Bug + * [HHH-14619] - ClassCastException because collection of uninitialized proxy is dirty checked + * [HHH-14616] - Optimistic Lock throws org.hibernate.exception.SQLGrammarException: could not retrieve version + * [HHH-14585] - size() HQL function discards '@Where' clause + * [HHH-13779] - Schema migrator should use case insensitive column comparison of foreign keys + +** Improvement + * [HHH-14622] - Improved iteration of PreLoadEventListener + * [HHH-14621] - Introduce new methods on EventListenerGroup which allow Hibernate Reactive to fire events more efficiently + * [HHH-14574] - Avoid NullPointerExceptions from LoadContexts.cleanup(ResultSet) + +** Task + * [HHH-14610] - Upgrade to Byte Buddy 1.10.22 + + Changes in 5.4.31.Final (April 29, 2021) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 61ffb69840..aeb8dcef98 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.4.32-SNAPSHOT \ No newline at end of file +hibernateVersion=5.4.32.Final \ No newline at end of file