Skip to content

Commit 7f59b95

Browse files
committed
Pre-steps for release : 7.0.5.Final
1 parent e933d0b commit 7f59b95

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.txt

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

44
Note: Please refer to JIRA to learn more about each issue.
55

6+
Changes in 7.0.5.Final (July 06, 2025)
7+
------------------------------------------------------------------------------------------------------------------------
8+
9+
https://hibernate.atlassian.net/projects/HHH/versions/34132
10+
11+
** Bug
12+
* [HHH-19583] - JsonJavaType is missing parameterized info on the type arguments
13+
* [HHH-19523] - NPE when using stateless session and having a PreCollectionRecreateEventListener registered
14+
* [HHH-19396] - Cannot select the same column twice (with different aliases) while using CTE
15+
* [HHH-19076] - expecting IdClass mapping sessionfactory error with specific @IdClass setup with inheritence
16+
* [HHH-18837] - Oracle epoch extraction doesn't work with dates
17+
* [HHH-18774] - two bad bugs in cascade refresh
18+
19+
** Improvement
20+
* [HHH-19558] - allow JDBC escapes in native SQL queries
21+
* [HHH-19498] - upserts on MySQL and Maria
22+
23+
** Task
24+
* [HHH-19519] - Document breaking changes in new Hibernate Maven Plugin
25+
26+
627
Changes in 7.0.4.Final (June 30, 2025)
728
------------------------------------------------------------------------------------------------------------------------
829

gradle/version.properties

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

0 commit comments

Comments
 (0)