From 094da2878d2bffc702e681f0a1a9f5c8d95cbc1a Mon Sep 17 00:00:00 2001 From: Hibernate-CI Date: Tue, 11 Jun 2024 13:40:26 +0000 Subject: [PATCH] Pre-steps for release : `6.4.9.Final` --- changelog.txt | 18 ++++++++++++++++++ gradle/version.properties | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 5e9d7f062e..bf1c465e12 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,24 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.4.9.Final (June 11, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32290 + +** Bug + * [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias + * [HHH-18036] - Retrieving java.sql.Date from Oracle contains unwanted milliseconds + * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown + * [HHH-18027] - Delete/Update statement with IN clause fails on second invocation + * [HHH-18007] - Creating criteria query for a generic identifier with a @MappedSuperclass leads to an exception + * [HHH-17943] - Creation of temporary table leads to commit on H2 + * [HHH-16557] - NaturalIdCache remains with wrong key-value after create-delete-recreate action + +** Proposal + * [HHH-18141] - Skip optimizeUnloadedDelete(DeleteEvent) on POST_COMMIT_DELETE + + Changes in 6.4.8.Final (April 26, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index 00aae6deec..d534bd52e0 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.4.9-SNAPSHOT \ No newline at end of file +hibernateVersion=6.4.9.Final \ No newline at end of file