File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ Hibernate 5 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 5.6.5.Final (January 25, 2022)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32029
10
+
11
+ ** Bug
12
+ * [HHH-15044] - Revert HHH-14826 fix because the provided test was wrong
13
+ * [HHH-15041] - H2Dialect does not work properly with h2 2.0.202 due to new DDL type requirements
14
+ * [HHH-15014] - H2Dialect does not work properly with h2 2.0.202 on sub selects with tuples
15
+ * [HHH-15009] - H2Dialect does not work properly with h2 2.0.202 and updating schema
16
+ * [HHH-14985] - H2Dialect does not work properly with h2 2.0.202 on inserts
17
+
18
+
6
19
Changes in 5.6.4.Final (January 19, 2022)
7
20
------------------------------------------------------------------------------------------------------------------------
8
21
Original file line number Diff line number Diff line change 1
- hibernateVersion =5.6.5-SNAPSHOT
1
+ hibernateVersion =5.6.5.Final
You can’t perform that action at this time.
0 commit comments