Skip to content

Commit 92ceb16

Browse files
committed
Pre-steps for release : 6.6.11.Final
1 parent f75a1f3 commit 92ceb16

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog.txt

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ Hibernate 6 Changelog
33

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

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+
625
Changes in 6.6.10.Final (March 09, 2025)
726
------------------------------------------------------------------------------------------------------------------------
827

gradle/version.properties

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

0 commit comments

Comments
 (0)