File tree 2 files changed +19
-1
lines changed
2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
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
+
6
24
Changes in 6.4.8.Final (April 26, 2024)
7
25
------------------------------------------------------------------------------------------------------------------------
8
26
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.4.9-SNAPSHOT
1
+ hibernateVersion =6.4.9.Final
You can’t perform that action at this time.
0 commit comments