Skip to content

Commit

Permalink
Pre-steps for release : 6.6.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Feb 2, 2025
1 parent 879c56b commit 0152cf9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Hibernate 6 Changelog

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

Changes in 6.6.6.Final (February 02, 2025)
------------------------------------------------------------------------------------------------------------------------

https://hibernate.atlassian.net/projects/HHH/versions/32382

** Bug
* [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance
* [HHH-19069] - Performance regression for wide inheritance models
* [HHH-19034] - Wrong reuse of a Join
* [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null
* [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel

** Task
* [HHH-19078] - Improve release process error message when no issues with corresponding version are found


Changes in 6.6.5.Final (January 19, 2025)
------------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hibernateVersion=6.6.6-SNAPSHOT
hibernateVersion=6.6.6.Final

0 comments on commit 0152cf9

Please sign in to comment.