File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ Hibernate 6 Changelog
33
44Note: 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+
620Changes in 6.6.8.Final (February 16, 2025)
721------------------------------------------------------------------------------------------------------------------------
822
Original file line number Diff line number Diff line change 1- hibernateVersion =6.6.9-SNAPSHOT
1+ hibernateVersion =6.6.9.Final
You can’t perform that action at this time.
0 commit comments