File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ Hibernate 7 Changelog
33
44Note: Please refer to JIRA to learn more about each issue.
55
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+
624Changes in 7.0.1.Final (June 10, 2025)
725------------------------------------------------------------------------------------------------------------------------
826
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