File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,27 @@ Hibernate 7 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.0.7.Final (July 23, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/34298
10
+
11
+ ** Bug
12
+ * [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow service override through parent
13
+ * [HHH-19621] - SUBSTRING function for DB2i Series is broken
14
+ * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous
15
+ * [HHH-19550] - Attribute join on correlated from node receives wrong root
16
+ * [HHH-19524] - @OneToOne relationship unnecessary joins in nativeQuery
17
+ * [HHH-19457] - Inheritance with type JOINED not working in a related entity
18
+ * [HHH-19368] - Group by and single-table inheritance sub-select query error
19
+ * [HHH-19031] - Loading an Entity a second time when it contains an embedded object causes IllegalArgumentException
20
+ * [HHH-18774] - two bad bugs in cascade refresh
21
+
22
+ ** Task
23
+ * [HHH-19624] - Test EDB with the EDB drivers
24
+ * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
25
+
26
+
6
27
Changes in 7.0.6.Final (July 13, 2025)
7
28
------------------------------------------------------------------------------------------------------------------------
8
29
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.7-SNAPSHOT
1
+ hibernateVersion =7.0.7.Final
You can’t perform that action at this time.
0 commit comments