@@ -11,17 +11,12 @@ https://hibernate.atlassian.net/projects/HHH/versions/34298
11
11
** Bug
12
12
* [HHH-19633] - SessionFactoryServiceRegistryBuilderImpl doesn't allow service override through parent
13
13
* [HHH-19621] - SUBSTRING function for DB2i Series is broken
14
- * [HHH-19579] - Criteria update join - Column 'code' in SET is ambiguous
15
14
* [HHH-19550] - Attribute join on correlated from node receives wrong root
16
- * [HHH-19524] - @OneToOne relationship unnecessary joins in nativeQuery
17
15
* [HHH-19457] - Inheritance with type JOINED not working in a related entity
18
16
* [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
17
22
18
** Task
23
19
* [HHH-19624] - Test EDB with the EDB drivers
24
- * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
25
20
26
21
27
22
Changes in 7.0.6.Final (July 13, 2025)
@@ -35,10 +30,6 @@ https://hibernate.atlassian.net/projects/HHH/versions/34200
35
30
* [HHH-19582] - NullPointerException on EntityManager#clear in org.hibernate.internal.util.collections.AbstractPagedArray#clear
36
31
* [HHH-19542] - Embeddable in secondary table fails to recognize a nested embeddable is in the same table
37
32
* [HHH-19497] - Fallback implementation of IN LIST is incorrect with dangerous consequences
38
- * [HHH-18774] - two bad bugs in cascade refresh
39
-
40
- ** Task
41
- * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
42
33
43
34
44
35
Changes in 7.0.5.Final (July 06, 2025)
@@ -52,15 +43,11 @@ https://hibernate.atlassian.net/projects/HHH/versions/34132
52
43
* [HHH-19396] - Cannot select the same column twice (with different aliases) while using CTE
53
44
* [HHH-19076] - expecting IdClass mapping sessionfactory error with specific @IdClass setup with inheritence
54
45
* [HHH-18837] - Oracle epoch extraction doesn't work with dates
55
- * [HHH-18774] - two bad bugs in cascade refresh
56
46
57
47
** Improvement
58
48
* [HHH-19558] - allow JDBC escapes in native SQL queries
59
49
* [HHH-19498] - upserts on MySQL and Maria
60
50
61
- ** Task
62
- * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
63
-
64
51
65
52
Changes in 7.0.4.Final (June 30, 2025)
66
53
------------------------------------------------------------------------------------------------------------------------
@@ -77,23 +64,15 @@ https://hibernate.atlassian.net/projects/HHH/versions/34000
77
64
* [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID
78
65
* [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content.
79
66
* [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator
80
- * [HHH-18774] - two bad bugs in cascade refresh
81
-
82
- ** Task
83
- * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
84
67
85
68
86
69
Changes in 7.0.3.Final (June 22, 2025)
87
70
------------------------------------------------------------------------------------------------------------------------
88
71
89
72
https://hibernate.atlassian.net/projects/HHH/versions/33936
90
73
91
- ** Bug
92
- * [HHH-18774] - two bad bugs in cascade refresh
93
-
94
74
** Task
95
75
* [HHH-19548] - Upgrade to ByteBuddy 1.17.5
96
- * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
97
76
98
77
99
78
Changes in 7.0.2.Final (June 12, 2025)
0 commit comments