From 4e2eeaf7a967163d82c2eb735dbe496a11b71c99 Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Mon, 8 Feb 2021 14:47:35 +0000 Subject: [PATCH] 5.4.27.SP1 --- changelog.txt | 9 +++++++++ gradle/version.properties | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 055cdd0980..545a5e2c88 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,15 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.4.27.SP1 (February 08, 2021) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31920 + +** Bug + * [HHH-14424] - When enhanced as a proxy with dirty checking is enabled, on flush uninitialized entities containing collections are updated setting all fields to null + + Changes in 5.4.27.Final (December 22, 2020) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 8653aeea7f..adb50d644d 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.4.27.SP1-SNAPSHOT +hibernateVersion=5.4.27.SP1 \ No newline at end of file