From dca2cabaf26fafb30baead8ba0e3d7229fb67c65 Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Fri, 19 Mar 2021 07:41:23 +0000 Subject: [PATCH] 5.4.30.Final --- changelog.txt | 23 +++++++++++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5bb1c9cc31..2d229832fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,29 @@ Hibernate 5 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 5.4.30.Final (March 19, 2021) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/31927 + +** Bug + * [HHH-14439] - QueryException: Unrecognized parameter label when executing the same query with subselects twice with different list parameters + * [HHH-12076] - Query not built properly when joining a table based on class + +** Improvement + * [HHH-14502] - Iterations and memory retention improvements for processing of PropertyContainer metadata + * [HHH-14485] - Upgrade integration tests to use Oracle JDBC driver version 21.1 + +** New Feature + * [HHH-14454] - Create a spatial dialect for CockroachDB + * [HHH-14037] - Please make a PostgisPG10Dialect + * [HHH-4815] - Support orphan-removal for one-to-one inside component/@Embeddable + +** Task + * [HHH-14499] - Explicitly listing mapped classes which are @MappedSuperClass might break narrowing down of generics + * [HHH-14494] - Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.19 + + Changes in 5.4.29.Final (March 03, 2021) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index e590f4ebff..dec7849e51 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=5.4.30-SNAPSHOT \ No newline at end of file +hibernateVersion=5.4.30.Final \ No newline at end of file