File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ 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.6.Final (February 02, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32382
10
+
11
+ ** Bug
12
+ * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance
13
+ * [HHH-19069] - Performance regression for wide inheritance models
14
+ * [HHH-19034] - Wrong reuse of a Join
15
+ * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null
16
+ * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel
17
+
18
+ ** Task
19
+ * [HHH-19078] - Improve release process error message when no issues with corresponding version are found
20
+
21
+
6
22
Changes in 6.6.5.Final (January 19, 2025)
7
23
------------------------------------------------------------------------------------------------------------------------
8
24
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.6-SNAPSHOT
1
+ hibernateVersion =6.6.6.Final
You can’t perform that action at this time.
0 commit comments