Skip to content

Commit 0152cf9

Browse files
committed
Pre-steps for release : 6.6.6.Final
1 parent 879c56b commit 0152cf9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelog.txt

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ Hibernate 6 Changelog
33

44
Note: Please refer to JIRA to learn more about each issue.
55

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+
622
Changes in 6.6.5.Final (January 19, 2025)
723
------------------------------------------------------------------------------------------------------------------------
824

gradle/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=6.6.6-SNAPSHOT
1+
hibernateVersion=6.6.6.Final

0 commit comments

Comments
 (0)