File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ 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.11.Final (March 16, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32879
10
+
11
+ ** Bug
12
+ * [HHH-19246] - Fetch join makes partially covered EntityGraph ineffective
13
+ * [HHH-19220] - ClassCastException: class org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer$1 cannot be cast to class java.lang.String
14
+ * [HHH-19140] - Enhanced entities with AccessType.PROPERTY does not work well with inheritance
15
+ * [HHH-19107] - Entities with @EmbeddedId not supported with CrudRepository
16
+ * [HHH-19106] - @Transaction(TxType) not working with Hibernate Data Repositories
17
+ * [HHH-19052] - Hibernate 6.6.X regression with join formula
18
+ * [HHH-18894] - Hibernate 6.6 enum literal is considered field literal instead
19
+ * [HHH-18881] - In MySQL, array of dates are not converted correctly
20
+ * [HHH-18858] - array fields and static metamodel
21
+ * [HHH-18787] - Custom UserType not recognised for array properties
22
+ * [HHH-18570] - Invalid SQL when filter contains identifier named date
23
+
24
+
6
25
Changes in 6.6.10.Final (March 09, 2025)
7
26
------------------------------------------------------------------------------------------------------------------------
8
27
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.11-SNAPSHOT
1
+ hibernateVersion =6.6.11.Final
You can’t perform that action at this time.
0 commit comments