File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ 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.5.Final (January 19, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/32379
10
+
11
+ ** Bug
12
+ * [HHH-19011] - @ElementCollection comment overrides class level comment on an Entity
13
+ * [HHH-18819] - Error resolving persistent property of @MapperSuperclass if subtype @Embeddable used as @IdClass
14
+ * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null
15
+
16
+ ** Task
17
+ * [HHH-18972] - Upgrade to ByteBuddy 1.15.11
18
+
19
+
6
20
Changes in 6.6.4.Final (December 18, 2024)
7
21
------------------------------------------------------------------------------------------------------------------------
8
22
Original file line number Diff line number Diff line change 1
- hibernateVersion =6.6.5-SNAPSHOT
1
+ hibernateVersion =6.6.5.Final
You can’t perform that action at this time.
0 commit comments