Skip to content

Commit 094da28

Browse files
committed
Pre-steps for release : 6.4.9.Final
1 parent 346d7a0 commit 094da28

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.txt

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Hibernate 6 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
Changes in 6.4.9.Final (June 11, 2024)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32290
10+
11+
** Bug
12+
* [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
13+
* [HHH-18036] - Retrieving java.sql.Date from Oracle contains unwanted milliseconds
14+
* [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown
15+
* [HHH-18027] - Delete/Update statement with IN clause fails on second invocation
16+
* [HHH-18007] - Creating criteria query for a generic identifier with a @MappedSuperclass leads to an exception
17+
* [HHH-17943] - Creation of temporary table leads to commit on H2
18+
* [HHH-16557] - NaturalIdCache remains with wrong key-value after create-delete-recreate action
19+
20+
** Proposal
21+
* [HHH-18141] - Skip optimizeUnloadedDelete(DeleteEvent) on POST_COMMIT_DELETE
22+
23+
624
Changes in 6.4.8.Final (April 26, 2024)
725
------------------------------------------------------------------------------------------------------------------------
826

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.4.9-SNAPSHOT
1+
hibernateVersion=6.4.9.Final

0 commit comments

Comments
 (0)