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 6 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 6.6.18.Final (June 13, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/33703
10
+
11
+ ** Bug
12
+ * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer
13
+ * [HHH-19529] - Check bytecode generated classes with stable names class loaders
14
+ * [HHH-18891] - java.lang.AssertionError generated in getResolvedInstance even though NotFound IGNORE set
15
+ * [HHH-18876] - ArrayInitializer#resolveInstanceSubInitializers should consider @ListIndexBase
16
+ * [HHH-18771] - ListInitializer should consistently consider @ListIndexBase
17
+
18
+
6
19
Changes in 6.6.17.Final (May 28, 2025)
7
20
------------------------------------------------------------------------------------------------------------------------
8
21
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.18-SNAPSHOT
1
+ hibernateVersion =6.6.18.Final
You can’t perform that action at this time.
0 commit comments