Skip to content

Commit 89309c8

Browse files
committed
Pre-steps for release : 7.0.6.Final
1 parent 986486a commit 89309c8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

changelog.txt

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

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

6+
Changes in 7.0.6.Final (July 13, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34200
10+
11+
** Bug
12+
* [HHH-19604] - Session.isDirty always return true when @Immutable entity is loaded
13+
* [HHH-19596] - NPE when array/collection of Struct contains null value
14+
* [HHH-19582] - NullPointerException on EntityManager#clear in org.hibernate.internal.util.collections.AbstractPagedArray#clear
15+
* [HHH-19542] - Embeddable in secondary table fails to recognize a nested embeddable is in the same table
16+
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with dangerous consequences
17+
* [HHH-18774] - two bad bugs in cascade refresh
18+
19+
** Task
20+
* [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
21+
22+
623
Changes in 7.0.5.Final (July 06, 2025)
724
------------------------------------------------------------------------------------------------------------------------
825

gradle/version.properties

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

0 commit comments

Comments
 (0)