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.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
+
6
27
Changes in 7.0.4.Final (June 30, 2025)
7
28
------------------------------------------------------------------------------------------------------------------------
8
29
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.0.5-SNAPSHOT
1
+ hibernateVersion =7.0.5.Final
You can’t perform that action at this time.
0 commit comments