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.4.Final (June 30, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/34000
10
+
11
+ ** Bug
12
+ * [HHH-19577] - BytecodeProviderImpl.SetPropertyValues wrongly emits duplicate stack map frames
13
+ * [HHH-19573] - Presence of wrapper byte array pollutes BasicTypeRegistry
14
+ * [HHH-19572] - NullPointerException when using where(List<Predicate> restrictions) method
15
+ * [HHH-19571] - CloningPropertyCall causes non-deterministic bytecode for AccessOptimizer
16
+ * [HHH-19570] - HQL with jpamodelgen fails compilation when querying by natural id named `id`
17
+ * [HHH-19560] - TupleTransformer and ResultListTransformer trash the query interpretation cache
18
+ * [HHH-19547] - Misleading exception message at DefaultFlushEntityEventListener - mangled ID - misplaced Entity and EntityEntry ID
19
+ * [HHH-19464] - Storing a binary data into BLOB on Oracle cutting off its content.
20
+ * [HHH-18898] - Specific mistake in HQL gives NullPointerException in AbstractSqlAstTranslator
21
+ * [HHH-18774] - two bad bugs in cascade refresh
22
+
23
+ ** Task
24
+ * [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
25
+
26
+
6
27
Changes in 7.0.3.Final (June 22, 2025)
7
28
------------------------------------------------------------------------------------------------------------------------
8
29
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.4-SNAPSHOT
1
+ hibernateVersion =7.0.4.Final
You can’t perform that action at this time.
0 commit comments