File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ Hibernate 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.2.26.Final (June 11, 2024)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32287
10
+
11
+ ** Bug
12
+ * [HHH-18170] - Subquery randomly generating wrong SQL due to duplicate alias
13
+ * [HHH-16461] - @Version + session.refresh(entity, LockMode.PESSIMISTIC_WRITE) leads to StaleObjectStateException
14
+
15
+ ** Proposal
16
+ * [HHH-18141] - Skip optimizeUnloadedDelete(DeleteEvent) on POST_COMMIT_DELETE
17
+
18
+
6
19
Changes in 6.2.25.Final (April 25, 2024)
7
20
------------------------------------------------------------------------------------------------------------------------
8
21
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.2.26-SNAPSHOT
1
+ hibernateVersion =6.2.26.Final
You can’t perform that action at this time.
0 commit comments