Skip to content

Commit b5514cb

Browse files
committed
Pre-steps for release : 7.0.2.Final
1 parent 62489a0 commit b5514cb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Hibernate 7 Changelog
33

44
Note: 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+
624
Changes in 7.0.1.Final (June 10, 2025)
725
------------------------------------------------------------------------------------------------------------------------
826

gradle/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hibernateVersion=7.0.2-SNAPSHOT
1+
hibernateVersion=7.0.2.Final

0 commit comments

Comments
 (0)