Skip to content

Commit c93425d

Browse files
committed
Pre-steps for release : 6.6.9.Final
1 parent 7918367 commit c93425d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: changelog.txt

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ Hibernate 6 Changelog
33

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

6+
Changes in 6.6.9.Final (February 23, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/32614
10+
11+
** Bug
12+
* [HHH-19173] - PostgreSQLLegacySqlAstTranslator does not implement visitInArrayPredicates
13+
* [HHH-19169] - Entity hierarchy (and included embeddables) with inconsistent bytecode enhancement is unsupported, but isn't detected
14+
* [HHH-19168] - Re-enhancement of entities with different configuration may skip some enhancements
15+
* [HHH-19116] - Error when using fk() function on left joined many-to-one association and is null predicate
16+
* [HHH-19110] - Flush operation fails with "UnsupportedOperationException: compare() not implemented for EntityType"
17+
* [HHH-17151] - NPE when binding null parameter in native query with explicit TemporalType
18+
19+
620
Changes in 6.6.8.Final (February 16, 2025)
721
------------------------------------------------------------------------------------------------------------------------
822

Diff for: gradle/version.properties

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

0 commit comments

Comments
 (0)