From d558f6526a343bc0c5b3258ce9d7e0326250faf7 Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Tue, 22 Dec 2020 20:03:27 +0000 Subject: [PATCH] 5.4.27.Final --- changelog.txt | 13 +++++++++++++ gradle/version.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 4d975d25d4..055cdd0980 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,19 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.4.27.Final (December 22, 2020) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31910 + +** Bug + * [HHH-14380] - Join ordering logic wrongly pushes cross joins from subqueries to parent + * [HHH-13954] - PostgreSQL - partitioned table: Schema-validation: missing table (when table exists) + +** New Feature + * [HHH-14385] - Allow specifying a target JVM version for compatibility of generated proxies via ByteBuddy + + Changes in 5.4.26.Final (December 14, 2020) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index a59e94939d..4feb831228 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.4.27-SNAPSHOT \ No newline at end of file +hibernateVersion=5.4.27.Final \ No newline at end of file