Skip to content

Commit 78b6fc4

Browse files
committed
Pre-steps for release : 7.0.7.Final
1 parent d70a1f6 commit 78b6fc4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ Hibernate 7 Changelog
33

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

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+
627
Changes in 7.0.6.Final (July 13, 2025)
728
------------------------------------------------------------------------------------------------------------------------
829

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.0.7-SNAPSHOT
1+
hibernateVersion=7.0.7.Final

0 commit comments

Comments
 (0)