File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ Hibernate 7 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 7.1.0.CR2 (August 06, 2025)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/34594
10
+
11
+ ** Bug
12
+ * [HHH-19673] - hibernate-gradle-plugin 7.0.0.CR1 wrongly requires Java 21+
13
+ * [HHH-19669] - hql insert fails for entity with join inheritance on Oracle
14
+
15
+ ** Improvement
16
+ * [HHH-19686] - Add implementation dependency to agroal-pool from hibernate-agroal
17
+ * [HHH-19685] - Rework multi-table handling code to allow caching and help Hibernate Reactive
18
+ * [HHH-19672] - Add overloads of #find accepting entity-name
19
+
20
+ ** Task
21
+ * [HHH-19683] - Add method in AbstractEntityPersister to check if field name is not lazy
22
+ * [HHH-19670] - Upgrade MySQL testing to 9.4
23
+
24
+
6
25
Changes in 7.1.0.CR1 (July 30, 2025)
7
26
------------------------------------------------------------------------------------------------------------------------
8
27
Original file line number Diff line number Diff line change 1
- hibernateVersion =7.1.0-SNAPSHOT
1
+ hibernateVersion =7.1.0.CR2
You can’t perform that action at this time.
0 commit comments