File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ 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.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
+
6
23
Changes in 7.0.5.Final (July 06, 2025)
7
24
------------------------------------------------------------------------------------------------------------------------
8
25
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.6-SNAPSHOT
1
+ hibernateVersion =7.0.6.Final
You can’t perform that action at this time.
0 commit comments