File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ 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.2.Final (June 12, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/33901
10
+
11
+ ** Bug
12
+ * [HHH-19533] - Implement equals() and hashCode() for NativeQueryConstructorTransformer
13
+ * [HHH-19531] - Jakarta Data implementation casts StatlessSession to *Implementor interfaces
14
+ * [HHH-19529] - Check bytecode generated classes with stable names class loaders
15
+ * [HHH-19522] - upserts fail silently instead of throwing StaleObjectStateException
16
+
17
+ ** Improvement
18
+ * [HHH-19532] - Add unwrap() method to StatelessSession/SharedSessionContract
19
+
20
+ ** Task
21
+ * [HHH-19518] - Make hibernate-maven-plugin configuration parameters non-readonly
22
+
23
+
6
24
Changes in 7.0.1.Final (June 10, 2025)
7
25
------------------------------------------------------------------------------------------------------------------------
8
26
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.2-SNAPSHOT
1
+ hibernateVersion =7.0.2.Final
You can’t perform that action at this time.
0 commit comments